COLOR #C7B58F

HEX: #C7B58F
RGB: (199,181,143)

Color info

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

RGB color model

#C7B58F color RGB value is (199,181,143).

  • red value is 199;
  • green value is 181;
  • blue value is 143.
RGB:
(199,181,143)
(78%,71%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 181 of 255 = 71%
B 143 of 255 = 56%

199
181
143

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

Portions of RGB colors in percentages

R + G + B =
199 + 181 + 143 = 523 (100%)
R 199 of 523 ~ 38.05%
G 181 of 523 ~ 34.61%
B 143 of 523 ~ 27.34%

%38.05
%34.61
%27.34

CMYK color model

#C7B58F color CMYK value is (0,9,28,22).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK:
(0,9,28,22)
C0M9Y28K22 
(0%,9%,28%,22%)
(0.00/0.09/0.28/0.22)	

CMYK percentages

%0
%9.05
%28.14
%21.96

Codes

Color #C7B58F in popluar color models

C7B58F
RGB199181143
HSL41°33.33%67.06%
HSB/HSV41°28.14%78.04%
CMYK0.00%9.05%28.14%
21.96%

Color #C7B58F in popluar number systems.

HEXC7B58F
Decimal199181143
Binary110001111011010110001111
Octal307265217

Shades and tints

Shades of #C7B58F

#C7B58F
(199,181,143)
#B5A582
(181,165,130)
#A39575
(163,149,117)
#918568
(145,133,104)
#7F755B
(127,117,91)
#6D654E
(109,101,78)
#5B5541
(91,85,65)
#494534
(73,69,52)
#373527
(55,53,39)
#25251A
(37,37,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #C7B58F

#C7B58F
(199,181,143)
#CCBB99
(204,187,153)
#D1C1A3
(209,193,163)
#D6C7AD
(214,199,173)
#DBCDB7
(219,205,183)
#E0D3C1
(224,211,193)
#E5D9CB
(229,217,203)
#EADFD5
(234,223,213)
#EFE5DF
(239,229,223)
#F4EBE9
(244,235,233)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B58F color. Also use rgb(199,181,143) instead hex code.

Text Font Color

.myTextColor { color: #C7B58F; }

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

This text font color is #C7B58F.


Background Color

.myBgColor { background-color: #C7B58F; }

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

This div background color is #C7B58F.


Border color

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

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

This div border color is #C7B58F.


Opacity

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

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

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

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

This text has shadow with #C7B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B58F on black background.


Color preview on white background

This text has color #C7B58F on white background.



Black color preview on #C7B58F background

This text has black color on #C7B58F background.


White color preview on #C7B58F background

This text has white color on #C7B58F background.