COLOR #B38D8D

HEX: #B38D8D
RGB: (179,141,141)

Color info

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

RGB color model

#B38D8D color RGB value is (179,141,141).

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

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 141 of 255 = 55%

179
141
141

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

Portions of RGB colors in percentages

R + G + B =
179 + 141 + 141 = 461 (100%)
R 179 of 461 ~ 38.83%
G 141 of 461 ~ 30.59%
B 141 of 461 ~ 30.59%

%38.83
%30.59
%30.59

CMYK color model

#B38D8D color CMYK value is (0,21,21,30).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(0,21,21,30)
C0M21Y21K30 
(0%,21%,21%,30%)
(0.00/0.21/0.21/0.30)	

CMYK percentages

%0
%21.23
%21.23
%29.8

Codes

Color #B38D8D in popluar color models

B38D8D
RGB179141141
HSL20.00%62.75%
HSB/HSV21.23%70.20%
CMYK0.00%21.23%21.23%
29.80%

Color #B38D8D in popluar number systems.

HEXB38D8D
Decimal179141141
Binary101100111000110110001101
Octal263215215

Shades and tints

Shades of #B38D8D

#B38D8D
(179,141,141)
#A38181
(163,129,129)
#937575
(147,117,117)
#836969
(131,105,105)
#735D5D
(115,93,93)
#635151
(99,81,81)
#534545
(83,69,69)
#433939
(67,57,57)
#332D2D
(51,45,45)
#232121
(35,33,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B38D8D

#B38D8D
(179,141,141)
#B99797
(185,151,151)
#BFA1A1
(191,161,161)
#C5ABAB
(197,171,171)
#CBB5B5
(203,181,181)
#D1BFBF
(209,191,191)
#D7C9C9
(215,201,201)
#DDD3D3
(221,211,211)
#E3DDDD
(227,221,221)
#E9E7E7
(233,231,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38D8D; }

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

This text font color is #B38D8D.


Background Color

.myBgColor { background-color: #B38D8D; }

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

This div background color is #B38D8D.


Border color

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

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

This div border color is #B38D8D.


Opacity

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

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

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

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

This text has shadow with #B38D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38D8D on black background.


Color preview on white background

This text has color #B38D8D on white background.



Black color preview on #B38D8D background

This text has black color on #B38D8D background.


White color preview on #B38D8D background

This text has white color on #B38D8D background.