COLOR #B3957A

HEX: #B3957A
RGB: (179,149,122)

Color info

#B3957A contains red, green and blue colors in about the same proportion. Web safe color of #B3957A is #999966 (or #996).

RGB color model

#B3957A color RGB value is (179,149,122).

  • red value is 179;
  • green value is 149;
  • blue value is 122.
RGB:
(179,149,122)
(70%,58%,48%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 122 of 255 = 48%

179
149
122

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

Portions of RGB colors in percentages

R + G + B =
179 + 149 + 122 = 450 (100%)
R 179 of 450 ~ 39.78%
G 149 of 450 ~ 33.11%
B 122 of 450 ~ 27.11%

%39.78
%33.11
%27.11

CMYK color model

#B3957A color CMYK value is (0,17,32,30).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK:
(0,17,32,30)
C0M17Y32K30 
(0%,17%,32%,30%)
(0.00/0.17/0.32/0.30)	

CMYK percentages

%0
%16.76
%31.84
%29.8

Codes

Color #B3957A in popluar color models

B3957A
RGB179149122
HSL28°27.27%59.02%
HSB/HSV28°31.84%70.20%
CMYK0.00%16.76%31.84%
29.80%

Color #B3957A in popluar number systems.

HEXB3957A
Decimal179149122
Binary10110011100101011111010
Octal263225172

Shades and tints

Shades of #B3957A

#B3957A
(179,149,122)
#A3886F
(163,136,111)
#937B64
(147,123,100)
#836E59
(131,110,89)
#73614E
(115,97,78)
#635443
(99,84,67)
#534738
(83,71,56)
#433A2D
(67,58,45)
#332D22
(51,45,34)
#232017
(35,32,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #B3957A

#B3957A
(179,149,122)
#B99E86
(185,158,134)
#BFA792
(191,167,146)
#C5B09E
(197,176,158)
#CBB9AA
(203,185,170)
#D1C2B6
(209,194,182)
#D7CBC2
(215,203,194)
#DDD4CE
(221,212,206)
#E3DDDA
(227,221,218)
#E9E6E6
(233,230,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3957A color. Also use rgb(179,149,122) instead hex code.

Text Font Color

.myTextColor { color: #B3957A; }

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

This text font color is #B3957A.


Background Color

.myBgColor { background-color: #B3957A; }

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

This div background color is #B3957A.


Border color

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

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

This div border color is #B3957A.


Opacity

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

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

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

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

This text has shadow with #B3957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3957A on black background.


Color preview on white background

This text has color #B3957A on white background.



Black color preview on #B3957A background

This text has black color on #B3957A background.


White color preview on #B3957A background

This text has white color on #B3957A background.