COLOR #B39448

HEX: #B39448
RGB: (179,148,72)

Color info

#B39448 contains mainly red and green colors. Web safe color of #B39448 is #999933 (or #993).

RGB color model

#B39448 color RGB value is (179,148,72).

  • red value is 179;
  • green value is 148;
  • blue value is 72.
RGB:
(179,148,72)
(70%,58%,28%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 72 of 255 = 28%

179
148
72

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

Portions of RGB colors in percentages

R + G + B =
179 + 148 + 72 = 399 (100%)
R 179 of 399 ~ 44.86%
G 148 of 399 ~ 37.09%
B 72 of 399 ~ 18.05%

%44.86
%37.09
%18.05

CMYK color model

#B39448 color CMYK value is (0,17,60,30).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 59.78%
  • key color value is 29.80%
CMYK:
(0,17,60,30)
C0M17Y60K30 
(0%,17%,60%,30%)
(0.00/0.17/0.60/0.30)	

CMYK percentages

%0
%17.32
%59.78
%29.8

Codes

Color #B39448 in popluar color models

B39448
RGB17914872
HSL43°42.63%49.22%
HSB/HSV43°59.78%70.20%
CMYK0.00%17.32%59.78%
29.80%

Color #B39448 in popluar number systems.

HEXB39448
Decimal17914872
Binary10110011100101001001000
Octal263224110

Shades and tints

Shades of #B39448

#B39448
(179,148,72)
#A38742
(163,135,66)
#937A3C
(147,122,60)
#836D36
(131,109,54)
#736030
(115,96,48)
#63532A
(99,83,42)
#534624
(83,70,36)
#43391E
(67,57,30)
#332C18
(51,44,24)
#231F12
(35,31,18)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #B39448

#B39448
(179,148,72)
#B99D58
(185,157,88)
#BFA668
(191,166,104)
#C5AF78
(197,175,120)
#CBB888
(203,184,136)
#D1C198
(209,193,152)
#D7CAA8
(215,202,168)
#DDD3B8
(221,211,184)
#E3DCC8
(227,220,200)
#E9E5D8
(233,229,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39448 color. Also use rgb(179,148,72) instead hex code.

Text Font Color

.myTextColor { color: #B39448; }

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

This text font color is #B39448.


Background Color

.myBgColor { background-color: #B39448; }

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

This div background color is #B39448.


Border color

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

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

This div border color is #B39448.


Opacity

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

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

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

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

This text has shadow with #B39448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39448 on black background.


Color preview on white background

This text has color #B39448 on white background.



Black color preview on #B39448 background

This text has black color on #B39448 background.


White color preview on #B39448 background

This text has white color on #B39448 background.