COLOR #B3838F

HEX: #B3838F
RGB: (179,131,143)

Color info

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

RGB color model

#B3838F color RGB value is (179,131,143).

  • red value is 179;
  • green value is 131;
  • blue value is 143.
RGB:
(179,131,143)
(70%,51%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 143 of 255 = 56%

179
131
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 143 = 453 (100%)
R 179 of 453 ~ 39.51%
G 131 of 453 ~ 28.92%
B 143 of 453 ~ 31.57%

%39.51
%28.92
%31.57

CMYK color model

#B3838F color CMYK value is (0,27,20,30).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,27,20,30)
C0M27Y20K30 
(0%,27%,20%,30%)
(0.00/0.27/0.20/0.30)	

CMYK percentages

%0
%26.82
%20.11
%29.8

Codes

Color #B3838F in popluar color models

B3838F
RGB179131143
HSL345°24.00%60.78%
HSB/HSV345°26.82%70.20%
CMYK0.00%26.82%20.11%
29.80%

Color #B3838F in popluar number systems.

HEXB3838F
Decimal179131143
Binary101100111000001110001111
Octal263203217

Shades and tints

Shades of #B3838F

#B3838F
(179,131,143)
#A37882
(163,120,130)
#936D75
(147,109,117)
#836268
(131,98,104)
#73575B
(115,87,91)
#634C4E
(99,76,78)
#534141
(83,65,65)
#433634
(67,54,52)
#332B27
(51,43,39)
#23201A
(35,32,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #B3838F

#B3838F
(179,131,143)
#B98E99
(185,142,153)
#BF99A3
(191,153,163)
#C5A4AD
(197,164,173)
#CBAFB7
(203,175,183)
#D1BAC1
(209,186,193)
#D7C5CB
(215,197,203)
#DDD0D5
(221,208,213)
#E3DBDF
(227,219,223)
#E9E6E9
(233,230,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3838F color. Also use rgb(179,131,143) instead hex code.

Text Font Color

.myTextColor { color: #B3838F; }

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

This text font color is #B3838F.


Background Color

.myBgColor { background-color: #B3838F; }

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

This div background color is #B3838F.


Border color

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

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

This div border color is #B3838F.


Opacity

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

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

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

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

This text has shadow with #B3838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3838F on black background.


Color preview on white background

This text has color #B3838F on white background.



Black color preview on #B3838F background

This text has black color on #B3838F background.


White color preview on #B3838F background

This text has white color on #B3838F background.