COLOR #B39058

HEX: #B39058
RGB: (179,144,88)

Color info

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

RGB color model

#B39058 color RGB value is (179,144,88).

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

RGB channels and saturation

R 179 of 255 = 70%
G 144 of 255 = 56%
B 88 of 255 = 35%

179
144
88

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

Portions of RGB colors in percentages

R + G + B =
179 + 144 + 88 = 411 (100%)
R 179 of 411 ~ 43.55%
G 144 of 411 ~ 35.04%
B 88 of 411 ~ 21.41%

%43.55
%35.04
%21.41

CMYK color model

#B39058 color CMYK value is (0,20,51,30).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 50.84%
  • key color value is 29.80%
CMYK:
(0,20,51,30)
C0M20Y51K30 
(0%,20%,51%,30%)
(0.00/0.20/0.51/0.30)	

CMYK percentages

%0
%19.55
%50.84
%29.8

Codes

Color #B39058 in popluar color models

B39058
RGB17914488
HSL37°37.45%52.35%
HSB/HSV37°50.84%70.20%
CMYK0.00%19.55%50.84%
29.80%

Color #B39058 in popluar number systems.

HEXB39058
Decimal17914488
Binary10110011100100001011000
Octal263220130

Shades and tints

Shades of #B39058

#B39058
(179,144,88)
#A38350
(163,131,80)
#937648
(147,118,72)
#836940
(131,105,64)
#735C38
(115,92,56)
#634F30
(99,79,48)
#534228
(83,66,40)
#433520
(67,53,32)
#332818
(51,40,24)
#231B10
(35,27,16)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #B39058

#B39058
(179,144,88)
#B99A67
(185,154,103)
#BFA476
(191,164,118)
#C5AE85
(197,174,133)
#CBB894
(203,184,148)
#D1C2A3
(209,194,163)
#D7CCB2
(215,204,178)
#DDD6C1
(221,214,193)
#E3E0D0
(227,224,208)
#E9EADF
(233,234,223)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39058; }

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

This text font color is #B39058.


Background Color

.myBgColor { background-color: #B39058; }

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

This div background color is #B39058.


Border color

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

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

This div border color is #B39058.


Opacity

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

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

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

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

This text has shadow with #B39058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39058 on black background.


Color preview on white background

This text has color #B39058 on white background.



Black color preview on #B39058 background

This text has black color on #B39058 background.


White color preview on #B39058 background

This text has white color on #B39058 background.