COLOR #C57442

HEX: #C57442
RGB: (197,116,66)

Color info

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

RGB color model

#C57442 color RGB value is (197,116,66).

  • red value is 197;
  • green value is 116;
  • blue value is 66.
RGB:
(197,116,66)
(77%,45%,26%)

RGB channels and saturation

R 197 of 255 = 77%
G 116 of 255 = 45%
B 66 of 255 = 26%

197
116
66

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

Portions of RGB colors in percentages

R + G + B =
197 + 116 + 66 = 379 (100%)
R 197 of 379 ~ 51.98%
G 116 of 379 ~ 30.61%
B 66 of 379 ~ 17.41%

%51.98
%30.61
%17.41

CMYK color model

#C57442 color CMYK value is (0,41,66,23).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 66.50%
  • key color value is 22.75%
CMYK:
(0,41,66,23)
C0M41Y66K23 
(0%,41%,66%,23%)
(0.00/0.41/0.66/0.23)	

CMYK percentages

%0
%41.12
%66.5
%22.75

Codes

Color #C57442 in popluar color models

C57442
RGB19711666
HSL23°53.04%51.57%
HSB/HSV23°66.50%77.25%
CMYK0.00%41.12%66.50%
22.75%

Color #C57442 in popluar number systems.

HEXC57442
Decimal19711666
Binary1100010111101001000010
Octal305164102

Shades and tints

Shades of #C57442

#C57442
(197,116,66)
#B46A3C
(180,106,60)
#A36036
(163,96,54)
#925630
(146,86,48)
#814C2A
(129,76,42)
#704224
(112,66,36)
#5F381E
(95,56,30)
#4E2E18
(78,46,24)
#3D2412
(61,36,18)
#2C1A0C
(44,26,12)
#1B1006
(27,16,6)
#000000
(0,0,0)

Tints of #C57442

#C57442
(197,116,66)
#CA8053
(202,128,83)
#CF8C64
(207,140,100)
#D49875
(212,152,117)
#D9A486
(217,164,134)
#DEB097
(222,176,151)
#E3BCA8
(227,188,168)
#E8C8B9
(232,200,185)
#EDD4CA
(237,212,202)
#F2E0DB
(242,224,219)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57442 color. Also use rgb(197,116,66) instead hex code.

Text Font Color

.myTextColor { color: #C57442; }

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

This text font color is #C57442.


Background Color

.myBgColor { background-color: #C57442; }

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

This div background color is #C57442.


Border color

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

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

This div border color is #C57442.


Opacity

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

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

Text with #C57442 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 #C57442;}

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

This text has shadow with #C57442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57442 on black background.


Color preview on white background

This text has color #C57442 on white background.



Black color preview on #C57442 background

This text has black color on #C57442 background.


White color preview on #C57442 background

This text has white color on #C57442 background.