COLOR #C4A38A

HEX: #C4A38A
RGB: (196,163,138)

Color info

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

RGB color model

#C4A38A color RGB value is (196,163,138).

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

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 138 of 255 = 54%

196
163
138

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

Portions of RGB colors in percentages

R + G + B =
196 + 163 + 138 = 497 (100%)
R 196 of 497 ~ 39.44%
G 163 of 497 ~ 32.8%
B 138 of 497 ~ 27.77%

%39.44
%32.8
%27.77

CMYK color model

#C4A38A color CMYK value is (0,17,30,23).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 29.59%
  • key color value is 23.14%
CMYK:
(0,17,30,23)
C0M17Y30K23 
(0%,17%,30%,23%)
(0.00/0.17/0.30/0.23)	

CMYK percentages

%0
%16.84
%29.59
%23.14

Codes

Color #C4A38A in popluar color models

C4A38A
RGB196163138
HSL26°32.95%65.49%
HSB/HSV26°29.59%76.86%
CMYK0.00%16.84%29.59%
23.14%

Color #C4A38A in popluar number systems.

HEXC4A38A
Decimal196163138
Binary110001001010001110001010
Octal304243212

Shades and tints

Shades of #C4A38A

#C4A38A
(196,163,138)
#B3957E
(179,149,126)
#A28772
(162,135,114)
#917966
(145,121,102)
#806B5A
(128,107,90)
#6F5D4E
(111,93,78)
#5E4F42
(94,79,66)
#4D4136
(77,65,54)
#3C332A
(60,51,42)
#2B251E
(43,37,30)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4A38A

#C4A38A
(196,163,138)
#C9AB94
(201,171,148)
#CEB39E
(206,179,158)
#D3BBA8
(211,187,168)
#D8C3B2
(216,195,178)
#DDCBBC
(221,203,188)
#E2D3C6
(226,211,198)
#E7DBD0
(231,219,208)
#ECE3DA
(236,227,218)
#F1EBE4
(241,235,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A38A; }

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

This text font color is #C4A38A.


Background Color

.myBgColor { background-color: #C4A38A; }

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

This div background color is #C4A38A.


Border color

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

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

This div border color is #C4A38A.


Opacity

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

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

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

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

This text has shadow with #C4A38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A38A on black background.


Color preview on white background

This text has color #C4A38A on white background.



Black color preview on #C4A38A background

This text has black color on #C4A38A background.


White color preview on #C4A38A background

This text has white color on #C4A38A background.