COLOR #C59B62

HEX: #C59B62
RGB: (197,155,98)

Color info

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

RGB color model

#C59B62 color RGB value is (197,155,98).

  • red value is 197;
  • green value is 155;
  • blue value is 98.
RGB:
(197,155,98)
(77%,61%,38%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 98 of 255 = 38%

197
155
98

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

Portions of RGB colors in percentages

R + G + B =
197 + 155 + 98 = 450 (100%)
R 197 of 450 ~ 43.78%
G 155 of 450 ~ 34.44%
B 98 of 450 ~ 21.78%

%43.78
%34.44
%21.78

CMYK color model

#C59B62 color CMYK value is (0,21,50,23).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 50.25%
  • key color value is 22.75%
CMYK:
(0,21,50,23)
C0M21Y50K23 
(0%,21%,50%,23%)
(0.00/0.21/0.50/0.23)	

CMYK percentages

%0
%21.32
%50.25
%22.75

Codes

Color #C59B62 in popluar color models

C59B62
RGB19715598
HSL35°46.05%57.84%
HSB/HSV35°50.25%77.25%
CMYK0.00%21.32%50.25%
22.75%

Color #C59B62 in popluar number systems.

HEXC59B62
Decimal19715598
Binary11000101100110111100010
Octal305233142

Shades and tints

Shades of #C59B62

#C59B62
(197,155,98)
#B48D5A
(180,141,90)
#A37F52
(163,127,82)
#92714A
(146,113,74)
#816342
(129,99,66)
#70553A
(112,85,58)
#5F4732
(95,71,50)
#4E392A
(78,57,42)
#3D2B22
(61,43,34)
#2C1D1A
(44,29,26)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C59B62

#C59B62
(197,155,98)
#CAA470
(202,164,112)
#CFAD7E
(207,173,126)
#D4B68C
(212,182,140)
#D9BF9A
(217,191,154)
#DEC8A8
(222,200,168)
#E3D1B6
(227,209,182)
#E8DAC4
(232,218,196)
#EDE3D2
(237,227,210)
#F2ECE0
(242,236,224)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59B62 color. Also use rgb(197,155,98) instead hex code.

Text Font Color

.myTextColor { color: #C59B62; }

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

This text font color is #C59B62.


Background Color

.myBgColor { background-color: #C59B62; }

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

This div background color is #C59B62.


Border color

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

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

This div border color is #C59B62.


Opacity

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

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

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

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

This text has shadow with #C59B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59B62 on black background.


Color preview on white background

This text has color #C59B62 on white background.



Black color preview on #C59B62 background

This text has black color on #C59B62 background.


White color preview on #C59B62 background

This text has white color on #C59B62 background.