COLOR #B3B561

HEX: #B3B561
RGB: (179,181,97)

Color info

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

RGB color model

#B3B561 color RGB value is (179,181,97).

  • red value is 179;
  • green value is 181;
  • blue value is 97.
RGB:
(179,181,97)
(70%,71%,38%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 97 of 255 = 38%

179
181
97

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

Portions of RGB colors in percentages

R + G + B =
179 + 181 + 97 = 457 (100%)
R 179 of 457 ~ 39.17%
G 181 of 457 ~ 39.61%
B 97 of 457 ~ 21.23%

%39.17
%39.61
%21.23

CMYK color model

#B3B561 color CMYK value is (1,0,46,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 46.41%
  • key color value is 29.02%
CMYK:
(1,0,46,29)
C1M0Y46K29 
(1%,0%,46%,29%)
(0.01/0.00/0.46/0.29)	

CMYK percentages

%1.1
%0
%46.41
%29.02

Codes

Color #B3B561 in popluar color models

B3B561
RGB17918197
HSL61°36.21%54.51%
HSB/HSV61°46.41%70.98%
CMYK1.10%0.00%46.41%
29.02%

Color #B3B561 in popluar number systems.

HEXB3B561
Decimal17918197
Binary10110011101101011100001
Octal263265141

Shades and tints

Shades of #B3B561

#B3B561
(179,181,97)
#A3A559
(163,165,89)
#939551
(147,149,81)
#838549
(131,133,73)
#737541
(115,117,65)
#636539
(99,101,57)
#535531
(83,85,49)
#434529
(67,69,41)
#333521
(51,53,33)
#232519
(35,37,25)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3B561

#B3B561
(179,181,97)
#B9BB6F
(185,187,111)
#BFC17D
(191,193,125)
#C5C78B
(197,199,139)
#CBCD99
(203,205,153)
#D1D3A7
(209,211,167)
#D7D9B5
(215,217,181)
#DDDFC3
(221,223,195)
#E3E5D1
(227,229,209)
#E9EBDF
(233,235,223)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B561 color. Also use rgb(179,181,97) instead hex code.

Text Font Color

.myTextColor { color: #B3B561; }

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

This text font color is #B3B561.


Background Color

.myBgColor { background-color: #B3B561; }

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

This div background color is #B3B561.


Border color

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

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

This div border color is #B3B561.


Opacity

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

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

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

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

This text has shadow with #B3B561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B561 on black background.


Color preview on white background

This text has color #B3B561 on white background.



Black color preview on #B3B561 background

This text has black color on #B3B561 background.


White color preview on #B3B561 background

This text has white color on #B3B561 background.