COLOR #C6B54B

HEX: #C6B54B
RGB: (198,181,75)

Color info

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

RGB color model

#C6B54B color RGB value is (198,181,75).

  • red value is 198;
  • green value is 181;
  • blue value is 75.
RGB:
(198,181,75)
(78%,71%,29%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 75 of 255 = 29%

198
181
75

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

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 75 = 454 (100%)
R 198 of 454 ~ 43.61%
G 181 of 454 ~ 39.87%
B 75 of 454 ~ 16.52%

%43.61
%39.87
%16.52

CMYK color model

#C6B54B color CMYK value is (0,9,62,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 62.12%
  • key color value is 22.35%
CMYK:
(0,9,62,22)
C0M9Y62K22 
(0%,9%,62%,22%)
(0.00/0.09/0.62/0.22)	

CMYK percentages

%0
%8.59
%62.12
%22.35

Codes

Color #C6B54B in popluar color models

C6B54B
RGB19818175
HSL52°51.90%53.53%
HSB/HSV52°62.12%77.65%
CMYK0.00%8.59%62.12%
22.35%

Color #C6B54B in popluar number systems.

HEXC6B54B
Decimal19818175
Binary11000110101101011001011
Octal306265113

Shades and tints

Shades of #C6B54B

#C6B54B
(198,181,75)
#B4A545
(180,165,69)
#A2953F
(162,149,63)
#908539
(144,133,57)
#7E7533
(126,117,51)
#6C652D
(108,101,45)
#5A5527
(90,85,39)
#484521
(72,69,33)
#36351B
(54,53,27)
#242515
(36,37,21)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #C6B54B

#C6B54B
(198,181,75)
#CBBB5B
(203,187,91)
#D0C16B
(208,193,107)
#D5C77B
(213,199,123)
#DACD8B
(218,205,139)
#DFD39B
(223,211,155)
#E4D9AB
(228,217,171)
#E9DFBB
(233,223,187)
#EEE5CB
(238,229,203)
#F3EBDB
(243,235,219)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B54B color. Also use rgb(198,181,75) instead hex code.

Text Font Color

.myTextColor { color: #C6B54B; }

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

This text font color is #C6B54B.


Background Color

.myBgColor { background-color: #C6B54B; }

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

This div background color is #C6B54B.


Border color

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

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

This div border color is #C6B54B.


Opacity

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

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

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

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

This text has shadow with #C6B54B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B54B on black background.


Color preview on white background

This text has color #C6B54B on white background.



Black color preview on #C6B54B background

This text has black color on #C6B54B background.


White color preview on #C6B54B background

This text has white color on #C6B54B background.