COLOR #B4830D

HEX: #B4830D
RGB: (180,131,13)

Color info

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

RGB color model

#B4830D color RGB value is (180,131,13).

  • red value is 180;
  • green value is 131;
  • blue value is 13.
RGB:
(180,131,13)
(71%,51%,5%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 13 of 255 = 5%

180
131
13

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

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 13 = 324 (100%)
R 180 of 324 ~ 55.56%
G 131 of 324 ~ 40.43%
B 13 of 324 ~ 4.01%

%55.56
%40.43

CMYK color model

#B4830D color CMYK value is (0,27,93,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 92.78%
  • key color value is 29.41%
CMYK:
(0,27,93,29)
C0M27Y93K29 
(0%,27%,93%,29%)
(0.00/0.27/0.93/0.29)	

CMYK percentages

%0
%27.22
%92.78
%29.41

Codes

Color #B4830D in popluar color models

B4830D
RGB18013113
HSL42°86.53%37.84%
HSB/HSV42°92.78%70.59%
CMYK0.00%27.22%92.78%
29.41%

Color #B4830D in popluar number systems.

HEXB4830D
Decimal18013113
Binary10110100100000111101
Octal26420315

Shades and tints

Shades of #B4830D

#B4830D
(180,131,13)
#A4780C
(164,120,12)
#946D0B
(148,109,11)
#84620A
(132,98,10)
#745709
(116,87,9)
#644C08
(100,76,8)
#544107
(84,65,7)
#443606
(68,54,6)
#342B05
(52,43,5)
#242004
(36,32,4)
#141503
(20,21,3)
#000000
(0,0,0)

Tints of #B4830D

#B4830D
(180,131,13)
#BA8E23
(186,142,35)
#C09939
(192,153,57)
#C6A44F
(198,164,79)
#CCAF65
(204,175,101)
#D2BA7B
(210,186,123)
#D8C591
(216,197,145)
#DED0A7
(222,208,167)
#E4DBBD
(228,219,189)
#EAE6D3
(234,230,211)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4830D color. Also use rgb(180,131,13) instead hex code.

Text Font Color

.myTextColor { color: #B4830D; }

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

This text font color is #B4830D.


Background Color

.myBgColor { background-color: #B4830D; }

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

This div background color is #B4830D.


Border color

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

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

This div border color is #B4830D.


Opacity

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

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

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

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

This text has shadow with #B4830D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4830D on black background.


Color preview on white background

This text has color #B4830D on white background.



Black color preview on #B4830D background

This text has black color on #B4830D background.


White color preview on #B4830D background

This text has white color on #B4830D background.