COLOR #B07E08

HEX: #B07E08
RGB: (176,126,8)

Color info

#B07E08 contains mainly red and green colors. Web safe color of #B07E08 is #996600 (or #960).

RGB color model

#B07E08 color RGB value is (176,126,8).

  • red value is 176;
  • green value is 126;
  • blue value is 8.
RGB:
(176,126,8)
(69%,49%,3%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 8 of 255 = 3%

176
126
8

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

Portions of RGB colors in percentages

R + G + B =
176 + 126 + 8 = 310 (100%)
R 176 of 310 ~ 56.77%
G 126 of 310 ~ 40.65%
B 8 of 310 ~ 2.58%

%56.77
%40.65

CMYK color model

#B07E08 color CMYK value is (0,28,95,31).

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 95.45%
  • key color value is 30.98%
CMYK:
(0,28,95,31)
C0M28Y95K31 
(0%,28%,95%,31%)
(0.00/0.28/0.95/0.31)	

CMYK percentages

%0
%28.41
%95.45
%30.98

Codes

Color #B07E08 in popluar color models

B07E08
RGB1761268
HSL42°91.30%36.08%
HSB/HSV42°95.45%69.02%
CMYK0.00%28.41%95.45%
30.98%

Color #B07E08 in popluar number systems.

HEXB07E08
Decimal1761268
Binary1011000011111101000
Octal26017610

Shades and tints

Shades of #B07E08

#B07E08
(176,126,8)
#A07308
(160,115,8)
#906808
(144,104,8)
#805D08
(128,93,8)
#705208
(112,82,8)
#604708
(96,71,8)
#503C08
(80,60,8)
#403108
(64,49,8)
#302608
(48,38,8)
#201B08
(32,27,8)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #B07E08

#B07E08
(176,126,8)
#B7891E
(183,137,30)
#BE9434
(190,148,52)
#C59F4A
(197,159,74)
#CCAA60
(204,170,96)
#D3B576
(211,181,118)
#DAC08C
(218,192,140)
#E1CBA2
(225,203,162)
#E8D6B8
(232,214,184)
#EFE1CE
(239,225,206)
#F6ECE4
(246,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07E08 color. Also use rgb(176,126,8) instead hex code.

Text Font Color

.myTextColor { color: #B07E08; }

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

This text font color is #B07E08.


Background Color

.myBgColor { background-color: #B07E08; }

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

This div background color is #B07E08.


Border color

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

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

This div border color is #B07E08.


Opacity

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

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

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

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

This text has shadow with #B07E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07E08 on black background.


Color preview on white background

This text has color #B07E08 on white background.



Black color preview on #B07E08 background

This text has black color on #B07E08 background.


White color preview on #B07E08 background

This text has white color on #B07E08 background.