COLOR #C4AD4F

HEX: #C4AD4F
RGB: (196,173,79)

Color info

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

RGB color model

#C4AD4F color RGB value is (196,173,79).

  • red value is 196;
  • green value is 173;
  • blue value is 79.
RGB:
(196,173,79)
(77%,68%,31%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 79 of 255 = 31%

196
173
79

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

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 79 = 448 (100%)
R 196 of 448 ~ 43.75%
G 173 of 448 ~ 38.62%
B 79 of 448 ~ 17.63%

%43.75
%38.62
%17.63

CMYK color model

#C4AD4F color CMYK value is (0,12,60,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 59.69%
  • key color value is 23.14%
CMYK:
(0,12,60,23)
C0M12Y60K23 
(0%,12%,60%,23%)
(0.00/0.12/0.60/0.23)	

CMYK percentages

%0
%11.73
%59.69
%23.14

Codes

Color #C4AD4F in popluar color models

C4AD4F
RGB19617379
HSL48°49.79%53.92%
HSB/HSV48°59.69%76.86%
CMYK0.00%11.73%59.69%
23.14%

Color #C4AD4F in popluar number systems.

HEXC4AD4F
Decimal19617379
Binary11000100101011011001111
Octal304255117

Shades and tints

Shades of #C4AD4F

#C4AD4F
(196,173,79)
#B39E48
(179,158,72)
#A28F41
(162,143,65)
#91803A
(145,128,58)
#807133
(128,113,51)
#6F622C
(111,98,44)
#5E5325
(94,83,37)
#4D441E
(77,68,30)
#3C3517
(60,53,23)
#2B2610
(43,38,16)
#1A1709
(26,23,9)
#000000
(0,0,0)

Tints of #C4AD4F

#C4AD4F
(196,173,79)
#C9B45F
(201,180,95)
#CEBB6F
(206,187,111)
#D3C27F
(211,194,127)
#D8C98F
(216,201,143)
#DDD09F
(221,208,159)
#E2D7AF
(226,215,175)
#E7DEBF
(231,222,191)
#ECE5CF
(236,229,207)
#F1ECDF
(241,236,223)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AD4F color. Also use rgb(196,173,79) instead hex code.

Text Font Color

.myTextColor { color: #C4AD4F; }

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

This text font color is #C4AD4F.


Background Color

.myBgColor { background-color: #C4AD4F; }

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

This div background color is #C4AD4F.


Border color

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

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

This div border color is #C4AD4F.


Opacity

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

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

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

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

This text has shadow with #C4AD4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AD4F on black background.


Color preview on white background

This text has color #C4AD4F on white background.



Black color preview on #C4AD4F background

This text has black color on #C4AD4F background.


White color preview on #C4AD4F background

This text has white color on #C4AD4F background.