COLOR #B59342

HEX: #B59342
RGB: (181,147,66)

Color info

#B59342 contains mainly red and green colors. Web safe color of #B59342 is #CC9933 (or #C93).

RGB color model

#B59342 color RGB value is (181,147,66).

  • red value is 181;
  • green value is 147;
  • blue value is 66.
RGB:
(181,147,66)
(71%,58%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 66 of 255 = 26%

181
147
66

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

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 66 = 394 (100%)
R 181 of 394 ~ 45.94%
G 147 of 394 ~ 37.31%
B 66 of 394 ~ 16.75%

%45.94
%37.31
%16.75

CMYK color model

#B59342 color CMYK value is (0,19,64,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 63.54%
  • key color value is 29.02%
CMYK:
(0,19,64,29)
C0M19Y64K29 
(0%,19%,64%,29%)
(0.00/0.19/0.64/0.29)	

CMYK percentages

%0
%18.78
%63.54
%29.02

Codes

Color #B59342 in popluar color models

B59342
RGB18114766
HSL42°46.56%48.43%
HSB/HSV42°63.54%70.98%
CMYK0.00%18.78%63.54%
29.02%

Color #B59342 in popluar number systems.

HEXB59342
Decimal18114766
Binary10110101100100111000010
Octal265223102

Shades and tints

Shades of #B59342

#B59342
(181,147,66)
#A5863C
(165,134,60)
#957936
(149,121,54)
#856C30
(133,108,48)
#755F2A
(117,95,42)
#655224
(101,82,36)
#55451E
(85,69,30)
#453818
(69,56,24)
#352B12
(53,43,18)
#251E0C
(37,30,12)
#151106
(21,17,6)
#000000
(0,0,0)

Tints of #B59342

#B59342
(181,147,66)
#BB9C53
(187,156,83)
#C1A564
(193,165,100)
#C7AE75
(199,174,117)
#CDB786
(205,183,134)
#D3C097
(211,192,151)
#D9C9A8
(217,201,168)
#DFD2B9
(223,210,185)
#E5DBCA
(229,219,202)
#EBE4DB
(235,228,219)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59342 color. Also use rgb(181,147,66) instead hex code.

Text Font Color

.myTextColor { color: #B59342; }

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

This text font color is #B59342.


Background Color

.myBgColor { background-color: #B59342; }

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

This div background color is #B59342.


Border color

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

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

This div border color is #B59342.


Opacity

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

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

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

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

This text has shadow with #B59342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59342 on black background.


Color preview on white background

This text has color #B59342 on white background.



Black color preview on #B59342 background

This text has black color on #B59342 background.


White color preview on #B59342 background

This text has white color on #B59342 background.