COLOR #8C8865

HEX: #8C8865 RGB: (140,136,101)

Color info

#8C8865 contains red, green and blue colors in about the same proportion. Web safe color of #8C8865 is #999966 (or #996).

RGB color model

#8C8865 color RGB value is (140,136,101).

RGB: (140,136,101) (55%, 53%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 101 of 255 = 40%

140
136
101

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 101 = 377 (100%)
R 140 of 377 ~ 37.14%
G 136 of 377 ~ 36.07%
B 101 of 377 ~ 26.79'%

%37.14
%36.07
%26.79

CMYK color model

#8C8865 color CMYK value is (0,3,28,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 27.86%
  • key color value is 45.10%

CMYK: (0,3,28,45)
C0M3Y28K45 (0%, 3%, 28%, 45%)
(0.00 / 0.03 / 0.28 / 0.45)

CMYK percentages

%0
%2.86
%27.86
%45.1

Codes

Color #8C8865 in popluar color models

8C 88 65
RGB 140 136 101
HSL 54° 16.18% 47.25%
HSB/HSV 54° 27.86% 54.90%
CMYK 0.00% 2.86% 27.86%
45.10%

Color #8C8865 in popluar number systems.

HEX 8C 88 65
Decimal 140 136 101
Binary 10001100 10001000 1100101
Octal 214 210 145

Shades and tints

Shades of #8C8865

#8C8865
(140,136,101)
#807C5C
(128,124,92)
#747053
(116,112,83)
#68644A
(104,100,74)
#5C5841
(92,88,65)
#504C38
(80,76,56)
#44402F
(68,64,47)
#383426
(56,52,38)
#2C281D
(44,40,29)
#201C14
(32,28,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8C8865

#8C8865
(140,136,101)
#969273
(150,146,115)
#A09C81
(160,156,129)
#AAA68F
(170,166,143)
#B4B09D
(180,176,157)
#BEBAAB
(190,186,171)
#C8C4B9
(200,196,185)
#D2CEC7
(210,206,199)
#DCD8D5
(220,216,213)
#E6E2E3
(230,226,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8865 color. Also use rgb(140,136,101) instead hex code.

Text Font Color

.myTextColor { color: #8C8865; }

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

This text font color is #8C8865.

Background Color

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

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

This div background color is #8C8865.

Border color

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

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

This div border color is #8C8865.

Opacity

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

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

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

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

This text has shadow with #8C8865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8865.

Preview

Color preview on black background

This text has color #8C8865 on black background.


Color preview on white background

This text has color #8C8865 on white background.


Black color preview on #8C8865 background

This text has black color on #8C8865 background.


White color preview on #8C8865 background

This text has white color on #8C8865 background.


Related colors

Complementary color

Complementary color for #hex is #73779A.


I love getcolorcode.com

Triadic colors

1 #658C88 and #88658C with #8C8865 are triadic colors.

2 #65888C and #888C65 with #8C8865 are triadic colors.