COLOR #C4B39E

HEX: #C4B39E
RGB: (196,179,158)

Color info

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

RGB color model

#C4B39E color RGB value is (196,179,158).

  • red value is 196;
  • green value is 179;
  • blue value is 158.
RGB:
(196,179,158)
(77%,70%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 158 of 255 = 62%

196
179
158

R + G + B ~ 70%. #C4B39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 158 = 533 (100%)
R 196 of 533 ~ 36.77%
G 179 of 533 ~ 33.58%
B 158 of 533 ~ 29.64%

%36.77
%33.58
%29.64

CMYK color model

#C4B39E color CMYK value is (0,9,19,23).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(0,9,19,23)
C0M9Y19K23 
(0%,9%,19%,23%)
(0.00/0.09/0.19/0.23)	

CMYK percentages

%0
%8.67
%19.39
%23.14

Codes

Color #C4B39E in popluar color models

C4B39E
RGB196179158
HSL33°24.36%69.41%
HSB/HSV33°19.39%76.86%
CMYK0.00%8.67%19.39%
23.14%

Color #C4B39E in popluar number systems.

HEXC4B39E
Decimal196179158
Binary110001001011001110011110
Octal304263236

Shades and tints

Shades of #C4B39E

#C4B39E
(196,179,158)
#B3A390
(179,163,144)
#A29382
(162,147,130)
#918374
(145,131,116)
#807366
(128,115,102)
#6F6358
(111,99,88)
#5E534A
(94,83,74)
#4D433C
(77,67,60)
#3C332E
(60,51,46)
#2B2320
(43,35,32)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C4B39E

#C4B39E
(196,179,158)
#C9B9A6
(201,185,166)
#CEBFAE
(206,191,174)
#D3C5B6
(211,197,182)
#D8CBBE
(216,203,190)
#DDD1C6
(221,209,198)
#E2D7CE
(226,215,206)
#E7DDD6
(231,221,214)
#ECE3DE
(236,227,222)
#F1E9E6
(241,233,230)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B39E color. Also use rgb(196,179,158) instead hex code.

Text Font Color

.myTextColor { color: #C4B39E; }

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

This text font color is #C4B39E.


Background Color

.myBgColor { background-color: #C4B39E; }

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

This div background color is #C4B39E.


Border color

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

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

This div border color is #C4B39E.


Opacity

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

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

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

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

This text has shadow with #C4B39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B39E on black background.


Color preview on white background

This text has color #C4B39E on white background.



Black color preview on #C4B39E background

This text has black color on #C4B39E background.


White color preview on #C4B39E background

This text has white color on #C4B39E background.