COLOR #C4A759

HEX: #C4A759
RGB: (196,167,89)

Color info

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

RGB color model

#C4A759 color RGB value is (196,167,89).

  • red value is 196;
  • green value is 167;
  • blue value is 89.
RGB:
(196,167,89)
(77%,65%,35%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 89 of 255 = 35%

196
167
89

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

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 89 = 452 (100%)
R 196 of 452 ~ 43.36%
G 167 of 452 ~ 36.95%
B 89 of 452 ~ 19.69%

%43.36
%36.95
%19.69

CMYK color model

#C4A759 color CMYK value is (0,15,55,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 54.59%
  • key color value is 23.14%
CMYK:
(0,15,55,23)
C0M15Y55K23 
(0%,15%,55%,23%)
(0.00/0.15/0.55/0.23)	

CMYK percentages

%0
%14.8
%54.59
%23.14

Codes

Color #C4A759 in popluar color models

C4A759
RGB19616789
HSL44°47.56%55.88%
HSB/HSV44°54.59%76.86%
CMYK0.00%14.80%54.59%
23.14%

Color #C4A759 in popluar number systems.

HEXC4A759
Decimal19616789
Binary11000100101001111011001
Octal304247131

Shades and tints

Shades of #C4A759

#C4A759
(196,167,89)
#B39851
(179,152,81)
#A28949
(162,137,73)
#917A41
(145,122,65)
#806B39
(128,107,57)
#6F5C31
(111,92,49)
#5E4D29
(94,77,41)
#4D3E21
(77,62,33)
#3C2F19
(60,47,25)
#2B2011
(43,32,17)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #C4A759

#C4A759
(196,167,89)
#C9AF68
(201,175,104)
#CEB777
(206,183,119)
#D3BF86
(211,191,134)
#D8C795
(216,199,149)
#DDCFA4
(221,207,164)
#E2D7B3
(226,215,179)
#E7DFC2
(231,223,194)
#ECE7D1
(236,231,209)
#F1EFE0
(241,239,224)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A759 color. Also use rgb(196,167,89) instead hex code.

Text Font Color

.myTextColor { color: #C4A759; }

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

This text font color is #C4A759.


Background Color

.myBgColor { background-color: #C4A759; }

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

This div background color is #C4A759.


Border color

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

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

This div border color is #C4A759.


Opacity

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

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

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

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

This text has shadow with #C4A759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A759 on black background.


Color preview on white background

This text has color #C4A759 on white background.



Black color preview on #C4A759 background

This text has black color on #C4A759 background.


White color preview on #C4A759 background

This text has white color on #C4A759 background.