COLOR #B58923

HEX: #B58923
RGB: (181,137,35)

Color info

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

RGB color model

#B58923 color RGB value is (181,137,35).

  • red value is 181;
  • green value is 137;
  • blue value is 35.
RGB:
(181,137,35)
(71%,54%,14%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 35 of 255 = 14%

181
137
35

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

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 35 = 353 (100%)
R 181 of 353 ~ 51.27%
G 137 of 353 ~ 38.81%
B 35 of 353 ~ 9.92%

%51.27
%38.81
%9.92

CMYK color model

#B58923 color CMYK value is (0,24,81,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 80.66%
  • key color value is 29.02%
CMYK:
(0,24,81,29)
C0M24Y81K29 
(0%,24%,81%,29%)
(0.00/0.24/0.81/0.29)	

CMYK percentages

%0
%24.31
%80.66
%29.02

Codes

Color #B58923 in popluar color models

B58923
RGB18113735
HSL42°67.59%42.35%
HSB/HSV42°80.66%70.98%
CMYK0.00%24.31%80.66%
29.02%

Color #B58923 in popluar number systems.

HEXB58923
Decimal18113735
Binary1011010110001001100011
Octal26521143

Shades and tints

Shades of #B58923

#B58923
(181,137,35)
#A57D20
(165,125,32)
#95711D
(149,113,29)
#85651A
(133,101,26)
#755917
(117,89,23)
#654D14
(101,77,20)
#554111
(85,65,17)
#45350E
(69,53,14)
#35290B
(53,41,11)
#251D08
(37,29,8)
#151105
(21,17,5)
#000000
(0,0,0)

Tints of #B58923

#B58923
(181,137,35)
#BB9337
(187,147,55)
#C19D4B
(193,157,75)
#C7A75F
(199,167,95)
#CDB173
(205,177,115)
#D3BB87
(211,187,135)
#D9C59B
(217,197,155)
#DFCFAF
(223,207,175)
#E5D9C3
(229,217,195)
#EBE3D7
(235,227,215)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58923 color. Also use rgb(181,137,35) instead hex code.

Text Font Color

.myTextColor { color: #B58923; }

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

This text font color is #B58923.


Background Color

.myBgColor { background-color: #B58923; }

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

This div background color is #B58923.


Border color

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

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

This div border color is #B58923.


Opacity

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

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

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

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

This text has shadow with #B58923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58923 on black background.


Color preview on white background

This text has color #B58923 on white background.



Black color preview on #B58923 background

This text has black color on #B58923 background.


White color preview on #B58923 background

This text has white color on #B58923 background.