COLOR #B3BD5F

HEX: #B3BD5F
RGB: (179,189,95)

Color info

#B3BD5F contains mainly red and green colors. Web safe color of #B3BD5F is #99CC66 (or #9C6).

RGB color model

#B3BD5F color RGB value is (179,189,95).

  • red value is 179;
  • green value is 189;
  • blue value is 95.
RGB:
(179,189,95)
(70%,74%,37%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 95 of 255 = 37%

179
189
95

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 95 = 463 (100%)
R 179 of 463 ~ 38.66%
G 189 of 463 ~ 40.82%
B 95 of 463 ~ 20.52%

%38.66
%40.82
%20.52

CMYK color model

#B3BD5F color CMYK value is (5,0,50,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 49.74%
  • key color value is 25.88%
CMYK:
(5,0,50,26)
C5M0Y50K26 
(5%,0%,50%,26%)
(0.05/0.00/0.50/0.26)	

CMYK percentages

%5.29
%0
%49.74
%25.88

Codes

Color #B3BD5F in popluar color models

B3BD5F
RGB17918995
HSL66°41.59%55.69%
HSB/HSV66°49.74%74.12%
CMYK5.29%0.00%49.74%
25.88%

Color #B3BD5F in popluar number systems.

HEXB3BD5F
Decimal17918995
Binary10110011101111011011111
Octal263275137

Shades and tints

Shades of #B3BD5F

#B3BD5F
(179,189,95)
#A3AC57
(163,172,87)
#939B4F
(147,155,79)
#838A47
(131,138,71)
#73793F
(115,121,63)
#636837
(99,104,55)
#53572F
(83,87,47)
#434627
(67,70,39)
#33351F
(51,53,31)
#232417
(35,36,23)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B3BD5F

#B3BD5F
(179,189,95)
#B9C36D
(185,195,109)
#BFC97B
(191,201,123)
#C5CF89
(197,207,137)
#CBD597
(203,213,151)
#D1DBA5
(209,219,165)
#D7E1B3
(215,225,179)
#DDE7C1
(221,231,193)
#E3EDCF
(227,237,207)
#E9F3DD
(233,243,221)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BD5F color. Also use rgb(179,189,95) instead hex code.

Text Font Color

.myTextColor { color: #B3BD5F; }

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

This text font color is #B3BD5F.


Background Color

.myBgColor { background-color: #B3BD5F; }

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

This div background color is #B3BD5F.


Border color

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

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

This div border color is #B3BD5F.


Opacity

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

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

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

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

This text has shadow with #B3BD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BD5F on black background.


Color preview on white background

This text has color #B3BD5F on white background.



Black color preview on #B3BD5F background

This text has black color on #B3BD5F background.


White color preview on #B3BD5F background

This text has white color on #B3BD5F background.