COLOR #C58D72

HEX: #C58D72
RGB: (197,141,114)

Color info

#C58D72 contains mainly red and green colors. Web safe color of #C58D72 is #CC9966 (or #C96).

RGB color model

#C58D72 color RGB value is (197,141,114).

  • red value is 197;
  • green value is 141;
  • blue value is 114.
RGB:
(197,141,114)
(77%,55%,45%)

RGB channels and saturation

R 197 of 255 = 77%
G 141 of 255 = 55%
B 114 of 255 = 45%

197
141
114

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

Portions of RGB colors in percentages

R + G + B =
197 + 141 + 114 = 452 (100%)
R 197 of 452 ~ 43.58%
G 141 of 452 ~ 31.19%
B 114 of 452 ~ 25.22%

%43.58
%31.19
%25.22

CMYK color model

#C58D72 color CMYK value is (0,28,42,23).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 42.13%
  • key color value is 22.75%
CMYK:
(0,28,42,23)
C0M28Y42K23 
(0%,28%,42%,23%)
(0.00/0.28/0.42/0.23)	

CMYK percentages

%0
%28.43
%42.13
%22.75

Codes

Color #C58D72 in popluar color models

C58D72
RGB197141114
HSL20°41.71%60.98%
HSB/HSV20°42.13%77.25%
CMYK0.00%28.43%42.13%
22.75%

Color #C58D72 in popluar number systems.

HEXC58D72
Decimal197141114
Binary11000101100011011110010
Octal305215162

Shades and tints

Shades of #C58D72

#C58D72
(197,141,114)
#B48168
(180,129,104)
#A3755E
(163,117,94)
#926954
(146,105,84)
#815D4A
(129,93,74)
#705140
(112,81,64)
#5F4536
(95,69,54)
#4E392C
(78,57,44)
#3D2D22
(61,45,34)
#2C2118
(44,33,24)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #C58D72

#C58D72
(197,141,114)
#CA977E
(202,151,126)
#CFA18A
(207,161,138)
#D4AB96
(212,171,150)
#D9B5A2
(217,181,162)
#DEBFAE
(222,191,174)
#E3C9BA
(227,201,186)
#E8D3C6
(232,211,198)
#EDDDD2
(237,221,210)
#F2E7DE
(242,231,222)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58D72 color. Also use rgb(197,141,114) instead hex code.

Text Font Color

.myTextColor { color: #C58D72; }

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

This text font color is #C58D72.


Background Color

.myBgColor { background-color: #C58D72; }

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

This div background color is #C58D72.


Border color

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

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

This div border color is #C58D72.


Opacity

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

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

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

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

This text has shadow with #C58D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58D72 on black background.


Color preview on white background

This text has color #C58D72 on white background.



Black color preview on #C58D72 background

This text has black color on #C58D72 background.


White color preview on #C58D72 background

This text has white color on #C58D72 background.