COLOR #C59D3A

HEX: #C59D3A
RGB: (197,157,58)

Color info

#C59D3A contains mainly red and green colors. Web safe color of #C59D3A is #CC9933 (or #C93).

RGB color model

#C59D3A color RGB value is (197,157,58).

  • red value is 197;
  • green value is 157;
  • blue value is 58.
RGB:
(197,157,58)
(77%,62%,23%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 58 of 255 = 23%

197
157
58

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

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 58 = 412 (100%)
R 197 of 412 ~ 47.82%
G 157 of 412 ~ 38.11%
B 58 of 412 ~ 14.08%

%47.82
%38.11
%14.08

CMYK color model

#C59D3A color CMYK value is (0,20,71,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 70.56%
  • key color value is 22.75%
CMYK:
(0,20,71,23)
C0M20Y71K23 
(0%,20%,71%,23%)
(0.00/0.20/0.71/0.23)	

CMYK percentages

%0
%20.3
%70.56
%22.75

Codes

Color #C59D3A in popluar color models

C59D3A
RGB19715758
HSL43°54.51%50.00%
HSB/HSV43°70.56%77.25%
CMYK0.00%20.30%70.56%
22.75%

Color #C59D3A in popluar number systems.

HEXC59D3A
Decimal19715758
Binary1100010110011101111010
Octal30523572

Shades and tints

Shades of #C59D3A

#C59D3A
(197,157,58)
#B48F35
(180,143,53)
#A38130
(163,129,48)
#92732B
(146,115,43)
#816526
(129,101,38)
#705721
(112,87,33)
#5F491C
(95,73,28)
#4E3B17
(78,59,23)
#3D2D12
(61,45,18)
#2C1F0D
(44,31,13)
#1B1108
(27,17,8)
#000000
(0,0,0)

Tints of #C59D3A

#C59D3A
(197,157,58)
#CAA54B
(202,165,75)
#CFAD5C
(207,173,92)
#D4B56D
(212,181,109)
#D9BD7E
(217,189,126)
#DEC58F
(222,197,143)
#E3CDA0
(227,205,160)
#E8D5B1
(232,213,177)
#EDDDC2
(237,221,194)
#F2E5D3
(242,229,211)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59D3A; }

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

This text font color is #C59D3A.


Background Color

.myBgColor { background-color: #C59D3A; }

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

This div background color is #C59D3A.


Border color

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

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

This div border color is #C59D3A.


Opacity

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

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

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

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

This text has shadow with #C59D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59D3A on black background.


Color preview on white background

This text has color #C59D3A on white background.



Black color preview on #C59D3A background

This text has black color on #C59D3A background.


White color preview on #C59D3A background

This text has white color on #C59D3A background.