COLOR #C4B562

HEX: #C4B562
RGB: (196,181,98)

Color info

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

RGB color model

#C4B562 color RGB value is (196,181,98).

  • red value is 196;
  • green value is 181;
  • blue value is 98.
RGB:
(196,181,98)
(77%,71%,38%)

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 98 of 255 = 38%

196
181
98

R + G + B ~ 62%. #C4B562 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 181 + 98 = 475 (100%)
R 196 of 475 ~ 41.26%
G 181 of 475 ~ 38.11%
B 98 of 475 ~ 20.63%

%41.26
%38.11
%20.63

CMYK color model

#C4B562 color CMYK value is (0,8,50,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 50.00%
  • key color value is 23.14%
CMYK:
(0,8,50,23)
C0M8Y50K23 
(0%,8%,50%,23%)
(0.00/0.08/0.50/0.23)	

CMYK percentages

%0
%7.65
%50
%23.14

Codes

Color #C4B562 in popluar color models

C4B562
RGB19618198
HSL51°45.37%57.65%
HSB/HSV51°50.00%76.86%
CMYK0.00%7.65%50.00%
23.14%

Color #C4B562 in popluar number systems.

HEXC4B562
Decimal19618198
Binary11000100101101011100010
Octal304265142

Shades and tints

Shades of #C4B562

#C4B562
(196,181,98)
#B3A55A
(179,165,90)
#A29552
(162,149,82)
#91854A
(145,133,74)
#807542
(128,117,66)
#6F653A
(111,101,58)
#5E5532
(94,85,50)
#4D452A
(77,69,42)
#3C3522
(60,53,34)
#2B251A
(43,37,26)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #C4B562

#C4B562
(196,181,98)
#C9BB70
(201,187,112)
#CEC17E
(206,193,126)
#D3C78C
(211,199,140)
#D8CD9A
(216,205,154)
#DDD3A8
(221,211,168)
#E2D9B6
(226,217,182)
#E7DFC4
(231,223,196)
#ECE5D2
(236,229,210)
#F1EBE0
(241,235,224)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B562 color. Also use rgb(196,181,98) instead hex code.

Text Font Color

.myTextColor { color: #C4B562; }

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

This text font color is #C4B562.


Background Color

.myBgColor { background-color: #C4B562; }

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

This div background color is #C4B562.


Border color

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

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

This div border color is #C4B562.


Opacity

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

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

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

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

This text has shadow with #C4B562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B562 on black background.


Color preview on white background

This text has color #C4B562 on white background.



Black color preview on #C4B562 background

This text has black color on #C4B562 background.


White color preview on #C4B562 background

This text has white color on #C4B562 background.