COLOR #C4B582

HEX: #C4B582
RGB: (196,181,130)

Color info

#C4B582 contains mainly red and green colors. Web safe color of #C4B582 is #CCCC99 (or #CC9).

RGB color model

#C4B582 color RGB value is (196,181,130).

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

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 130 of 255 = 51%

196
181
130

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

Portions of RGB colors in percentages

R + G + B =
196 + 181 + 130 = 507 (100%)
R 196 of 507 ~ 38.66%
G 181 of 507 ~ 35.7%
B 130 of 507 ~ 25.64%

%38.66
%35.7
%25.64

CMYK color model

#C4B582 color CMYK value is (0,8,34,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(0,8,34,23)
C0M8Y34K23 
(0%,8%,34%,23%)
(0.00/0.08/0.34/0.23)	

CMYK percentages

%0
%7.65
%33.67
%23.14

Codes

Color #C4B582 in popluar color models

C4B582
RGB196181130
HSL46°35.87%63.92%
HSB/HSV46°33.67%76.86%
CMYK0.00%7.65%33.67%
23.14%

Color #C4B582 in popluar number systems.

HEXC4B582
Decimal196181130
Binary110001001011010110000010
Octal304265202

Shades and tints

Shades of #C4B582

#C4B582
(196,181,130)
#B3A577
(179,165,119)
#A2956C
(162,149,108)
#918561
(145,133,97)
#807556
(128,117,86)
#6F654B
(111,101,75)
#5E5540
(94,85,64)
#4D4535
(77,69,53)
#3C352A
(60,53,42)
#2B251F
(43,37,31)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4B582

#C4B582
(196,181,130)
#C9BB8D
(201,187,141)
#CEC198
(206,193,152)
#D3C7A3
(211,199,163)
#D8CDAE
(216,205,174)
#DDD3B9
(221,211,185)
#E2D9C4
(226,217,196)
#E7DFCF
(231,223,207)
#ECE5DA
(236,229,218)
#F1EBE5
(241,235,229)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B582; }

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

This text font color is #C4B582.


Background Color

.myBgColor { background-color: #C4B582; }

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

This div background color is #C4B582.


Border color

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

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

This div border color is #C4B582.


Opacity

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

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

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

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

This text has shadow with #C4B582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B582 on black background.


Color preview on white background

This text has color #C4B582 on white background.



Black color preview on #C4B582 background

This text has black color on #C4B582 background.


White color preview on #C4B582 background

This text has white color on #C4B582 background.