COLOR #8C5918

HEX: #8C5918 RGB: (140,89,24)

Color info

#8C5918 contains mainly red and green colors. Web safe color of #8C5918 is #996600 (or #960).

RGB color model

#8C5918 color RGB value is (140,89,24).

RGB: (140,89,24) (55%, 35%, 9%)

RGB channels and saturation

R 140 of 255 = 55%
G 89 of 255 = 35%
B 24 of 255 = 9%

140
89
24

R + G + B ~ 33%. #8C5918 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 89 + 24 = 253 (100%)
R 140 of 253 ~ 55.34%
G 89 of 253 ~ 35.18%
B 24 of 253 ~ 9.49'%

%55.34
%35.18

CMYK color model

#8C5918 color CMYK value is (0,36,83,45).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 82.86%
  • key color value is 45.10%

CMYK: (0,36,83,45)
C0M36Y83K45 (0%, 36%, 83%, 45%)
(0.00 / 0.36 / 0.83 / 0.45)

CMYK percentages

%0
%36.43
%82.86
%45.1

Codes

Color #8C5918 in popluar color models

8C 59 18
RGB 140 89 24
HSL 34° 70.73% 32.16%
HSB/HSV 34° 82.86% 54.90%
CMYK 0.00% 36.43% 82.86%
45.10%

Color #8C5918 in popluar number systems.

HEX 8C 59 18
Decimal 140 89 24
Binary 10001100 1011001 11000
Octal 214 131 30

Shades and tints

Shades of #8C5918

#8C5918
(140,89,24)
#805116
(128,81,22)
#744914
(116,73,20)
#684112
(104,65,18)
#5C3910
(92,57,16)
#50310E
(80,49,14)
#44290C
(68,41,12)
#38210A
(56,33,10)
#2C1908
(44,25,8)
#201106
(32,17,6)
#140904
(20,9,4)
#000000
(0,0,0)

Tints of #8C5918

#8C5918
(140,89,24)
#96682D
(150,104,45)
#A07742
(160,119,66)
#AA8657
(170,134,87)
#B4956C
(180,149,108)
#BEA481
(190,164,129)
#C8B396
(200,179,150)
#D2C2AB
(210,194,171)
#DCD1C0
(220,209,192)
#E6E0D5
(230,224,213)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5918 color. Also use rgb(140,89,24) instead hex code.

Text Font Color

.myTextColor { color: #8C5918; }

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

This text font color is #8C5918.

Background Color

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

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

This div background color is #8C5918.

Border color

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

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

This div border color is #8C5918.

Opacity

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

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

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

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

This text has shadow with #8C5918 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5918.

Preview

Color preview on black background

This text has color #8C5918 on black background.


Color preview on white background

This text has color #8C5918 on white background.


Black color preview on #8C5918 background

This text has black color on #8C5918 background.


White color preview on #8C5918 background

This text has white color on #8C5918 background.


Related colors

Complementary color

Complementary color for #hex is #73A6E7.


I love getcolorcode.com

Triadic colors

1 #188C59 and #59188C with #8C5918 are triadic colors.

2 #18598C and #598C18 with #8C5918 are triadic colors.