COLOR #CAA74D

HEX: #CAA74D
RGB: (202,167,77)

Color info

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

RGB color model

#CAA74D color RGB value is (202,167,77).

  • red value is 202;
  • green value is 167;
  • blue value is 77.
RGB:
(202,167,77)
(79%,65%,30%)

RGB channels and saturation

R 202 of 255 = 79%
G 167 of 255 = 65%
B 77 of 255 = 30%

202
167
77

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

Portions of RGB colors in percentages

R + G + B =
202 + 167 + 77 = 446 (100%)
R 202 of 446 ~ 45.29%
G 167 of 446 ~ 37.44%
B 77 of 446 ~ 17.26%

%45.29
%37.44
%17.26

CMYK color model

#CAA74D color CMYK value is (0,17,62,21).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 61.88%
  • key color value is 20.78%
CMYK:
(0,17,62,21)
C0M17Y62K21 
(0%,17%,62%,21%)
(0.00/0.17/0.62/0.21)	

CMYK percentages

%0
%17.33
%61.88
%20.78

Codes

Color #CAA74D in popluar color models

CAA74D
RGB20216777
HSL43°54.11%54.71%
HSB/HSV43°61.88%79.22%
CMYK0.00%17.33%61.88%
20.78%

Color #CAA74D in popluar number systems.

HEXCAA74D
Decimal20216777
Binary11001010101001111001101
Octal312247115

Shades and tints

Shades of #CAA74D

#CAA74D
(202,167,77)
#B89846
(184,152,70)
#A6893F
(166,137,63)
#947A38
(148,122,56)
#826B31
(130,107,49)
#705C2A
(112,92,42)
#5E4D23
(94,77,35)
#4C3E1C
(76,62,28)
#3A2F15
(58,47,21)
#28200E
(40,32,14)
#161107
(22,17,7)
#000000
(0,0,0)

Tints of #CAA74D

#CAA74D
(202,167,77)
#CEAF5D
(206,175,93)
#D2B76D
(210,183,109)
#D6BF7D
(214,191,125)
#DAC78D
(218,199,141)
#DECF9D
(222,207,157)
#E2D7AD
(226,215,173)
#E6DFBD
(230,223,189)
#EAE7CD
(234,231,205)
#EEEFDD
(238,239,221)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA74D color. Also use rgb(202,167,77) instead hex code.

Text Font Color

.myTextColor { color: #CAA74D; }

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

This text font color is #CAA74D.


Background Color

.myBgColor { background-color: #CAA74D; }

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

This div background color is #CAA74D.


Border color

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

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

This div border color is #CAA74D.


Opacity

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

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

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

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

This text has shadow with #CAA74D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA74D on black background.


Color preview on white background

This text has color #CAA74D on white background.



Black color preview on #CAA74D background

This text has black color on #CAA74D background.


White color preview on #CAA74D background

This text has white color on #CAA74D background.