COLOR #C57742

HEX: #C57742
RGB: (197,119,66)

Color info

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

RGB color model

#C57742 color RGB value is (197,119,66).

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

RGB channels and saturation

R 197 of 255 = 77%
G 119 of 255 = 47%
B 66 of 255 = 26%

197
119
66

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

Portions of RGB colors in percentages

R + G + B =
197 + 119 + 66 = 382 (100%)
R 197 of 382 ~ 51.57%
G 119 of 382 ~ 31.15%
B 66 of 382 ~ 17.28%

%51.57
%31.15
%17.28

CMYK color model

#C57742 color CMYK value is (0,40,66,23).

  • cyan value is 0.00%
  • magenta value is 39.59%
  • yellow value is 66.50%
  • key color value is 22.75%
CMYK:
(0,40,66,23)
C0M40Y66K23 
(0%,40%,66%,23%)
(0.00/0.40/0.66/0.23)	

CMYK percentages

%0
%39.59
%66.5
%22.75

Codes

Color #C57742 in popluar color models

C57742
RGB19711966
HSL24°53.04%51.57%
HSB/HSV24°66.50%77.25%
CMYK0.00%39.59%66.50%
22.75%

Color #C57742 in popluar number systems.

HEXC57742
Decimal19711966
Binary1100010111101111000010
Octal305167102

Shades and tints

Shades of #C57742

#C57742
(197,119,66)
#B46D3C
(180,109,60)
#A36336
(163,99,54)
#925930
(146,89,48)
#814F2A
(129,79,42)
#704524
(112,69,36)
#5F3B1E
(95,59,30)
#4E3118
(78,49,24)
#3D2712
(61,39,18)
#2C1D0C
(44,29,12)
#1B1306
(27,19,6)
#000000
(0,0,0)

Tints of #C57742

#C57742
(197,119,66)
#CA8353
(202,131,83)
#CF8F64
(207,143,100)
#D49B75
(212,155,117)
#D9A786
(217,167,134)
#DEB397
(222,179,151)
#E3BFA8
(227,191,168)
#E8CBB9
(232,203,185)
#EDD7CA
(237,215,202)
#F2E3DB
(242,227,219)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57742; }

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

This text font color is #C57742.


Background Color

.myBgColor { background-color: #C57742; }

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

This div background color is #C57742.


Border color

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

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

This div border color is #C57742.


Opacity

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

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

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

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

This text has shadow with #C57742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57742 on black background.


Color preview on white background

This text has color #C57742 on white background.



Black color preview on #C57742 background

This text has black color on #C57742 background.


White color preview on #C57742 background

This text has white color on #C57742 background.