COLOR #C5A61E

HEX: #C5A61E
RGB: (197,166,30)

Color info

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

RGB color model

#C5A61E color RGB value is (197,166,30).

  • red value is 197;
  • green value is 166;
  • blue value is 30.
RGB:
(197,166,30)
(77%,65%,12%)

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 30 of 255 = 12%

197
166
30

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

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 30 = 393 (100%)
R 197 of 393 ~ 50.13%
G 166 of 393 ~ 42.24%
B 30 of 393 ~ 7.63%

%50.13
%42.24

CMYK color model

#C5A61E color CMYK value is (0,16,85,23).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 84.77%
  • key color value is 22.75%
CMYK:
(0,16,85,23)
C0M16Y85K23 
(0%,16%,85%,23%)
(0.00/0.16/0.85/0.23)	

CMYK percentages

%0
%15.74
%84.77
%22.75

Codes

Color #C5A61E in popluar color models

C5A61E
RGB19716630
HSL49°73.57%44.51%
HSB/HSV49°84.77%77.25%
CMYK0.00%15.74%84.77%
22.75%

Color #C5A61E in popluar number systems.

HEXC5A61E
Decimal19716630
Binary110001011010011011110
Octal30524636

Shades and tints

Shades of #C5A61E

#C5A61E
(197,166,30)
#B4971C
(180,151,28)
#A3881A
(163,136,26)
#927918
(146,121,24)
#816A16
(129,106,22)
#705B14
(112,91,20)
#5F4C12
(95,76,18)
#4E3D10
(78,61,16)
#3D2E0E
(61,46,14)
#2C1F0C
(44,31,12)
#1B100A
(27,16,10)
#000000
(0,0,0)

Tints of #C5A61E

#C5A61E
(197,166,30)
#CAAE32
(202,174,50)
#CFB646
(207,182,70)
#D4BE5A
(212,190,90)
#D9C66E
(217,198,110)
#DECE82
(222,206,130)
#E3D696
(227,214,150)
#E8DEAA
(232,222,170)
#EDE6BE
(237,230,190)
#F2EED2
(242,238,210)
#F7F6E6
(247,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A61E color. Also use rgb(197,166,30) instead hex code.

Text Font Color

.myTextColor { color: #C5A61E; }

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

This text font color is #C5A61E.


Background Color

.myBgColor { background-color: #C5A61E; }

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

This div background color is #C5A61E.


Border color

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

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

This div border color is #C5A61E.


Opacity

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

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

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

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

This text has shadow with #C5A61E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A61E on black background.


Color preview on white background

This text has color #C5A61E on white background.



Black color preview on #C5A61E background

This text has black color on #C5A61E background.


White color preview on #C5A61E background

This text has white color on #C5A61E background.