COLOR #C59D7F

HEX: #C59D7F RGB: (197,157,127)

Color info

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

RGB color model

#C59D7F color RGB value is (197,157,127).

RGB: (197,157,127) (77%, 62%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 127 of 255 = 50%

197
157
127

R + G + B ~ 63%. #C59D7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 127 = 481 (100%)
R 197 of 481 ~ 40.96%
G 157 of 481 ~ 32.64%
B 127 of 481 ~ 26.4'%

%40.96
%32.64
%26.4

CMYK color model

#C59D7F color CMYK value is (0,20,36,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 35.53%
  • key color value is 22.75%

CMYK: (0,20,36,23)
C0M20Y36K23 (0%, 20%, 36%, 23%)
(0.00 / 0.20 / 0.36 / 0.23)

CMYK percentages

%0
%20.3
%35.53
%22.75

Codes

Color #C59D7F in popluar color models

C5 9D 7F
RGB 197 157 127
HSL 26° 37.63% 63.53%
HSB/HSV 26° 35.53% 77.25%
CMYK 0.00% 20.30% 35.53%
22.75%

Color #C59D7F in popluar number systems.

HEX C5 9D 7F
Decimal 197 157 127
Binary 11000101 10011101 1111111
Octal 305 235 177

Shades and tints

Shades of #C59D7F

#C59D7F
(197,157,127)
#B48F74
(180,143,116)
#A38169
(163,129,105)
#92735E
(146,115,94)
#816553
(129,101,83)
#705748
(112,87,72)
#5F493D
(95,73,61)
#4E3B32
(78,59,50)
#3D2D27
(61,45,39)
#2C1F1C
(44,31,28)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #C59D7F

#C59D7F
(197,157,127)
#CAA58A
(202,165,138)
#CFAD95
(207,173,149)
#D4B5A0
(212,181,160)
#D9BDAB
(217,189,171)
#DEC5B6
(222,197,182)
#E3CDC1
(227,205,193)
#E8D5CC
(232,213,204)
#EDDDD7
(237,221,215)
#F2E5E2
(242,229,226)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59D7F color. Also use rgb(197,157,127) instead hex code.

Text Font Color

.myTextColor { color: #C59D7F; }

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

This text font color is #C59D7F.

Background Color

.myBgColor { background-color: #C59D7F; }

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

This div background color is #C59D7F.

Border color

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

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

This div border color is #C59D7F.

Opacity

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

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

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

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

This text has shadow with #C59D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59D7F.

Preview

Color preview on black background

This text has color #C59D7F on black background.


Color preview on white background

This text has color #C59D7F on white background.


Black color preview on #C59D7F background

This text has black color on #C59D7F background.


White color preview on #C59D7F background

This text has white color on #C59D7F background.


Related colors

Complementary color

Complementary color for #hex is #3A6280.


I love getcolorcode.com

Triadic colors

1 #7FC59D and #9D7FC5 with #C59D7F are triadic colors.

2 #7F9DC5 and #9DC57F with #C59D7F are triadic colors.