COLOR #B39942

HEX: #B39942
RGB: (179,153,66)

Color info

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

RGB color model

#B39942 color RGB value is (179,153,66).

  • red value is 179;
  • green value is 153;
  • blue value is 66.
RGB:
(179,153,66)
(70%,60%,26%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 66 of 255 = 26%

179
153
66

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 66 = 398 (100%)
R 179 of 398 ~ 44.97%
G 153 of 398 ~ 38.44%
B 66 of 398 ~ 16.58%

%44.97
%38.44
%16.58

CMYK color model

#B39942 color CMYK value is (0,15,63,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 63.13%
  • key color value is 29.80%
CMYK:
(0,15,63,30)
C0M15Y63K30 
(0%,15%,63%,30%)
(0.00/0.15/0.63/0.30)	

CMYK percentages

%0
%14.53
%63.13
%29.8

Codes

Color #B39942 in popluar color models

B39942
RGB17915366
HSL46°46.12%48.04%
HSB/HSV46°63.13%70.20%
CMYK0.00%14.53%63.13%
29.80%

Color #B39942 in popluar number systems.

HEXB39942
Decimal17915366
Binary10110011100110011000010
Octal263231102

Shades and tints

Shades of #B39942

#B39942
(179,153,66)
#A38C3C
(163,140,60)
#937F36
(147,127,54)
#837230
(131,114,48)
#73652A
(115,101,42)
#635824
(99,88,36)
#534B1E
(83,75,30)
#433E18
(67,62,24)
#333112
(51,49,18)
#23240C
(35,36,12)
#131706
(19,23,6)
#000000
(0,0,0)

Tints of #B39942

#B39942
(179,153,66)
#B9A253
(185,162,83)
#BFAB64
(191,171,100)
#C5B475
(197,180,117)
#CBBD86
(203,189,134)
#D1C697
(209,198,151)
#D7CFA8
(215,207,168)
#DDD8B9
(221,216,185)
#E3E1CA
(227,225,202)
#E9EADB
(233,234,219)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39942 color. Also use rgb(179,153,66) instead hex code.

Text Font Color

.myTextColor { color: #B39942; }

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

This text font color is #B39942.


Background Color

.myBgColor { background-color: #B39942; }

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

This div background color is #B39942.


Border color

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

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

This div border color is #B39942.


Opacity

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

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

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

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

This text has shadow with #B39942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39942 on black background.


Color preview on white background

This text has color #B39942 on white background.



Black color preview on #B39942 background

This text has black color on #B39942 background.


White color preview on #B39942 background

This text has white color on #B39942 background.