COLOR #C4A42E

HEX: #C4A42E
RGB: (196,164,46)

Color info

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

RGB color model

#C4A42E color RGB value is (196,164,46).

  • red value is 196;
  • green value is 164;
  • blue value is 46.
RGB:
(196,164,46)
(77%,64%,18%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 46 of 255 = 18%

196
164
46

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 46 = 406 (100%)
R 196 of 406 ~ 48.28%
G 164 of 406 ~ 40.39%
B 46 of 406 ~ 11.33%

%48.28
%40.39
%11.33

CMYK color model

#C4A42E color CMYK value is (0,16,77,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 76.53%
  • key color value is 23.14%
CMYK:
(0,16,77,23)
C0M16Y77K23 
(0%,16%,77%,23%)
(0.00/0.16/0.77/0.23)	

CMYK percentages

%0
%16.33
%76.53
%23.14

Codes

Color #C4A42E in popluar color models

C4A42E
RGB19616446
HSL47°61.98%47.45%
HSB/HSV47°76.53%76.86%
CMYK0.00%16.33%76.53%
23.14%

Color #C4A42E in popluar number systems.

HEXC4A42E
Decimal19616446
Binary1100010010100100101110
Octal30424456

Shades and tints

Shades of #C4A42E

#C4A42E
(196,164,46)
#B3962A
(179,150,42)
#A28826
(162,136,38)
#917A22
(145,122,34)
#806C1E
(128,108,30)
#6F5E1A
(111,94,26)
#5E5016
(94,80,22)
#4D4212
(77,66,18)
#3C340E
(60,52,14)
#2B260A
(43,38,10)
#1A1806
(26,24,6)
#000000
(0,0,0)

Tints of #C4A42E

#C4A42E
(196,164,46)
#C9AC41
(201,172,65)
#CEB454
(206,180,84)
#D3BC67
(211,188,103)
#D8C47A
(216,196,122)
#DDCC8D
(221,204,141)
#E2D4A0
(226,212,160)
#E7DCB3
(231,220,179)
#ECE4C6
(236,228,198)
#F1ECD9
(241,236,217)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A42E color. Also use rgb(196,164,46) instead hex code.

Text Font Color

.myTextColor { color: #C4A42E; }

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

This text font color is #C4A42E.


Background Color

.myBgColor { background-color: #C4A42E; }

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

This div background color is #C4A42E.


Border color

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

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

This div border color is #C4A42E.


Opacity

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

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

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

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

This text has shadow with #C4A42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A42E on black background.


Color preview on white background

This text has color #C4A42E on white background.



Black color preview on #C4A42E background

This text has black color on #C4A42E background.


White color preview on #C4A42E background

This text has white color on #C4A42E background.