COLOR #B49408

HEX: #B49408
RGB: (180,148,8)

Color info

#B49408 contains mainly red and green colors. Web safe color of #B49408 is #CC9900 (or #C90).

RGB color model

#B49408 color RGB value is (180,148,8).

  • red value is 180;
  • green value is 148;
  • blue value is 8.
RGB:
(180,148,8)
(71%,58%,3%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 8 of 255 = 3%

180
148
8

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

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 8 = 336 (100%)
R 180 of 336 ~ 53.57%
G 148 of 336 ~ 44.05%
B 8 of 336 ~ 2.38%

%53.57
%44.05

CMYK color model

#B49408 color CMYK value is (0,18,96,29).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 95.56%
  • key color value is 29.41%
CMYK:
(0,18,96,29)
C0M18Y96K29 
(0%,18%,96%,29%)
(0.00/0.18/0.96/0.29)	

CMYK percentages

%0
%17.78
%95.56
%29.41

Codes

Color #B49408 in popluar color models

B49408
RGB1801488
HSL49°91.49%36.86%
HSB/HSV49°95.56%70.59%
CMYK0.00%17.78%95.56%
29.41%

Color #B49408 in popluar number systems.

HEXB49408
Decimal1801488
Binary10110100100101001000
Octal26422410

Shades and tints

Shades of #B49408

#B49408
(180,148,8)
#A48708
(164,135,8)
#947A08
(148,122,8)
#846D08
(132,109,8)
#746008
(116,96,8)
#645308
(100,83,8)
#544608
(84,70,8)
#443908
(68,57,8)
#342C08
(52,44,8)
#241F08
(36,31,8)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #B49408

#B49408
(180,148,8)
#BA9D1E
(186,157,30)
#C0A634
(192,166,52)
#C6AF4A
(198,175,74)
#CCB860
(204,184,96)
#D2C176
(210,193,118)
#D8CA8C
(216,202,140)
#DED3A2
(222,211,162)
#E4DCB8
(228,220,184)
#EAE5CE
(234,229,206)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49408 color. Also use rgb(180,148,8) instead hex code.

Text Font Color

.myTextColor { color: #B49408; }

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

This text font color is #B49408.


Background Color

.myBgColor { background-color: #B49408; }

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

This div background color is #B49408.


Border color

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

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

This div border color is #B49408.


Opacity

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

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

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

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

This text has shadow with #B49408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49408 on black background.


Color preview on white background

This text has color #B49408 on white background.



Black color preview on #B49408 background

This text has black color on #B49408 background.


White color preview on #B49408 background

This text has white color on #B49408 background.