COLOR #B38E8E

HEX: #B38E8E
RGB: (179,142,142)

Color info

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

RGB color model

#B38E8E color RGB value is (179,142,142).

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

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 142 of 255 = 56%

179
142
142

R + G + B ~ 61%. #B38E8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 142 = 463 (100%)
R 179 of 463 ~ 38.66%
G 142 of 463 ~ 30.67%
B 142 of 463 ~ 30.67%

%38.66
%30.67
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 20.67%
  • 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
%20.67
%20.67
%29.8

Codes

Color #B38E8E in popluar color models

B38E8E
RGB179142142
HSL19.58%62.94%
HSB/HSV20.67%70.20%
CMYK0.00%20.67%20.67%
29.80%

Color #B38E8E in popluar number systems.

HEXB38E8E
Decimal179142142
Binary101100111000111010001110
Octal263216216

Shades and tints

Shades of #B38E8E

#B38E8E
(179,142,142)
#A38282
(163,130,130)
#937676
(147,118,118)
#836A6A
(131,106,106)
#735E5E
(115,94,94)
#635252
(99,82,82)
#534646
(83,70,70)
#433A3A
(67,58,58)
#332E2E
(51,46,46)
#232222
(35,34,34)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #B38E8E

#B38E8E
(179,142,142)
#B99898
(185,152,152)
#BFA2A2
(191,162,162)
#C5ACAC
(197,172,172)
#CBB6B6
(203,182,182)
#D1C0C0
(209,192,192)
#D7CACA
(215,202,202)
#DDD4D4
(221,212,212)
#E3DEDE
(227,222,222)
#E9E8E8
(233,232,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38E8E; }

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

This text font color is #B38E8E.


Background Color

.myBgColor { background-color: #B38E8E; }

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

This div background color is #B38E8E.


Border color

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

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

This div border color is #B38E8E.


Opacity

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

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

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

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

This text has shadow with #B38E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38E8E on black background.


Color preview on white background

This text has color #B38E8E on white background.



Black color preview on #B38E8E background

This text has black color on #B38E8E background.


White color preview on #B38E8E background

This text has white color on #B38E8E background.