COLOR #CAB838

HEX: #CAB838
RGB: (202,184,56)

Color info

#CAB838 contains mainly red and green colors. Web safe color of #CAB838 is #CCCC33 (or #CC3).

RGB color model

#CAB838 color RGB value is (202,184,56).

  • red value is 202;
  • green value is 184;
  • blue value is 56.
RGB:
(202,184,56)
(79%,72%,22%)

RGB channels and saturation

R 202 of 255 = 79%
G 184 of 255 = 72%
B 56 of 255 = 22%

202
184
56

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

Portions of RGB colors in percentages

R + G + B =
202 + 184 + 56 = 442 (100%)
R 202 of 442 ~ 45.7%
G 184 of 442 ~ 41.63%
B 56 of 442 ~ 12.67%

%45.7
%41.63
%12.67

CMYK color model

#CAB838 color CMYK value is (0,9,72,21).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 72.28%
  • key color value is 20.78%
CMYK:
(0,9,72,21)
C0M9Y72K21 
(0%,9%,72%,21%)
(0.00/0.09/0.72/0.21)	

CMYK percentages

%0
%8.91
%72.28
%20.78

Codes

Color #CAB838 in popluar color models

CAB838
RGB20218456
HSL53°57.94%50.59%
HSB/HSV53°72.28%79.22%
CMYK0.00%8.91%72.28%
20.78%

Color #CAB838 in popluar number systems.

HEXCAB838
Decimal20218456
Binary1100101010111000111000
Octal31227070

Shades and tints

Shades of #CAB838

#CAB838
(202,184,56)
#B8A833
(184,168,51)
#A6982E
(166,152,46)
#948829
(148,136,41)
#827824
(130,120,36)
#70681F
(112,104,31)
#5E581A
(94,88,26)
#4C4815
(76,72,21)
#3A3810
(58,56,16)
#28280B
(40,40,11)
#161806
(22,24,6)
#000000
(0,0,0)

Tints of #CAB838

#CAB838
(202,184,56)
#CEBE4A
(206,190,74)
#D2C45C
(210,196,92)
#D6CA6E
(214,202,110)
#DAD080
(218,208,128)
#DED692
(222,214,146)
#E2DCA4
(226,220,164)
#E6E2B6
(230,226,182)
#EAE8C8
(234,232,200)
#EEEEDA
(238,238,218)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB838 color. Also use rgb(202,184,56) instead hex code.

Text Font Color

.myTextColor { color: #CAB838; }

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

This text font color is #CAB838.


Background Color

.myBgColor { background-color: #CAB838; }

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

This div background color is #CAB838.


Border color

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

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

This div border color is #CAB838.


Opacity

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

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

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

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

This text has shadow with #CAB838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB838 on black background.


Color preview on white background

This text has color #CAB838 on white background.



Black color preview on #CAB838 background

This text has black color on #CAB838 background.


White color preview on #CAB838 background

This text has white color on #CAB838 background.