COLOR #C5AB30

HEX: #C5AB30
RGB: (197,171,48)

Color info

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

RGB color model

#C5AB30 color RGB value is (197,171,48).

  • red value is 197;
  • green value is 171;
  • blue value is 48.
RGB:
(197,171,48)
(77%,67%,19%)

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 48 of 255 = 19%

197
171
48

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

Portions of RGB colors in percentages

R + G + B =
197 + 171 + 48 = 416 (100%)
R 197 of 416 ~ 47.36%
G 171 of 416 ~ 41.11%
B 48 of 416 ~ 11.54%

%47.36
%41.11
%11.54

CMYK color model

#C5AB30 color CMYK value is (0,13,76,23).

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 75.63%
  • key color value is 22.75%
CMYK:
(0,13,76,23)
C0M13Y76K23 
(0%,13%,76%,23%)
(0.00/0.13/0.76/0.23)	

CMYK percentages

%0
%13.2
%75.63
%22.75

Codes

Color #C5AB30 in popluar color models

C5AB30
RGB19717148
HSL50°60.82%48.04%
HSB/HSV50°75.63%77.25%
CMYK0.00%13.20%75.63%
22.75%

Color #C5AB30 in popluar number systems.

HEXC5AB30
Decimal19717148
Binary1100010110101011110000
Octal30525360

Shades and tints

Shades of #C5AB30

#C5AB30
(197,171,48)
#B49C2C
(180,156,44)
#A38D28
(163,141,40)
#927E24
(146,126,36)
#816F20
(129,111,32)
#70601C
(112,96,28)
#5F5118
(95,81,24)
#4E4214
(78,66,20)
#3D3310
(61,51,16)
#2C240C
(44,36,12)
#1B1508
(27,21,8)
#000000
(0,0,0)

Tints of #C5AB30

#C5AB30
(197,171,48)
#CAB242
(202,178,66)
#CFB954
(207,185,84)
#D4C066
(212,192,102)
#D9C778
(217,199,120)
#DECE8A
(222,206,138)
#E3D59C
(227,213,156)
#E8DCAE
(232,220,174)
#EDE3C0
(237,227,192)
#F2EAD2
(242,234,210)
#F7F1E4
(247,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AB30 color. Also use rgb(197,171,48) instead hex code.

Text Font Color

.myTextColor { color: #C5AB30; }

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

This text font color is #C5AB30.


Background Color

.myBgColor { background-color: #C5AB30; }

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

This div background color is #C5AB30.


Border color

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

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

This div border color is #C5AB30.


Opacity

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

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

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

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

This text has shadow with #C5AB30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AB30 on black background.


Color preview on white background

This text has color #C5AB30 on white background.



Black color preview on #C5AB30 background

This text has black color on #C5AB30 background.


White color preview on #C5AB30 background

This text has white color on #C5AB30 background.