COLOR #C4AD7F

HEX: #C4AD7F RGB: (196,173,127)

Color info

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

RGB color model

#C4AD7F color RGB value is (196,173,127).

RGB: (196,173,127) (77%, 68%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 127 of 255 = 50%

196
173
127

R + G + B ~ 65%. #C4AD7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 127 = 496 (100%)
R 196 of 496 ~ 39.52%
G 173 of 496 ~ 34.88%
B 127 of 496 ~ 25.6'%

%39.52
%34.88
%25.6

CMYK color model

#C4AD7F color CMYK value is (0,12,35,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK: (0,12,35,23) C0M12Y35K23 (0%,12%,35%,23%) (0.00/0.12/0.35/0.23) 

CMYK percentages

%0
%11.73
%35.2
%23.14

Codes

Color #C4AD7F in popluar color models

C4 AD 7F
RGB 196 173 127
HSL 40° 36.90% 63.33%
HSB/HSV 40° 35.20% 76.86%
CMYK 0.00% 11.73% 35.20%
23.14%

Color #C4AD7F in popluar number systems.

HEX C4 AD 7F
Decimal 196 173 127
Binary 11000100 10101101 1111111
Octal 304 255 177

Shades and tints

Shades of #C4AD7F

#C4AD7F
(196,173,127)
#B39E74
(179,158,116)
#A28F69
(162,143,105)
#91805E
(145,128,94)
#807153
(128,113,83)
#6F6248
(111,98,72)
#5E533D
(94,83,61)
#4D4432
(77,68,50)
#3C3527
(60,53,39)
#2B261C
(43,38,28)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4AD7F

#C4AD7F
(196,173,127)
#C9B48A
(201,180,138)
#CEBB95
(206,187,149)
#D3C2A0
(211,194,160)
#D8C9AB
(216,201,171)
#DDD0B6
(221,208,182)
#E2D7C1
(226,215,193)
#E7DECC
(231,222,204)
#ECE5D7
(236,229,215)
#F1ECE2
(241,236,226)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AD7F; }

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

This text font color is #C4AD7F.

Background Color

.myBgColor { background-color: #C4AD7F; }

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

This div background color is #C4AD7F.

Border color

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

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

This div border color is #C4AD7F.

Opacity

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

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

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

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

This text has shadow with #C4AD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AD7F.

Preview

Color preview on black background

This text has color #C4AD7F on black background.


Color preview on white background

This text has color #C4AD7F on white background.


Black color preview on #C4AD7F background

This text has black color on #C4AD7F background.


White color preview on #C4AD7F background

This text has white color on #C4AD7F background.


Related colors

Complementary color

Complementary color for #hex is #3B5280.


I love getcolorcode.com

Triadic colors

1 #7FC4AD and #AD7FC4 with #C4AD7F are triadic colors.

2 #7FADC4 and #ADC47F with #C4AD7F are triadic colors.