COLOR #B0B323

HEX: #B0B323
RGB: (176,179,35)

Color info

#B0B323 contains mainly red and green colors. Web safe color of #B0B323 is #999933 (or #993).

RGB color model

#B0B323 color RGB value is (176,179,35).

  • red value is 176;
  • green value is 179;
  • blue value is 35.
RGB:
(176,179,35)
(69%,70%,14%)

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 35 of 255 = 14%

176
179
35

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

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 35 = 390 (100%)
R 176 of 390 ~ 45.13%
G 179 of 390 ~ 45.9%
B 35 of 390 ~ 8.97%

%45.13
%45.9

CMYK color model

#B0B323 color CMYK value is (2,0,80,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 80.45%
  • key color value is 29.80%
CMYK:
(2,0,80,30)
C2M0Y80K30 
(2%,0%,80%,30%)
(0.02/0.00/0.80/0.30)	

CMYK percentages

%1.68
%0
%80.45
%29.8

Codes

Color #B0B323 in popluar color models

B0B323
RGB17617935
HSL61°67.29%41.96%
HSB/HSV61°80.45%70.20%
CMYK1.68%0.00%80.45%
29.80%

Color #B0B323 in popluar number systems.

HEXB0B323
Decimal17617935
Binary1011000010110011100011
Octal26026343

Shades and tints

Shades of #B0B323

#B0B323
(176,179,35)
#A0A320
(160,163,32)
#90931D
(144,147,29)
#80831A
(128,131,26)
#707317
(112,115,23)
#606314
(96,99,20)
#505311
(80,83,17)
#40430E
(64,67,14)
#30330B
(48,51,11)
#202308
(32,35,8)
#101305
(16,19,5)
#000000
(0,0,0)

Tints of #B0B323

#B0B323
(176,179,35)
#B7B937
(183,185,55)
#BEBF4B
(190,191,75)
#C5C55F
(197,197,95)
#CCCB73
(204,203,115)
#D3D187
(211,209,135)
#DAD79B
(218,215,155)
#E1DDAF
(225,221,175)
#E8E3C3
(232,227,195)
#EFE9D7
(239,233,215)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B323 color. Also use rgb(176,179,35) instead hex code.

Text Font Color

.myTextColor { color: #B0B323; }

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

This text font color is #B0B323.


Background Color

.myBgColor { background-color: #B0B323; }

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

This div background color is #B0B323.


Border color

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

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

This div border color is #B0B323.


Opacity

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

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

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

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

This text has shadow with #B0B323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B323 on black background.


Color preview on white background

This text has color #B0B323 on white background.



Black color preview on #B0B323 background

This text has black color on #B0B323 background.


White color preview on #B0B323 background

This text has white color on #B0B323 background.