COLOR #B3828B

HEX: #B3828B
RGB: (179,130,139)

Color info

#B3828B contains red, green and blue colors in about the same proportion. Web safe color of #B3828B is #999999 (or #999).

RGB color model

#B3828B color RGB value is (179,130,139).

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

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 139 of 255 = 55%

179
130
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 139 = 448 (100%)
R 179 of 448 ~ 39.96%
G 130 of 448 ~ 29.02%
B 139 of 448 ~ 31.03%

%39.96
%29.02
%31.03

CMYK color model

#B3828B color CMYK value is (0,27,22,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(0,27,22,30)
C0M27Y22K30 
(0%,27%,22%,30%)
(0.00/0.27/0.22/0.30)	

CMYK percentages

%0
%27.37
%22.35
%29.8

Codes

Color #B3828B in popluar color models

B3828B
RGB179130139
HSL349°24.38%60.59%
HSB/HSV349°27.37%70.20%
CMYK0.00%27.37%22.35%
29.80%

Color #B3828B in popluar number systems.

HEXB3828B
Decimal179130139
Binary101100111000001010001011
Octal263202213

Shades and tints

Shades of #B3828B

#B3828B
(179,130,139)
#A3777F
(163,119,127)
#936C73
(147,108,115)
#836167
(131,97,103)
#73565B
(115,86,91)
#634B4F
(99,75,79)
#534043
(83,64,67)
#433537
(67,53,55)
#332A2B
(51,42,43)
#231F1F
(35,31,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3828B

#B3828B
(179,130,139)
#B98D95
(185,141,149)
#BF989F
(191,152,159)
#C5A3A9
(197,163,169)
#CBAEB3
(203,174,179)
#D1B9BD
(209,185,189)
#D7C4C7
(215,196,199)
#DDCFD1
(221,207,209)
#E3DADB
(227,218,219)
#E9E5E5
(233,229,229)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3828B; }

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

This text font color is #B3828B.


Background Color

.myBgColor { background-color: #B3828B; }

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

This div background color is #B3828B.


Border color

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

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

This div border color is #B3828B.


Opacity

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

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

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

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

This text has shadow with #B3828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3828B on black background.


Color preview on white background

This text has color #B3828B on white background.



Black color preview on #B3828B background

This text has black color on #B3828B background.


White color preview on #B3828B background

This text has white color on #B3828B background.