COLOR #C59871

HEX: #C59871
RGB: (197,152,113)

Color info

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

RGB color model

#C59871 color RGB value is (197,152,113).

  • red value is 197;
  • green value is 152;
  • blue value is 113.
RGB:
(197,152,113)
(77%,60%,44%)

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 113 of 255 = 44%

197
152
113

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

Portions of RGB colors in percentages

R + G + B =
197 + 152 + 113 = 462 (100%)
R 197 of 462 ~ 42.64%
G 152 of 462 ~ 32.9%
B 113 of 462 ~ 24.46%

%42.64
%32.9
%24.46

CMYK color model

#C59871 color CMYK value is (0,23,43,23).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 42.64%
  • key color value is 22.75%
CMYK:
(0,23,43,23)
C0M23Y43K23 
(0%,23%,43%,23%)
(0.00/0.23/0.43/0.23)	

CMYK percentages

%0
%22.84
%42.64
%22.75

Codes

Color #C59871 in popluar color models

C59871
RGB197152113
HSL28°42.00%60.78%
HSB/HSV28°42.64%77.25%
CMYK0.00%22.84%42.64%
22.75%

Color #C59871 in popluar number systems.

HEXC59871
Decimal197152113
Binary11000101100110001110001
Octal305230161

Shades and tints

Shades of #C59871

#C59871
(197,152,113)
#B48B67
(180,139,103)
#A37E5D
(163,126,93)
#927153
(146,113,83)
#816449
(129,100,73)
#70573F
(112,87,63)
#5F4A35
(95,74,53)
#4E3D2B
(78,61,43)
#3D3021
(61,48,33)
#2C2317
(44,35,23)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #C59871

#C59871
(197,152,113)
#CAA17D
(202,161,125)
#CFAA89
(207,170,137)
#D4B395
(212,179,149)
#D9BCA1
(217,188,161)
#DEC5AD
(222,197,173)
#E3CEB9
(227,206,185)
#E8D7C5
(232,215,197)
#EDE0D1
(237,224,209)
#F2E9DD
(242,233,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59871 color. Also use rgb(197,152,113) instead hex code.

Text Font Color

.myTextColor { color: #C59871; }

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

This text font color is #C59871.


Background Color

.myBgColor { background-color: #C59871; }

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

This div background color is #C59871.


Border color

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

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

This div border color is #C59871.


Opacity

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

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

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

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

This text has shadow with #C59871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59871 on black background.


Color preview on white background

This text has color #C59871 on white background.



Black color preview on #C59871 background

This text has black color on #C59871 background.


White color preview on #C59871 background

This text has white color on #C59871 background.