COLOR #8B5A65

HEX: #8B5A65 RGB: (139,90,101)

Color info

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

RGB color model

#8B5A65 color RGB value is (139,90,101).

RGB: (139,90,101) (55%, 35%, 40%)

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 101 of 255 = 40%

139
90
101

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

Portions of RGB colors in percentages

R + G + B = 139 + 90 + 101 = 330 (100%)
R 139 of 330 ~ 42.12%
G 90 of 330 ~ 27.27%
B 101 of 330 ~ 30.61'%

%42.12
%27.27
%30.61

CMYK color model

#8B5A65 color CMYK value is (0,35,27,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 27.34%
  • key color value is 45.49%

CMYK: (0,35,27,45)
C0M35Y27K45 (0%, 35%, 27%, 45%)
(0.00 / 0.35 / 0.27 / 0.45)

CMYK percentages

%0
%35.25
%27.34
%45.49

Codes

Color #8B5A65 in popluar color models

8B 5A 65
RGB 139 90 101
HSL 347° 21.40% 44.90%
HSB/HSV 347° 35.25% 54.51%
CMYK 0.00% 35.25% 27.34%
45.49%

Color #8B5A65 in popluar number systems.

HEX 8B 5A 65
Decimal 139 90 101
Binary 10001011 1011010 1100101
Octal 213 132 145

Shades and tints

Shades of #8B5A65

#8B5A65
(139,90,101)
#7F525C
(127,82,92)
#734A53
(115,74,83)
#67424A
(103,66,74)
#5B3A41
(91,58,65)
#4F3238
(79,50,56)
#432A2F
(67,42,47)
#372226
(55,34,38)
#2B1A1D
(43,26,29)
#1F1214
(31,18,20)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #8B5A65

#8B5A65
(139,90,101)
#956973
(149,105,115)
#9F7881
(159,120,129)
#A9878F
(169,135,143)
#B3969D
(179,150,157)
#BDA5AB
(189,165,171)
#C7B4B9
(199,180,185)
#D1C3C7
(209,195,199)
#DBD2D5
(219,210,213)
#E5E1E3
(229,225,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5A65; }

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

This text font color is #8B5A65.

Background Color

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

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

This div background color is #8B5A65.

Border color

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

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

This div border color is #8B5A65.

Opacity

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

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

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

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

This text has shadow with #8B5A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5A65.

Preview

Color preview on black background

This text has color #8B5A65 on black background.


Color preview on white background

This text has color #8B5A65 on white background.


Black color preview on #8B5A65 background

This text has black color on #8B5A65 background.


White color preview on #8B5A65 background

This text has white color on #8B5A65 background.


Related colors

Complementary color

Complementary color for #hex is #74A59A.


I love getcolorcode.com

Triadic colors

1 #658B5A and #5A658B with #8B5A65 are triadic colors.

2 #655A8B and #5A8B65 with #8B5A65 are triadic colors.