COLOR #C4B394

HEX: #C4B394
RGB: (196,179,148)

Color info

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

RGB color model

#C4B394 color RGB value is (196,179,148).

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

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 148 of 255 = 58%

196
179
148

R + G + B ~ 68%. #C4B394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 148 = 523 (100%)
R 196 of 523 ~ 37.48%
G 179 of 523 ~ 34.23%
B 148 of 523 ~ 28.3%

%37.48
%34.23
%28.3

CMYK color model

#C4B394 color CMYK value is (0,9,24,23).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 24.49%
  • key color value is 23.14%
CMYK:
(0,9,24,23)
C0M9Y24K23 
(0%,9%,24%,23%)
(0.00/0.09/0.24/0.23)	

CMYK percentages

%0
%8.67
%24.49
%23.14

Codes

Color #C4B394 in popluar color models

C4B394
RGB196179148
HSL39°28.92%67.45%
HSB/HSV39°24.49%76.86%
CMYK0.00%8.67%24.49%
23.14%

Color #C4B394 in popluar number systems.

HEXC4B394
Decimal196179148
Binary110001001011001110010100
Octal304263224

Shades and tints

Shades of #C4B394

#C4B394
(196,179,148)
#B3A387
(179,163,135)
#A2937A
(162,147,122)
#91836D
(145,131,109)
#807360
(128,115,96)
#6F6353
(111,99,83)
#5E5346
(94,83,70)
#4D4339
(77,67,57)
#3C332C
(60,51,44)
#2B231F
(43,35,31)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C4B394

#C4B394
(196,179,148)
#C9B99D
(201,185,157)
#CEBFA6
(206,191,166)
#D3C5AF
(211,197,175)
#D8CBB8
(216,203,184)
#DDD1C1
(221,209,193)
#E2D7CA
(226,215,202)
#E7DDD3
(231,221,211)
#ECE3DC
(236,227,220)
#F1E9E5
(241,233,229)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B394; }

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

This text font color is #C4B394.


Background Color

.myBgColor { background-color: #C4B394; }

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

This div background color is #C4B394.


Border color

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

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

This div border color is #C4B394.


Opacity

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

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

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

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

This text has shadow with #C4B394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B394 on black background.


Color preview on white background

This text has color #C4B394 on white background.



Black color preview on #C4B394 background

This text has black color on #C4B394 background.


White color preview on #C4B394 background

This text has white color on #C4B394 background.