COLOR #CAB044

HEX: #CAB044
RGB: (202,176,68)

Color info

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

RGB color model

#CAB044 color RGB value is (202,176,68).

  • red value is 202;
  • green value is 176;
  • blue value is 68.
RGB:
(202,176,68)
(79%,69%,27%)

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 68 of 255 = 27%

202
176
68

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

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 68 = 446 (100%)
R 202 of 446 ~ 45.29%
G 176 of 446 ~ 39.46%
B 68 of 446 ~ 15.25%

%45.29
%39.46
%15.25

CMYK color model

#CAB044 color CMYK value is (0,13,66,21).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 66.34%
  • key color value is 20.78%
CMYK:
(0,13,66,21)
C0M13Y66K21 
(0%,13%,66%,21%)
(0.00/0.13/0.66/0.21)	

CMYK percentages

%0
%12.87
%66.34
%20.78

Codes

Color #CAB044 in popluar color models

CAB044
RGB20217668
HSL48°55.83%52.94%
HSB/HSV48°66.34%79.22%
CMYK0.00%12.87%66.34%
20.78%

Color #CAB044 in popluar number systems.

HEXCAB044
Decimal20217668
Binary11001010101100001000100
Octal312260104

Shades and tints

Shades of #CAB044

#CAB044
(202,176,68)
#B8A03E
(184,160,62)
#A69038
(166,144,56)
#948032
(148,128,50)
#82702C
(130,112,44)
#706026
(112,96,38)
#5E5020
(94,80,32)
#4C401A
(76,64,26)
#3A3014
(58,48,20)
#28200E
(40,32,14)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #CAB044

#CAB044
(202,176,68)
#CEB755
(206,183,85)
#D2BE66
(210,190,102)
#D6C577
(214,197,119)
#DACC88
(218,204,136)
#DED399
(222,211,153)
#E2DAAA
(226,218,170)
#E6E1BB
(230,225,187)
#EAE8CC
(234,232,204)
#EEEFDD
(238,239,221)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB044 color. Also use rgb(202,176,68) instead hex code.

Text Font Color

.myTextColor { color: #CAB044; }

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

This text font color is #CAB044.


Background Color

.myBgColor { background-color: #CAB044; }

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

This div background color is #CAB044.


Border color

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

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

This div border color is #CAB044.


Opacity

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

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

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

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

This text has shadow with #CAB044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB044 on black background.


Color preview on white background

This text has color #CAB044 on white background.



Black color preview on #CAB044 background

This text has black color on #CAB044 background.


White color preview on #CAB044 background

This text has white color on #CAB044 background.