COLOR #C4A77C

HEX: #C4A77C
RGB: (196,167,124)

Color info

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

RGB color model

#C4A77C color RGB value is (196,167,124).

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

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 124 of 255 = 49%

196
167
124

R + G + B ~ 64%. #C4A77C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 124 = 487 (100%)
R 196 of 487 ~ 40.25%
G 167 of 487 ~ 34.29%
B 124 of 487 ~ 25.46%

%40.25
%34.29
%25.46

CMYK color model

#C4A77C color CMYK value is (0,15,37,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 36.73%
  • key color value is 23.14%
CMYK:
(0,15,37,23)
C0M15Y37K23 
(0%,15%,37%,23%)
(0.00/0.15/0.37/0.23)	

CMYK percentages

%0
%14.8
%36.73
%23.14

Codes

Color #C4A77C in popluar color models

C4A77C
RGB196167124
HSL36°37.89%62.75%
HSB/HSV36°36.73%76.86%
CMYK0.00%14.80%36.73%
23.14%

Color #C4A77C in popluar number systems.

HEXC4A77C
Decimal196167124
Binary11000100101001111111100
Octal304247174

Shades and tints

Shades of #C4A77C

#C4A77C
(196,167,124)
#B39871
(179,152,113)
#A28966
(162,137,102)
#917A5B
(145,122,91)
#806B50
(128,107,80)
#6F5C45
(111,92,69)
#5E4D3A
(94,77,58)
#4D3E2F
(77,62,47)
#3C2F24
(60,47,36)
#2B2019
(43,32,25)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #C4A77C

#C4A77C
(196,167,124)
#C9AF87
(201,175,135)
#CEB792
(206,183,146)
#D3BF9D
(211,191,157)
#D8C7A8
(216,199,168)
#DDCFB3
(221,207,179)
#E2D7BE
(226,215,190)
#E7DFC9
(231,223,201)
#ECE7D4
(236,231,212)
#F1EFDF
(241,239,223)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A77C; }

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

This text font color is #C4A77C.


Background Color

.myBgColor { background-color: #C4A77C; }

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

This div background color is #C4A77C.


Border color

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

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

This div border color is #C4A77C.


Opacity

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

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

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

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

This text has shadow with #C4A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A77C on black background.


Color preview on white background

This text has color #C4A77C on white background.



Black color preview on #C4A77C background

This text has black color on #C4A77C background.


White color preview on #C4A77C background

This text has white color on #C4A77C background.