COLOR #B3B465

HEX: #B3B465
RGB: (179,180,101)

Color info

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

RGB color model

#B3B465 color RGB value is (179,180,101).

  • red value is 179;
  • green value is 180;
  • blue value is 101.
RGB:
(179,180,101)
(70%,71%,40%)

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 101 of 255 = 40%

179
180
101

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

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 101 = 460 (100%)
R 179 of 460 ~ 38.91%
G 180 of 460 ~ 39.13%
B 101 of 460 ~ 21.96%

%38.91
%39.13
%21.96

CMYK color model

#B3B465 color CMYK value is (1,0,44,29).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 43.89%
  • key color value is 29.41%
CMYK:
(1,0,44,29)
C1M0Y44K29 
(1%,0%,44%,29%)
(0.01/0.00/0.44/0.29)	

CMYK percentages

%0.56
%0
%43.89
%29.41

Codes

Color #B3B465 in popluar color models

B3B465
RGB179180101
HSL61°34.50%55.10%
HSB/HSV61°43.89%70.59%
CMYK0.56%0.00%43.89%
29.41%

Color #B3B465 in popluar number systems.

HEXB3B465
Decimal179180101
Binary10110011101101001100101
Octal263264145

Shades and tints

Shades of #B3B465

#B3B465
(179,180,101)
#A3A45C
(163,164,92)
#939453
(147,148,83)
#83844A
(131,132,74)
#737441
(115,116,65)
#636438
(99,100,56)
#53542F
(83,84,47)
#434426
(67,68,38)
#33341D
(51,52,29)
#232414
(35,36,20)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #B3B465

#B3B465
(179,180,101)
#B9BA73
(185,186,115)
#BFC081
(191,192,129)
#C5C68F
(197,198,143)
#CBCC9D
(203,204,157)
#D1D2AB
(209,210,171)
#D7D8B9
(215,216,185)
#DDDEC7
(221,222,199)
#E3E4D5
(227,228,213)
#E9EAE3
(233,234,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B465 color. Also use rgb(179,180,101) instead hex code.

Text Font Color

.myTextColor { color: #B3B465; }

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

This text font color is #B3B465.


Background Color

.myBgColor { background-color: #B3B465; }

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

This div background color is #B3B465.


Border color

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

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

This div border color is #B3B465.


Opacity

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

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

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

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

This text has shadow with #B3B465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B465 on black background.


Color preview on white background

This text has color #B3B465 on white background.



Black color preview on #B3B465 background

This text has black color on #B3B465 background.


White color preview on #B3B465 background

This text has white color on #B3B465 background.