COLOR #8C636A

HEX: #8C636A RGB: (140,99,106)

Color info

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

RGB color model

#8C636A color RGB value is (140,99,106).

RGB: (140,99,106) (55%, 39%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 106 of 255 = 42%

140
99
106

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

Portions of RGB colors in percentages

R + G + B = 140 + 99 + 106 = 345 (100%)
R 140 of 345 ~ 40.58%
G 99 of 345 ~ 28.7%
B 106 of 345 ~ 30.72'%

%40.58
%28.7
%30.72

CMYK color model

#8C636A color CMYK value is (0,29,24,45).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 24.29%
  • key color value is 45.10%

CMYK: (0,29,24,45)
C0M29Y24K45 (0%, 29%, 24%, 45%)
(0.00 / 0.29 / 0.24 / 0.45)

CMYK percentages

%0
%29.29
%24.29
%45.1

Codes

Color #8C636A in popluar color models

8C 63 6A
RGB 140 99 106
HSL 350° 17.15% 46.86%
HSB/HSV 350° 29.29% 54.90%
CMYK 0.00% 29.29% 24.29%
45.10%

Color #8C636A in popluar number systems.

HEX 8C 63 6A
Decimal 140 99 106
Binary 10001100 1100011 1101010
Octal 214 143 152

Shades and tints

Shades of #8C636A

#8C636A
(140,99,106)
#805A61
(128,90,97)
#745158
(116,81,88)
#68484F
(104,72,79)
#5C3F46
(92,63,70)
#50363D
(80,54,61)
#442D34
(68,45,52)
#38242B
(56,36,43)
#2C1B22
(44,27,34)
#201219
(32,18,25)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #8C636A

#8C636A
(140,99,106)
#967177
(150,113,119)
#A07F84
(160,127,132)
#AA8D91
(170,141,145)
#B49B9E
(180,155,158)
#BEA9AB
(190,169,171)
#C8B7B8
(200,183,184)
#D2C5C5
(210,197,197)
#DCD3D2
(220,211,210)
#E6E1DF
(230,225,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C636A color. Also use rgb(140,99,106) instead hex code.

Text Font Color

.myTextColor { color: #8C636A; }

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

This text font color is #8C636A.

Background Color

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

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

This div background color is #8C636A.

Border color

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

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

This div border color is #8C636A.

Opacity

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

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

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

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

This text has shadow with #8C636A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C636A.

Preview

Color preview on black background

This text has color #8C636A on black background.


Color preview on white background

This text has color #8C636A on white background.


Black color preview on #8C636A background

This text has black color on #8C636A background.


White color preview on #8C636A background

This text has white color on #8C636A background.


Related colors

Complementary color

Complementary color for #hex is #739C95.


I love getcolorcode.com

Triadic colors

1 #6A8C63 and #636A8C with #8C636A are triadic colors.

2 #6A638C and #638C6A with #8C636A are triadic colors.