COLOR #B58124

HEX: #B58124
RGB: (181,129,36)

Color info

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

RGB color model

#B58124 color RGB value is (181,129,36).

  • red value is 181;
  • green value is 129;
  • blue value is 36.
RGB:
(181,129,36)
(71%,51%,14%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 36 of 255 = 14%

181
129
36

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

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 36 = 346 (100%)
R 181 of 346 ~ 52.31%
G 129 of 346 ~ 37.28%
B 36 of 346 ~ 10.4%

%52.31
%37.28
%10.4

CMYK color model

#B58124 color CMYK value is (0,29,80,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 80.11%
  • key color value is 29.02%
CMYK:
(0,29,80,29)
C0M29Y80K29 
(0%,29%,80%,29%)
(0.00/0.29/0.80/0.29)	

CMYK percentages

%0
%28.73
%80.11
%29.02

Codes

Color #B58124 in popluar color models

B58124
RGB18112936
HSL38°66.82%42.55%
HSB/HSV38°80.11%70.98%
CMYK0.00%28.73%80.11%
29.02%

Color #B58124 in popluar number systems.

HEXB58124
Decimal18112936
Binary1011010110000001100100
Octal26520144

Shades and tints

Shades of #B58124

#B58124
(181,129,36)
#A57621
(165,118,33)
#956B1E
(149,107,30)
#85601B
(133,96,27)
#755518
(117,85,24)
#654A15
(101,74,21)
#553F12
(85,63,18)
#45340F
(69,52,15)
#35290C
(53,41,12)
#251E09
(37,30,9)
#151306
(21,19,6)
#000000
(0,0,0)

Tints of #B58124

#B58124
(181,129,36)
#BB8C37
(187,140,55)
#C1974A
(193,151,74)
#C7A25D
(199,162,93)
#CDAD70
(205,173,112)
#D3B883
(211,184,131)
#D9C396
(217,195,150)
#DFCEA9
(223,206,169)
#E5D9BC
(229,217,188)
#EBE4CF
(235,228,207)
#F1EFE2
(241,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58124 color. Also use rgb(181,129,36) instead hex code.

Text Font Color

.myTextColor { color: #B58124; }

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

This text font color is #B58124.


Background Color

.myBgColor { background-color: #B58124; }

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

This div background color is #B58124.


Border color

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

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

This div border color is #B58124.


Opacity

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

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

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

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

This text has shadow with #B58124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58124 on black background.


Color preview on white background

This text has color #B58124 on white background.



Black color preview on #B58124 background

This text has black color on #B58124 background.


White color preview on #B58124 background

This text has white color on #B58124 background.