COLOR #C4AE73

HEX: #C4AE73
RGB: (196,174,115)

Color info

#C4AE73 contains mainly red and green colors. Web safe color of #C4AE73 is #CC9966 (or #C96).

RGB color model

#C4AE73 color RGB value is (196,174,115).

  • red value is 196;
  • green value is 174;
  • blue value is 115.
RGB:
(196,174,115)
(77%,68%,45%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 115 of 255 = 45%

196
174
115

R + G + B ~ 63%. #C4AE73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 174 + 115 = 485 (100%)
R 196 of 485 ~ 40.41%
G 174 of 485 ~ 35.88%
B 115 of 485 ~ 23.71%

%40.41
%35.88
%23.71

CMYK color model

#C4AE73 color CMYK value is (0,11,41,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 41.33%
  • key color value is 23.14%
CMYK:
(0,11,41,23)
C0M11Y41K23 
(0%,11%,41%,23%)
(0.00/0.11/0.41/0.23)	

CMYK percentages

%0
%11.22
%41.33
%23.14

Codes

Color #C4AE73 in popluar color models

C4AE73
RGB196174115
HSL44°40.70%60.98%
HSB/HSV44°41.33%76.86%
CMYK0.00%11.22%41.33%
23.14%

Color #C4AE73 in popluar number systems.

HEXC4AE73
Decimal196174115
Binary11000100101011101110011
Octal304256163

Shades and tints

Shades of #C4AE73

#C4AE73
(196,174,115)
#B39F69
(179,159,105)
#A2905F
(162,144,95)
#918155
(145,129,85)
#80724B
(128,114,75)
#6F6341
(111,99,65)
#5E5437
(94,84,55)
#4D452D
(77,69,45)
#3C3623
(60,54,35)
#2B2719
(43,39,25)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #C4AE73

#C4AE73
(196,174,115)
#C9B57F
(201,181,127)
#CEBC8B
(206,188,139)
#D3C397
(211,195,151)
#D8CAA3
(216,202,163)
#DDD1AF
(221,209,175)
#E2D8BB
(226,216,187)
#E7DFC7
(231,223,199)
#ECE6D3
(236,230,211)
#F1EDDF
(241,237,223)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AE73 color. Also use rgb(196,174,115) instead hex code.

Text Font Color

.myTextColor { color: #C4AE73; }

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

This text font color is #C4AE73.


Background Color

.myBgColor { background-color: #C4AE73; }

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

This div background color is #C4AE73.


Border color

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

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

This div border color is #C4AE73.


Opacity

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

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

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

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

This text has shadow with #C4AE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AE73 on black background.


Color preview on white background

This text has color #C4AE73 on white background.



Black color preview on #C4AE73 background

This text has black color on #C4AE73 background.


White color preview on #C4AE73 background

This text has white color on #C4AE73 background.