COLOR #B3B75C

HEX: #B3B75C
RGB: (179,183,92)

Color info

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

RGB color model

#B3B75C color RGB value is (179,183,92).

  • red value is 179;
  • green value is 183;
  • blue value is 92.
RGB:
(179,183,92)
(70%,72%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 92 of 255 = 36%

179
183
92

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

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 92 = 454 (100%)
R 179 of 454 ~ 39.43%
G 183 of 454 ~ 40.31%
B 92 of 454 ~ 20.26%

%39.43
%40.31
%20.26

CMYK color model

#B3B75C color CMYK value is (2,0,50,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 49.73%
  • key color value is 28.24%
CMYK:
(2,0,50,28)
C2M0Y50K28 
(2%,0%,50%,28%)
(0.02/0.00/0.50/0.28)	

CMYK percentages

%2.19
%0
%49.73
%28.24

Codes

Color #B3B75C in popluar color models

B3B75C
RGB17918392
HSL63°38.72%53.92%
HSB/HSV63°49.73%71.76%
CMYK2.19%0.00%49.73%
28.24%

Color #B3B75C in popluar number systems.

HEXB3B75C
Decimal17918392
Binary10110011101101111011100
Octal263267134

Shades and tints

Shades of #B3B75C

#B3B75C
(179,183,92)
#A3A754
(163,167,84)
#93974C
(147,151,76)
#838744
(131,135,68)
#73773C
(115,119,60)
#636734
(99,103,52)
#53572C
(83,87,44)
#434724
(67,71,36)
#33371C
(51,55,28)
#232714
(35,39,20)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #B3B75C

#B3B75C
(179,183,92)
#B9BD6A
(185,189,106)
#BFC378
(191,195,120)
#C5C986
(197,201,134)
#CBCF94
(203,207,148)
#D1D5A2
(209,213,162)
#D7DBB0
(215,219,176)
#DDE1BE
(221,225,190)
#E3E7CC
(227,231,204)
#E9EDDA
(233,237,218)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B75C color. Also use rgb(179,183,92) instead hex code.

Text Font Color

.myTextColor { color: #B3B75C; }

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

This text font color is #B3B75C.


Background Color

.myBgColor { background-color: #B3B75C; }

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

This div background color is #B3B75C.


Border color

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

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

This div border color is #B3B75C.


Opacity

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

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

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

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

This text has shadow with #B3B75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B75C on black background.


Color preview on white background

This text has color #B3B75C on white background.



Black color preview on #B3B75C background

This text has black color on #B3B75C background.


White color preview on #B3B75C background

This text has white color on #B3B75C background.