COLOR #C7B57F

HEX: #C7B57F
RGB: (199,181,127)

Color info

#C7B57F contains mainly red and green colors. Web safe color of #C7B57F is #CCCC66 (or #CC6).

RGB color model

#C7B57F color RGB value is (199,181,127).

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

RGB channels and saturation

R 199 of 255 = 78%
G 181 of 255 = 71%
B 127 of 255 = 50%

199
181
127

R + G + B ~ 66%. #C7B57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 181 + 127 = 507 (100%)
R 199 of 507 ~ 39.25%
G 181 of 507 ~ 35.7%
B 127 of 507 ~ 25.05%

%39.25
%35.7
%25.05

CMYK color model

#C7B57F color CMYK value is (0,9,36,22).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK:
(0,9,36,22)
C0M9Y36K22 
(0%,9%,36%,22%)
(0.00/0.09/0.36/0.22)	

CMYK percentages

%0
%9.05
%36.18
%21.96

Codes

Color #C7B57F in popluar color models

C7B57F
RGB199181127
HSL45°39.13%63.92%
HSB/HSV45°36.18%78.04%
CMYK0.00%9.05%36.18%
21.96%

Color #C7B57F in popluar number systems.

HEXC7B57F
Decimal199181127
Binary11000111101101011111111
Octal307265177

Shades and tints

Shades of #C7B57F

#C7B57F
(199,181,127)
#B5A574
(181,165,116)
#A39569
(163,149,105)
#91855E
(145,133,94)
#7F7553
(127,117,83)
#6D6548
(109,101,72)
#5B553D
(91,85,61)
#494532
(73,69,50)
#373527
(55,53,39)
#25251C
(37,37,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7B57F

#C7B57F
(199,181,127)
#CCBB8A
(204,187,138)
#D1C195
(209,193,149)
#D6C7A0
(214,199,160)
#DBCDAB
(219,205,171)
#E0D3B6
(224,211,182)
#E5D9C1
(229,217,193)
#EADFCC
(234,223,204)
#EFE5D7
(239,229,215)
#F4EBE2
(244,235,226)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B57F; }

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

This text font color is #C7B57F.


Background Color

.myBgColor { background-color: #C7B57F; }

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

This div background color is #C7B57F.


Border color

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

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

This div border color is #C7B57F.


Opacity

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

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

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

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

This text has shadow with #C7B57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B57F on black background.


Color preview on white background

This text has color #C7B57F on white background.



Black color preview on #C7B57F background

This text has black color on #C7B57F background.


White color preview on #C7B57F background

This text has white color on #C7B57F background.