COLOR #B3B272

HEX: #B3B272
RGB: (179,178,114)

Color info

#B3B272 contains mainly red and green colors. Web safe color of #B3B272 is #999966 (or #996).

RGB color model

#B3B272 color RGB value is (179,178,114).

  • red value is 179;
  • green value is 178;
  • blue value is 114.
RGB:
(179,178,114)
(70%,70%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 178 of 255 = 70%
B 114 of 255 = 45%

179
178
114

R + G + B ~ 62%. #B3B272 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 178 + 114 = 471 (100%)
R 179 of 471 ~ 38%
G 178 of 471 ~ 37.79%
B 114 of 471 ~ 24.2%

%38
%37.79
%24.2

CMYK color model

#B3B272 color CMYK value is (0,1,36,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK:
(0,1,36,30)
C0M1Y36K30 
(0%,1%,36%,30%)
(0.00/0.01/0.36/0.30)	

CMYK percentages

%0
%0.56
%36.31
%29.8

Codes

Color #B3B272 in popluar color models

B3B272
RGB179178114
HSL59°29.95%57.45%
HSB/HSV59°36.31%70.20%
CMYK0.00%0.56%36.31%
29.80%

Color #B3B272 in popluar number systems.

HEXB3B272
Decimal179178114
Binary10110011101100101110010
Octal263262162

Shades and tints

Shades of #B3B272

#B3B272
(179,178,114)
#A3A268
(163,162,104)
#93925E
(147,146,94)
#838254
(131,130,84)
#73724A
(115,114,74)
#636240
(99,98,64)
#535236
(83,82,54)
#43422C
(67,66,44)
#333222
(51,50,34)
#232218
(35,34,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B3B272

#B3B272
(179,178,114)
#B9B97E
(185,185,126)
#BFC08A
(191,192,138)
#C5C796
(197,199,150)
#CBCEA2
(203,206,162)
#D1D5AE
(209,213,174)
#D7DCBA
(215,220,186)
#DDE3C6
(221,227,198)
#E3EAD2
(227,234,210)
#E9F1DE
(233,241,222)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B272 color. Also use rgb(179,178,114) instead hex code.

Text Font Color

.myTextColor { color: #B3B272; }

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

This text font color is #B3B272.


Background Color

.myBgColor { background-color: #B3B272; }

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

This div background color is #B3B272.


Border color

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

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

This div border color is #B3B272.


Opacity

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

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

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

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

This text has shadow with #B3B272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B272 on black background.


Color preview on white background

This text has color #B3B272 on white background.



Black color preview on #B3B272 background

This text has black color on #B3B272 background.


White color preview on #B3B272 background

This text has white color on #B3B272 background.