COLOR #C7B35B

HEX: #C7B35B RGB: (199,179,91)

Color info

#C7B35B contains mainly red and green colors. Web safe color of #C7B35B is #CC9966 (or #C96).

RGB color model

#C7B35B color RGB value is (199,179,91).

RGB: (199,179,91) (78%, 70%, 36%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 91 of 255 = 36%

199
179
91

R + G + B ~ 61%. #C7B35B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 179 + 91 = 469 (100%)
R 199 of 469 ~ 42.43%
G 179 of 469 ~ 38.17%
B 91 of 469 ~ 19.4'%

%42.43
%38.17
%19.4

CMYK color model

#C7B35B color CMYK value is (0,10,54,22).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 54.27%
  • key color value is 21.96%
CMYK: (0,10,54,22) C0M10Y54K22 (0%,10%,54%,22%) (0.00/0.10/0.54/0.22) 

CMYK percentages

%0
%10.05
%54.27
%21.96

Codes

Color #C7B35B in popluar color models

C7 B3 5B
RGB 199 179 91
HSL 49° 49.09% 56.86%
HSB/HSV 49° 54.27% 78.04%
CMYK 0.00% 10.05% 54.27%
21.96%

Color #C7B35B in popluar number systems.

HEX C7 B3 5B
Decimal 199 179 91
Binary 11000111 10110011 1011011
Octal 307 263 133

Shades and tints

Shades of #C7B35B

#C7B35B
(199,179,91)
#B5A353
(181,163,83)
#A3934B
(163,147,75)
#918343
(145,131,67)
#7F733B
(127,115,59)
#6D6333
(109,99,51)
#5B532B
(91,83,43)
#494323
(73,67,35)
#37331B
(55,51,27)
#252313
(37,35,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #C7B35B

#C7B35B
(199,179,91)
#CCB969
(204,185,105)
#D1BF77
(209,191,119)
#D6C585
(214,197,133)
#DBCB93
(219,203,147)
#E0D1A1
(224,209,161)
#E5D7AF
(229,215,175)
#EADDBD
(234,221,189)
#EFE3CB
(239,227,203)
#F4E9D9
(244,233,217)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B35B; }

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

This text font color is #C7B35B.

Background Color

.myBgColor { background-color: #C7B35B; }

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

This div background color is #C7B35B.

Border color

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

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

This div border color is #C7B35B.

Opacity

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

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

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

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

This text has shadow with #C7B35B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B35B.

Preview

Color preview on black background

This text has color #C7B35B on black background.


Color preview on white background

This text has color #C7B35B on white background.


Black color preview on #C7B35B background

This text has black color on #C7B35B background.


White color preview on #C7B35B background

This text has white color on #C7B35B background.


Related colors

Complementary color

Complementary color for #hex is #384CA4.


I love getcolorcode.com

Triadic colors

1 #5BC7B3 and #B35BC7 with #C7B35B are triadic colors.

2 #5BB3C7 and #B3C75B with #C7B35B are triadic colors.