COLOR #B3BD77

HEX: #B3BD77
RGB: (179,189,119)

Color info

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

RGB color model

#B3BD77 color RGB value is (179,189,119).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 119 of 255 = 47%

179
189
119

R + G + B ~ 64%. #B3BD77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 119 = 487 (100%)
R 179 of 487 ~ 36.76%
G 189 of 487 ~ 38.81%
B 119 of 487 ~ 24.44%

%36.76
%38.81
%24.44

CMYK color model

#B3BD77 color CMYK value is (5,0,37,26).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(5,0,37,26)
C5M0Y37K26 
(5%,0%,37%,26%)
(0.05/0.00/0.37/0.26)	

CMYK percentages

%5.29
%0
%37.04
%25.88

Codes

Color #B3BD77 in popluar color models

B3BD77
RGB179189119
HSL69°34.65%60.39%
HSB/HSV69°37.04%74.12%
CMYK5.29%0.00%37.04%
25.88%

Color #B3BD77 in popluar number systems.

HEXB3BD77
Decimal179189119
Binary10110011101111011110111
Octal263275167

Shades and tints

Shades of #B3BD77

#B3BD77
(179,189,119)
#A3AC6D
(163,172,109)
#939B63
(147,155,99)
#838A59
(131,138,89)
#73794F
(115,121,79)
#636845
(99,104,69)
#53573B
(83,87,59)
#434631
(67,70,49)
#333527
(51,53,39)
#23241D
(35,36,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3BD77

#B3BD77
(179,189,119)
#B9C383
(185,195,131)
#BFC98F
(191,201,143)
#C5CF9B
(197,207,155)
#CBD5A7
(203,213,167)
#D1DBB3
(209,219,179)
#D7E1BF
(215,225,191)
#DDE7CB
(221,231,203)
#E3EDD7
(227,237,215)
#E9F3E3
(233,243,227)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BD77; }

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

This text font color is #B3BD77.


Background Color

.myBgColor { background-color: #B3BD77; }

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

This div background color is #B3BD77.


Border color

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

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

This div border color is #B3BD77.


Opacity

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

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

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

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

This text has shadow with #B3BD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BD77 on black background.


Color preview on white background

This text has color #B3BD77 on white background.



Black color preview on #B3BD77 background

This text has black color on #B3BD77 background.


White color preview on #B3BD77 background

This text has white color on #B3BD77 background.