COLOR #B3808B

HEX: #B3808B
RGB: (179,128,139)

Color info

#B3808B contains red, green and blue colors in about the same proportion. Web safe color of #B3808B is #996699 (or #969).

RGB color model

#B3808B color RGB value is (179,128,139).

  • red value is 179;
  • green value is 128;
  • blue value is 139.
RGB:
(179,128,139)
(70%,50%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 139 of 255 = 55%

179
128
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 139 = 446 (100%)
R 179 of 446 ~ 40.13%
G 128 of 446 ~ 28.7%
B 139 of 446 ~ 31.17%

%40.13
%28.7
%31.17

CMYK color model

#B3808B color CMYK value is (0,28,22,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(0,28,22,30)
C0M28Y22K30 
(0%,28%,22%,30%)
(0.00/0.28/0.22/0.30)	

CMYK percentages

%0
%28.49
%22.35
%29.8

Codes

Color #B3808B in popluar color models

B3808B
RGB179128139
HSL347°25.12%60.20%
HSB/HSV347°28.49%70.20%
CMYK0.00%28.49%22.35%
29.80%

Color #B3808B in popluar number systems.

HEXB3808B
Decimal179128139
Binary101100111000000010001011
Octal263200213

Shades and tints

Shades of #B3808B

#B3808B
(179,128,139)
#A3757F
(163,117,127)
#936A73
(147,106,115)
#835F67
(131,95,103)
#73545B
(115,84,91)
#63494F
(99,73,79)
#533E43
(83,62,67)
#433337
(67,51,55)
#33282B
(51,40,43)
#231D1F
(35,29,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B3808B

#B3808B
(179,128,139)
#B98B95
(185,139,149)
#BF969F
(191,150,159)
#C5A1A9
(197,161,169)
#CBACB3
(203,172,179)
#D1B7BD
(209,183,189)
#D7C2C7
(215,194,199)
#DDCDD1
(221,205,209)
#E3D8DB
(227,216,219)
#E9E3E5
(233,227,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3808B color. Also use rgb(179,128,139) instead hex code.

Text Font Color

.myTextColor { color: #B3808B; }

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

This text font color is #B3808B.


Background Color

.myBgColor { background-color: #B3808B; }

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

This div background color is #B3808B.


Border color

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

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

This div border color is #B3808B.


Opacity

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

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

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

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

This text has shadow with #B3808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3808B on black background.


Color preview on white background

This text has color #B3808B on white background.



Black color preview on #B3808B background

This text has black color on #B3808B background.


White color preview on #B3808B background

This text has white color on #B3808B background.