COLOR #C7B539

HEX: #C7B539
RGB: (199,181,57)

Color info

#C7B539 contains mainly red and green colors. Web safe color of #C7B539 is #CCCC33 (or #CC3).

RGB color model

#C7B539 color RGB value is (199,181,57).

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

RGB channels and saturation

R 199 of 255 = 78%
G 181 of 255 = 71%
B 57 of 255 = 22%

199
181
57

R + G + B ~ 57%. #C7B539 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 181 + 57 = 437 (100%)
R 199 of 437 ~ 45.54%
G 181 of 437 ~ 41.42%
B 57 of 437 ~ 13.04%

%45.54
%41.42
%13.04

CMYK color model

#C7B539 color CMYK value is (0,9,71,22).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 71.36%
  • key color value is 21.96%
CMYK:
(0,9,71,22)
C0M9Y71K22 
(0%,9%,71%,22%)
(0.00/0.09/0.71/0.22)	

CMYK percentages

%0
%9.05
%71.36
%21.96

Codes

Color #C7B539 in popluar color models

C7B539
RGB19918157
HSL52°55.91%50.20%
HSB/HSV52°71.36%78.04%
CMYK0.00%9.05%71.36%
21.96%

Color #C7B539 in popluar number systems.

HEXC7B539
Decimal19918157
Binary1100011110110101111001
Octal30726571

Shades and tints

Shades of #C7B539

#C7B539
(199,181,57)
#B5A534
(181,165,52)
#A3952F
(163,149,47)
#91852A
(145,133,42)
#7F7525
(127,117,37)
#6D6520
(109,101,32)
#5B551B
(91,85,27)
#494516
(73,69,22)
#373511
(55,53,17)
#25250C
(37,37,12)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #C7B539

#C7B539
(199,181,57)
#CCBB4B
(204,187,75)
#D1C15D
(209,193,93)
#D6C76F
(214,199,111)
#DBCD81
(219,205,129)
#E0D393
(224,211,147)
#E5D9A5
(229,217,165)
#EADFB7
(234,223,183)
#EFE5C9
(239,229,201)
#F4EBDB
(244,235,219)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B539; }

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

This text font color is #C7B539.


Background Color

.myBgColor { background-color: #C7B539; }

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

This div background color is #C7B539.


Border color

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

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

This div border color is #C7B539.


Opacity

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

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

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

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

This text has shadow with #C7B539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B539 on black background.


Color preview on white background

This text has color #C7B539 on white background.



Black color preview on #C7B539 background

This text has black color on #C7B539 background.


White color preview on #C7B539 background

This text has white color on #C7B539 background.