COLOR #8B5A58

HEX: #8B5A58
RGB: (139,90,88)

Color info

#8B5A58 contains red, green and blue colors in about the same proportion. Web safe color of #8B5A58 is #996666 (or #966).

RGB color model

#8B5A58 color RGB value is (139,90,88).

  • red value is 139;
  • green value is 90;
  • blue value is 88.
RGB:
(139,90,88)
(55%,35%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 88 of 255 = 35%

139
90
88

R + G + B ~ 42%. #8B5A58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 90 + 88 = 317 (100%)
R 139 of 317 ~ 43.85%
G 90 of 317 ~ 28.39%
B 88 of 317 ~ 27.76%

%43.85
%28.39
%27.76

CMYK color model

#8B5A58 color CMYK value is (0,35,37,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 36.69%
  • key color value is 45.49%
CMYK:
(0,35,37,45)
C0M35Y37K45 
(0%,35%,37%,45%)
(0.00/0.35/0.37/0.45)	

CMYK percentages

%0
%35.25
%36.69
%45.49

Codes

Color #8B5A58 in popluar color models

8B5A58
RGB1399088
HSL22.47%44.51%
HSB/HSV36.69%54.51%
CMYK0.00%35.25%36.69%
45.49%

Color #8B5A58 in popluar number systems.

HEX8B5A58
Decimal1399088
Binary1000101110110101011000
Octal213132130

Shades and tints

Shades of #8B5A58

#8B5A58
(139,90,88)
#7F5250
(127,82,80)
#734A48
(115,74,72)
#674240
(103,66,64)
#5B3A38
(91,58,56)
#4F3230
(79,50,48)
#432A28
(67,42,40)
#372220
(55,34,32)
#2B1A18
(43,26,24)
#1F1210
(31,18,16)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #8B5A58

#8B5A58
(139,90,88)
#956967
(149,105,103)
#9F7876
(159,120,118)
#A98785
(169,135,133)
#B39694
(179,150,148)
#BDA5A3
(189,165,163)
#C7B4B2
(199,180,178)
#D1C3C1
(209,195,193)
#DBD2D0
(219,210,208)
#E5E1DF
(229,225,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5A58 color. Also use rgb(139,90,88) instead hex code.

Text Font Color

.myTextColor { color: #8B5A58; }

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

This text font color is #8B5A58.


Background Color

.myBgColor { background-color: #8B5A58; }

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

This div background color is #8B5A58.


Border color

.myBorderColor { border: 1px solid #8B5A58; }

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

This div border color is #8B5A58.


Opacity

.myOpacity80 { color: #8B5A58; opacity: 0.8; }

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

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

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

This text has shadow with #8B5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5A58 on black background.


Color preview on white background

This text has color #8B5A58 on white background.



Black color preview on #8B5A58 background

This text has black color on #8B5A58 background.


White color preview on #8B5A58 background

This text has white color on #8B5A58 background.