COLOR #C4A44C

HEX: #C4A44C
RGB: (196,164,76)

Color info

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

RGB color model

#C4A44C color RGB value is (196,164,76).

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

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 76 of 255 = 30%

196
164
76

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 76 = 436 (100%)
R 196 of 436 ~ 44.95%
G 164 of 436 ~ 37.61%
B 76 of 436 ~ 17.43%

%44.95
%37.61
%17.43

CMYK color model

#C4A44C color CMYK value is (0,16,61,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 61.22%
  • key color value is 23.14%
CMYK:
(0,16,61,23)
C0M16Y61K23 
(0%,16%,61%,23%)
(0.00/0.16/0.61/0.23)	

CMYK percentages

%0
%16.33
%61.22
%23.14

Codes

Color #C4A44C in popluar color models

C4A44C
RGB19616476
HSL44°50.42%53.33%
HSB/HSV44°61.22%76.86%
CMYK0.00%16.33%61.22%
23.14%

Color #C4A44C in popluar number systems.

HEXC4A44C
Decimal19616476
Binary11000100101001001001100
Octal304244114

Shades and tints

Shades of #C4A44C

#C4A44C
(196,164,76)
#B39646
(179,150,70)
#A28840
(162,136,64)
#917A3A
(145,122,58)
#806C34
(128,108,52)
#6F5E2E
(111,94,46)
#5E5028
(94,80,40)
#4D4222
(77,66,34)
#3C341C
(60,52,28)
#2B2616
(43,38,22)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #C4A44C

#C4A44C
(196,164,76)
#C9AC5C
(201,172,92)
#CEB46C
(206,180,108)
#D3BC7C
(211,188,124)
#D8C48C
(216,196,140)
#DDCC9C
(221,204,156)
#E2D4AC
(226,212,172)
#E7DCBC
(231,220,188)
#ECE4CC
(236,228,204)
#F1ECDC
(241,236,220)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A44C; }

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

This text font color is #C4A44C.


Background Color

.myBgColor { background-color: #C4A44C; }

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

This div background color is #C4A44C.


Border color

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

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

This div border color is #C4A44C.


Opacity

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

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

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

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

This text has shadow with #C4A44C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A44C on black background.


Color preview on white background

This text has color #C4A44C on white background.



Black color preview on #C4A44C background

This text has black color on #C4A44C background.


White color preview on #C4A44C background

This text has white color on #C4A44C background.