COLOR #C57D39

HEX: #C57D39
RGB: (197,125,57)

Color info

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

RGB color model

#C57D39 color RGB value is (197,125,57).

  • red value is 197;
  • green value is 125;
  • blue value is 57.
RGB:
(197,125,57)
(77%,49%,22%)

RGB channels and saturation

R 197 of 255 = 77%
G 125 of 255 = 49%
B 57 of 255 = 22%

197
125
57

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

Portions of RGB colors in percentages

R + G + B =
197 + 125 + 57 = 379 (100%)
R 197 of 379 ~ 51.98%
G 125 of 379 ~ 32.98%
B 57 of 379 ~ 15.04%

%51.98
%32.98
%15.04

CMYK color model

#C57D39 color CMYK value is (0,37,71,23).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 71.07%
  • key color value is 22.75%
CMYK:
(0,37,71,23)
C0M37Y71K23 
(0%,37%,71%,23%)
(0.00/0.37/0.71/0.23)	

CMYK percentages

%0
%36.55
%71.07
%22.75

Codes

Color #C57D39 in popluar color models

C57D39
RGB19712557
HSL29°55.12%49.80%
HSB/HSV29°71.07%77.25%
CMYK0.00%36.55%71.07%
22.75%

Color #C57D39 in popluar number systems.

HEXC57D39
Decimal19712557
Binary110001011111101111001
Octal30517571

Shades and tints

Shades of #C57D39

#C57D39
(197,125,57)
#B47234
(180,114,52)
#A3672F
(163,103,47)
#925C2A
(146,92,42)
#815125
(129,81,37)
#704620
(112,70,32)
#5F3B1B
(95,59,27)
#4E3016
(78,48,22)
#3D2511
(61,37,17)
#2C1A0C
(44,26,12)
#1B0F07
(27,15,7)
#000000
(0,0,0)

Tints of #C57D39

#C57D39
(197,125,57)
#CA884B
(202,136,75)
#CF935D
(207,147,93)
#D49E6F
(212,158,111)
#D9A981
(217,169,129)
#DEB493
(222,180,147)
#E3BFA5
(227,191,165)
#E8CAB7
(232,202,183)
#EDD5C9
(237,213,201)
#F2E0DB
(242,224,219)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57D39 color. Also use rgb(197,125,57) instead hex code.

Text Font Color

.myTextColor { color: #C57D39; }

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

This text font color is #C57D39.


Background Color

.myBgColor { background-color: #C57D39; }

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

This div background color is #C57D39.


Border color

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

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

This div border color is #C57D39.


Opacity

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

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

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

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

This text has shadow with #C57D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57D39 on black background.


Color preview on white background

This text has color #C57D39 on white background.



Black color preview on #C57D39 background

This text has black color on #C57D39 background.


White color preview on #C57D39 background

This text has white color on #C57D39 background.