COLOR #CAB344

HEX: #CAB344
RGB: (202,179,68)

Color info

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

RGB color model

#CAB344 color RGB value is (202,179,68).

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

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 68 of 255 = 27%

202
179
68

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

Portions of RGB colors in percentages

R + G + B =
202 + 179 + 68 = 449 (100%)
R 202 of 449 ~ 44.99%
G 179 of 449 ~ 39.87%
B 68 of 449 ~ 15.14%

%44.99
%39.87
%15.14

CMYK color model

#CAB344 color CMYK value is (0,11,66,21).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 66.34%
  • key color value is 20.78%
CMYK:
(0,11,66,21)
C0M11Y66K21 
(0%,11%,66%,21%)
(0.00/0.11/0.66/0.21)	

CMYK percentages

%0
%11.39
%66.34
%20.78

Codes

Color #CAB344 in popluar color models

CAB344
RGB20217968
HSL50°55.83%52.94%
HSB/HSV50°66.34%79.22%
CMYK0.00%11.39%66.34%
20.78%

Color #CAB344 in popluar number systems.

HEXCAB344
Decimal20217968
Binary11001010101100111000100
Octal312263104

Shades and tints

Shades of #CAB344

#CAB344
(202,179,68)
#B8A33E
(184,163,62)
#A69338
(166,147,56)
#948332
(148,131,50)
#82732C
(130,115,44)
#706326
(112,99,38)
#5E5320
(94,83,32)
#4C431A
(76,67,26)
#3A3314
(58,51,20)
#28230E
(40,35,14)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #CAB344

#CAB344
(202,179,68)
#CEB955
(206,185,85)
#D2BF66
(210,191,102)
#D6C577
(214,197,119)
#DACB88
(218,203,136)
#DED199
(222,209,153)
#E2D7AA
(226,215,170)
#E6DDBB
(230,221,187)
#EAE3CC
(234,227,204)
#EEE9DD
(238,233,221)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB344; }

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

This text font color is #CAB344.


Background Color

.myBgColor { background-color: #CAB344; }

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

This div background color is #CAB344.


Border color

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

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

This div border color is #CAB344.


Opacity

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

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

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

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

This text has shadow with #CAB344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB344 on black background.


Color preview on white background

This text has color #CAB344 on white background.



Black color preview on #CAB344 background

This text has black color on #CAB344 background.


White color preview on #CAB344 background

This text has white color on #CAB344 background.