COLOR #C7B39F

HEX: #C7B39F
RGB: (199,179,159)

Color info

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

RGB color model

#C7B39F color RGB value is (199,179,159).

  • red value is 199;
  • green value is 179;
  • blue value is 159.
RGB:
(199,179,159)
(78%,70%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 159 of 255 = 62%

199
179
159

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

Portions of RGB colors in percentages

R + G + B =
199 + 179 + 159 = 537 (100%)
R 199 of 537 ~ 37.06%
G 179 of 537 ~ 33.33%
B 159 of 537 ~ 29.61%

%37.06
%33.33
%29.61

CMYK color model

#C7B39F color CMYK value is (0,10,20,22).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 20.10%
  • key color value is 21.96%
CMYK:
(0,10,20,22)
C0M10Y20K22 
(0%,10%,20%,22%)
(0.00/0.10/0.20/0.22)	

CMYK percentages

%0
%10.05
%20.1
%21.96

Codes

Color #C7B39F in popluar color models

C7B39F
RGB199179159
HSL30°26.32%70.20%
HSB/HSV30°20.10%78.04%
CMYK0.00%10.05%20.10%
21.96%

Color #C7B39F in popluar number systems.

HEXC7B39F
Decimal199179159
Binary110001111011001110011111
Octal307263237

Shades and tints

Shades of #C7B39F

#C7B39F
(199,179,159)
#B5A391
(181,163,145)
#A39383
(163,147,131)
#918375
(145,131,117)
#7F7367
(127,115,103)
#6D6359
(109,99,89)
#5B534B
(91,83,75)
#49433D
(73,67,61)
#37332F
(55,51,47)
#252321
(37,35,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #C7B39F

#C7B39F
(199,179,159)
#CCB9A7
(204,185,167)
#D1BFAF
(209,191,175)
#D6C5B7
(214,197,183)
#DBCBBF
(219,203,191)
#E0D1C7
(224,209,199)
#E5D7CF
(229,215,207)
#EADDD7
(234,221,215)
#EFE3DF
(239,227,223)
#F4E9E7
(244,233,231)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B39F color. Also use rgb(199,179,159) instead hex code.

Text Font Color

.myTextColor { color: #C7B39F; }

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

This text font color is #C7B39F.


Background Color

.myBgColor { background-color: #C7B39F; }

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

This div background color is #C7B39F.


Border color

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

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

This div border color is #C7B39F.


Opacity

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

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

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

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

This text has shadow with #C7B39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B39F on black background.


Color preview on white background

This text has color #C7B39F on white background.



Black color preview on #C7B39F background

This text has black color on #C7B39F background.


White color preview on #C7B39F background

This text has white color on #C7B39F background.