COLOR #C4A674

HEX: #C4A674
RGB: (196,166,116)

Color info

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

RGB color model

#C4A674 color RGB value is (196,166,116).

  • red value is 196;
  • green value is 166;
  • blue value is 116.
RGB:
(196,166,116)
(77%,65%,45%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 116 of 255 = 45%

196
166
116

R + G + B ~ 62%. #C4A674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 116 = 478 (100%)
R 196 of 478 ~ 41%
G 166 of 478 ~ 34.73%
B 116 of 478 ~ 24.27%

%41
%34.73
%24.27

CMYK color model

#C4A674 color CMYK value is (0,15,41,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(0,15,41,23)
C0M15Y41K23 
(0%,15%,41%,23%)
(0.00/0.15/0.41/0.23)	

CMYK percentages

%0
%15.31
%40.82
%23.14

Codes

Color #C4A674 in popluar color models

C4A674
RGB196166116
HSL38°40.40%61.18%
HSB/HSV38°40.82%76.86%
CMYK0.00%15.31%40.82%
23.14%

Color #C4A674 in popluar number systems.

HEXC4A674
Decimal196166116
Binary11000100101001101110100
Octal304246164

Shades and tints

Shades of #C4A674

#C4A674
(196,166,116)
#B3976A
(179,151,106)
#A28860
(162,136,96)
#917956
(145,121,86)
#806A4C
(128,106,76)
#6F5B42
(111,91,66)
#5E4C38
(94,76,56)
#4D3D2E
(77,61,46)
#3C2E24
(60,46,36)
#2B1F1A
(43,31,26)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #C4A674

#C4A674
(196,166,116)
#C9AE80
(201,174,128)
#CEB68C
(206,182,140)
#D3BE98
(211,190,152)
#D8C6A4
(216,198,164)
#DDCEB0
(221,206,176)
#E2D6BC
(226,214,188)
#E7DEC8
(231,222,200)
#ECE6D4
(236,230,212)
#F1EEE0
(241,238,224)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A674 color. Also use rgb(196,166,116) instead hex code.

Text Font Color

.myTextColor { color: #C4A674; }

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

This text font color is #C4A674.


Background Color

.myBgColor { background-color: #C4A674; }

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

This div background color is #C4A674.


Border color

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

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

This div border color is #C4A674.


Opacity

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

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

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

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

This text has shadow with #C4A674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A674 on black background.


Color preview on white background

This text has color #C4A674 on white background.



Black color preview on #C4A674 background

This text has black color on #C4A674 background.


White color preview on #C4A674 background

This text has white color on #C4A674 background.