COLOR #C4A78A

HEX: #C4A78A
RGB: (196,167,138)

Color info

#C4A78A contains red, green and blue colors in about the same proportion. Web safe color of #C4A78A is #CC9999 (or #C99).

RGB color model

#C4A78A color RGB value is (196,167,138).

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

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 138 of 255 = 54%

196
167
138

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

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 138 = 501 (100%)
R 196 of 501 ~ 39.12%
G 167 of 501 ~ 33.33%
B 138 of 501 ~ 27.54%

%39.12
%33.33
%27.54

CMYK color model

#C4A78A color CMYK value is (0,15,30,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 29.59%
  • key color value is 23.14%
CMYK:
(0,15,30,23)
C0M15Y30K23 
(0%,15%,30%,23%)
(0.00/0.15/0.30/0.23)	

CMYK percentages

%0
%14.8
%29.59
%23.14

Codes

Color #C4A78A in popluar color models

C4A78A
RGB196167138
HSL30°32.95%65.49%
HSB/HSV30°29.59%76.86%
CMYK0.00%14.80%29.59%
23.14%

Color #C4A78A in popluar number systems.

HEXC4A78A
Decimal196167138
Binary110001001010011110001010
Octal304247212

Shades and tints

Shades of #C4A78A

#C4A78A
(196,167,138)
#B3987E
(179,152,126)
#A28972
(162,137,114)
#917A66
(145,122,102)
#806B5A
(128,107,90)
#6F5C4E
(111,92,78)
#5E4D42
(94,77,66)
#4D3E36
(77,62,54)
#3C2F2A
(60,47,42)
#2B201E
(43,32,30)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #C4A78A

#C4A78A
(196,167,138)
#C9AF94
(201,175,148)
#CEB79E
(206,183,158)
#D3BFA8
(211,191,168)
#D8C7B2
(216,199,178)
#DDCFBC
(221,207,188)
#E2D7C6
(226,215,198)
#E7DFD0
(231,223,208)
#ECE7DA
(236,231,218)
#F1EFE4
(241,239,228)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A78A; }

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

This text font color is #C4A78A.


Background Color

.myBgColor { background-color: #C4A78A; }

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

This div background color is #C4A78A.


Border color

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

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

This div border color is #C4A78A.


Opacity

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

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

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

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

This text has shadow with #C4A78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A78A on black background.


Color preview on white background

This text has color #C4A78A on white background.



Black color preview on #C4A78A background

This text has black color on #C4A78A background.


White color preview on #C4A78A background

This text has white color on #C4A78A background.