COLOR #C57A52

HEX: #C57A52
RGB: (197,122,82)

Color info

#C57A52 contains mainly red color. Web safe color of #C57A52 is #CC6666 (or #C66).

RGB color model

#C57A52 color RGB value is (197,122,82).

  • red value is 197;
  • green value is 122;
  • blue value is 82.
RGB:
(197,122,82)
(77%,48%,32%)

RGB channels and saturation

R 197 of 255 = 77%
G 122 of 255 = 48%
B 82 of 255 = 32%

197
122
82

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

Portions of RGB colors in percentages

R + G + B =
197 + 122 + 82 = 401 (100%)
R 197 of 401 ~ 49.13%
G 122 of 401 ~ 30.42%
B 82 of 401 ~ 20.45%

%49.13
%30.42
%20.45

CMYK color model

#C57A52 color CMYK value is (0,38,58,23).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 58.38%
  • key color value is 22.75%
CMYK:
(0,38,58,23)
C0M38Y58K23 
(0%,38%,58%,23%)
(0.00/0.38/0.58/0.23)	

CMYK percentages

%0
%38.07
%58.38
%22.75

Codes

Color #C57A52 in popluar color models

C57A52
RGB19712282
HSL21°49.78%54.71%
HSB/HSV21°58.38%77.25%
CMYK0.00%38.07%58.38%
22.75%

Color #C57A52 in popluar number systems.

HEXC57A52
Decimal19712282
Binary1100010111110101010010
Octal305172122

Shades and tints

Shades of #C57A52

#C57A52
(197,122,82)
#B46F4B
(180,111,75)
#A36444
(163,100,68)
#92593D
(146,89,61)
#814E36
(129,78,54)
#70432F
(112,67,47)
#5F3828
(95,56,40)
#4E2D21
(78,45,33)
#3D221A
(61,34,26)
#2C1713
(44,23,19)
#1B0C0C
(27,12,12)
#000000
(0,0,0)

Tints of #C57A52

#C57A52
(197,122,82)
#CA8661
(202,134,97)
#CF9270
(207,146,112)
#D49E7F
(212,158,127)
#D9AA8E
(217,170,142)
#DEB69D
(222,182,157)
#E3C2AC
(227,194,172)
#E8CEBB
(232,206,187)
#EDDACA
(237,218,202)
#F2E6D9
(242,230,217)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57A52 color. Also use rgb(197,122,82) instead hex code.

Text Font Color

.myTextColor { color: #C57A52; }

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

This text font color is #C57A52.


Background Color

.myBgColor { background-color: #C57A52; }

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

This div background color is #C57A52.


Border color

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

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

This div border color is #C57A52.


Opacity

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

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

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

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

This text has shadow with #C57A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57A52 on black background.


Color preview on white background

This text has color #C57A52 on white background.



Black color preview on #C57A52 background

This text has black color on #C57A52 background.


White color preview on #C57A52 background

This text has white color on #C57A52 background.