COLOR #C4B79F

HEX: #C4B79F
RGB: (196,183,159)

Color info

#C4B79F contains red, green and blue colors in about the same proportion. Web safe color of #C4B79F is #CCCC99 (or #CC9).

RGB color model

#C4B79F color RGB value is (196,183,159).

  • red value is 196;
  • green value is 183;
  • blue value is 159.
RGB:
(196,183,159)
(77%,72%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 159 of 255 = 62%

196
183
159

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

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 159 = 538 (100%)
R 196 of 538 ~ 36.43%
G 183 of 538 ~ 34.01%
B 159 of 538 ~ 29.55%

%36.43
%34.01
%29.55

CMYK color model

#C4B79F color CMYK value is (0,7,19,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(0,7,19,23)
C0M7Y19K23 
(0%,7%,19%,23%)
(0.00/0.07/0.19/0.23)	

CMYK percentages

%0
%6.63
%18.88
%23.14

Codes

Color #C4B79F in popluar color models

C4B79F
RGB196183159
HSL39°23.87%69.61%
HSB/HSV39°18.88%76.86%
CMYK0.00%6.63%18.88%
23.14%

Color #C4B79F in popluar number systems.

HEXC4B79F
Decimal196183159
Binary110001001011011110011111
Octal304267237

Shades and tints

Shades of #C4B79F

#C4B79F
(196,183,159)
#B3A791
(179,167,145)
#A29783
(162,151,131)
#918775
(145,135,117)
#807767
(128,119,103)
#6F6759
(111,103,89)
#5E574B
(94,87,75)
#4D473D
(77,71,61)
#3C372F
(60,55,47)
#2B2721
(43,39,33)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #C4B79F

#C4B79F
(196,183,159)
#C9BDA7
(201,189,167)
#CEC3AF
(206,195,175)
#D3C9B7
(211,201,183)
#D8CFBF
(216,207,191)
#DDD5C7
(221,213,199)
#E2DBCF
(226,219,207)
#E7E1D7
(231,225,215)
#ECE7DF
(236,231,223)
#F1EDE7
(241,237,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B79F color. Also use rgb(196,183,159) instead hex code.

Text Font Color

.myTextColor { color: #C4B79F; }

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

This text font color is #C4B79F.


Background Color

.myBgColor { background-color: #C4B79F; }

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

This div background color is #C4B79F.


Border color

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

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

This div border color is #C4B79F.


Opacity

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

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

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

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

This text has shadow with #C4B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B79F on black background.


Color preview on white background

This text has color #C4B79F on white background.



Black color preview on #C4B79F background

This text has black color on #C4B79F background.


White color preview on #C4B79F background

This text has white color on #C4B79F background.