COLOR #B39578

HEX: #B39578
RGB: (179,149,120)

Color info

#B39578 contains red, green and blue colors in about the same proportion. Web safe color of #B39578 is #999966 (or #996).

RGB color model

#B39578 color RGB value is (179,149,120).

  • red value is 179;
  • green value is 149;
  • blue value is 120.
RGB:
(179,149,120)
(70%,58%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 120 of 255 = 47%

179
149
120

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

Portions of RGB colors in percentages

R + G + B =
179 + 149 + 120 = 448 (100%)
R 179 of 448 ~ 39.96%
G 149 of 448 ~ 33.26%
B 120 of 448 ~ 26.79%

%39.96
%33.26
%26.79

CMYK color model

#B39578 color CMYK value is (0,17,33,30).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(0,17,33,30)
C0M17Y33K30 
(0%,17%,33%,30%)
(0.00/0.17/0.33/0.30)	

CMYK percentages

%0
%16.76
%32.96
%29.8

Codes

Color #B39578 in popluar color models

B39578
RGB179149120
HSL29°27.96%58.63%
HSB/HSV29°32.96%70.20%
CMYK0.00%16.76%32.96%
29.80%

Color #B39578 in popluar number systems.

HEXB39578
Decimal179149120
Binary10110011100101011111000
Octal263225170

Shades and tints

Shades of #B39578

#B39578
(179,149,120)
#A3886E
(163,136,110)
#937B64
(147,123,100)
#836E5A
(131,110,90)
#736150
(115,97,80)
#635446
(99,84,70)
#53473C
(83,71,60)
#433A32
(67,58,50)
#332D28
(51,45,40)
#23201E
(35,32,30)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #B39578

#B39578
(179,149,120)
#B99E84
(185,158,132)
#BFA790
(191,167,144)
#C5B09C
(197,176,156)
#CBB9A8
(203,185,168)
#D1C2B4
(209,194,180)
#D7CBC0
(215,203,192)
#DDD4CC
(221,212,204)
#E3DDD8
(227,221,216)
#E9E6E4
(233,230,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39578 color. Also use rgb(179,149,120) instead hex code.

Text Font Color

.myTextColor { color: #B39578; }

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

This text font color is #B39578.


Background Color

.myBgColor { background-color: #B39578; }

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

This div background color is #B39578.


Border color

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

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

This div border color is #B39578.


Opacity

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

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

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

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

This text has shadow with #B39578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39578 on black background.


Color preview on white background

This text has color #B39578 on white background.



Black color preview on #B39578 background

This text has black color on #B39578 background.


White color preview on #B39578 background

This text has white color on #B39578 background.