COLOR #C57840

HEX: #C57840 RGB: (197,120,64)

Color info

#C57840 contains mainly red color. Web safe color of #C57840 is #CC6633 (or #C63).

RGB color model

#C57840 color RGB value is (197,120,64).

RGB: (197,120,64) (77%, 47%, 25%)

RGB channels and saturation

R 197 of 255 = 77%
G 120 of 255 = 47%
B 64 of 255 = 25%

197
120
64

R + G + B ~ 50%. #C57840 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 120 + 64 = 381 (100%)
R 197 of 381 ~ 51.71%
G 120 of 381 ~ 31.5%
B 64 of 381 ~ 16.8'%

%51.71
%31.5
%16.8

CMYK color model

#C57840 color CMYK value is (0,39,68,23).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 67.51%
  • key color value is 22.75%

CMYK: (0,39,68,23)
C0M39Y68K23 (0%, 39%, 68%, 23%)
(0.00 / 0.39 / 0.68 / 0.23)

CMYK percentages

%0
%39.09
%67.51
%22.75

Codes

Color #C57840 in popluar color models

C5 78 40
RGB 197 120 64
HSL 25° 53.41% 51.18%
HSB/HSV 25° 67.51% 77.25%
CMYK 0.00% 39.09% 67.51%
22.75%

Color #C57840 in popluar number systems.

HEX C5 78 40
Decimal 197 120 64
Binary 11000101 1111000 1000000
Octal 305 170 100

Shades and tints

Shades of #C57840

#C57840
(197,120,64)
#B46E3B
(180,110,59)
#A36436
(163,100,54)
#925A31
(146,90,49)
#81502C
(129,80,44)
#704627
(112,70,39)
#5F3C22
(95,60,34)
#4E321D
(78,50,29)
#3D2818
(61,40,24)
#2C1E13
(44,30,19)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #C57840

#C57840
(197,120,64)
#CA8451
(202,132,81)
#CF9062
(207,144,98)
#D49C73
(212,156,115)
#D9A884
(217,168,132)
#DEB495
(222,180,149)
#E3C0A6
(227,192,166)
#E8CCB7
(232,204,183)
#EDD8C8
(237,216,200)
#F2E4D9
(242,228,217)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57840 color. Also use rgb(197,120,64) instead hex code.

Text Font Color

.myTextColor { color: #C57840; }

<p style="color:#C57840">This sample text font color is #C57840.</p>

This text font color is #C57840.

Background Color

.myBgColor { background-color: #C57840; }

<div style="background-color:#C57840">Inner text</div>

This div background color is #C57840.

Border color

.myBorderColor { border: 1px solid #C57840; }

<div style="border:3px solid #C57840">Div</div>

This div border color is #C57840.

Opacity

.myOpacity80 { color: #C57840; opacity: 0.8; }

<p style="color:#C57840;opacity:0.8;">80%</p>

Text with #C57840 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C57840;}

<p style="text-shadow: 3px 3px 1px #C57840">Text here.</p>

This text has shadow with #C57840 color.


.textShadow {text-shadow: 3px 3px 1px #C57840', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C57840, 5px 5px 20px red">Text here.</p>

This text has shadow with #C57840 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C57840, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C57840, Direction=45, Strength=4)">Text</p>

This text has shadow with #C57840 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C57840;
-webkit-box-shadow: 1px 1px 3px 2px #C57840;
box-shadow: 1px 1px 3px 2px #C57840;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C57840; -webkit-box-shadow: 1px 1px 3px 2px #C57840; box-shadow:1px 1px 3px 2px #C57840;">
Div content here
</div>

This div box has shadow with color #C57840.

Preview

Color preview on black background

This text has color #C57840 on black background.


Color preview on white background

This text has color #C57840 on white background.


Black color preview on #C57840 background

This text has black color on #C57840 background.


White color preview on #C57840 background

This text has white color on #C57840 background.


Related colors

Complementary color

Complementary color for #hex is #3A87BF.


I love getcolorcode.com

Triadic colors

1 #40C578 and #7840C5 with #C57840 are triadic colors.

2 #4078C5 and #78C540 with #C57840 are triadic colors.