COLOR #B39070

HEX: #B39070
RGB: (179,144,112)

Color info

#B39070 contains mainly red and green colors. Web safe color of #B39070 is #999966 (or #996).

RGB color model

#B39070 color RGB value is (179,144,112).

  • red value is 179;
  • green value is 144;
  • blue value is 112.
RGB:
(179,144,112)
(70%,56%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 144 of 255 = 56%
B 112 of 255 = 44%

179
144
112

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

Portions of RGB colors in percentages

R + G + B =
179 + 144 + 112 = 435 (100%)
R 179 of 435 ~ 41.15%
G 144 of 435 ~ 33.1%
B 112 of 435 ~ 25.75%

%41.15
%33.1
%25.75

CMYK color model

#B39070 color CMYK value is (0,20,37,30).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 37.43%
  • key color value is 29.80%
CMYK:
(0,20,37,30)
C0M20Y37K30 
(0%,20%,37%,30%)
(0.00/0.20/0.37/0.30)	

CMYK percentages

%0
%19.55
%37.43
%29.8

Codes

Color #B39070 in popluar color models

B39070
RGB179144112
HSL29°30.59%57.06%
HSB/HSV29°37.43%70.20%
CMYK0.00%19.55%37.43%
29.80%

Color #B39070 in popluar number systems.

HEXB39070
Decimal179144112
Binary10110011100100001110000
Octal263220160

Shades and tints

Shades of #B39070

#B39070
(179,144,112)
#A38366
(163,131,102)
#93765C
(147,118,92)
#836952
(131,105,82)
#735C48
(115,92,72)
#634F3E
(99,79,62)
#534234
(83,66,52)
#43352A
(67,53,42)
#332820
(51,40,32)
#231B16
(35,27,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #B39070

#B39070
(179,144,112)
#B99A7D
(185,154,125)
#BFA48A
(191,164,138)
#C5AE97
(197,174,151)
#CBB8A4
(203,184,164)
#D1C2B1
(209,194,177)
#D7CCBE
(215,204,190)
#DDD6CB
(221,214,203)
#E3E0D8
(227,224,216)
#E9EAE5
(233,234,229)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39070 color. Also use rgb(179,144,112) instead hex code.

Text Font Color

.myTextColor { color: #B39070; }

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

This text font color is #B39070.


Background Color

.myBgColor { background-color: #B39070; }

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

This div background color is #B39070.


Border color

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

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

This div border color is #B39070.


Opacity

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

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

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

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

This text has shadow with #B39070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39070 on black background.


Color preview on white background

This text has color #B39070 on white background.



Black color preview on #B39070 background

This text has black color on #B39070 background.


White color preview on #B39070 background

This text has white color on #B39070 background.