COLOR #B3797F

HEX: #B3797F
RGB: (179,121,127)

Color info

#B3797F contains red, green and blue colors in about the same proportion. Web safe color of #B3797F is #996666 (or #966).

RGB color model

#B3797F color RGB value is (179,121,127).

  • red value is 179;
  • green value is 121;
  • blue value is 127.
RGB:
(179,121,127)
(70%,47%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 127 of 255 = 50%

179
121
127

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 127 = 427 (100%)
R 179 of 427 ~ 41.92%
G 121 of 427 ~ 28.34%
B 127 of 427 ~ 29.74%

%41.92
%28.34
%29.74

CMYK color model

#B3797F color CMYK value is (0,32,29,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(0,32,29,30)
C0M32Y29K30 
(0%,32%,29%,30%)
(0.00/0.32/0.29/0.30)	

CMYK percentages

%0
%32.4
%29.05
%29.8

Codes

Color #B3797F in popluar color models

B3797F
RGB179121127
HSL354°27.62%58.82%
HSB/HSV354°32.40%70.20%
CMYK0.00%32.40%29.05%
29.80%

Color #B3797F in popluar number systems.

HEXB3797F
Decimal179121127
Binary1011001111110011111111
Octal263171177

Shades and tints

Shades of #B3797F

#B3797F
(179,121,127)
#A36E74
(163,110,116)
#936369
(147,99,105)
#83585E
(131,88,94)
#734D53
(115,77,83)
#634248
(99,66,72)
#53373D
(83,55,61)
#432C32
(67,44,50)
#332127
(51,33,39)
#23161C
(35,22,28)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #B3797F

#B3797F
(179,121,127)
#B9858A
(185,133,138)
#BF9195
(191,145,149)
#C59DA0
(197,157,160)
#CBA9AB
(203,169,171)
#D1B5B6
(209,181,182)
#D7C1C1
(215,193,193)
#DDCDCC
(221,205,204)
#E3D9D7
(227,217,215)
#E9E5E2
(233,229,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3797F color. Also use rgb(179,121,127) instead hex code.

Text Font Color

.myTextColor { color: #B3797F; }

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

This text font color is #B3797F.


Background Color

.myBgColor { background-color: #B3797F; }

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

This div background color is #B3797F.


Border color

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

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

This div border color is #B3797F.


Opacity

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

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

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

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

This text has shadow with #B3797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3797F on black background.


Color preview on white background

This text has color #B3797F on white background.



Black color preview on #B3797F background

This text has black color on #B3797F background.


White color preview on #B3797F background

This text has white color on #B3797F background.