COLOR #8C6738

HEX: #8C6738 RGB: (140,103,56)

Color info

#8C6738 contains mainly red and green colors. Web safe color of #8C6738 is #996633 (or #963).

RGB color model

#8C6738 color RGB value is (140,103,56).

RGB: (140,103,56) (55%, 40%, 22%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 56 of 255 = 22%

140
103
56

R + G + B ~ 39%. #8C6738 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 103 + 56 = 299 (100%)
R 140 of 299 ~ 46.82%
G 103 of 299 ~ 34.45%
B 56 of 299 ~ 18.73'%

%46.82
%34.45
%18.73

CMYK color model

#8C6738 color CMYK value is (0,26,60,45).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 60.00%
  • key color value is 45.10%

CMYK: (0,26,60,45)
C0M26Y60K45 (0%, 26%, 60%, 45%)
(0.00 / 0.26 / 0.60 / 0.45)

CMYK percentages

%0
%26.43
%60
%45.1

Codes

Color #8C6738 in popluar color models

8C 67 38
RGB 140 103 56
HSL 34° 42.86% 38.43%
HSB/HSV 34° 60.00% 54.90%
CMYK 0.00% 26.43% 60.00%
45.10%

Color #8C6738 in popluar number systems.

HEX 8C 67 38
Decimal 140 103 56
Binary 10001100 1100111 111000
Octal 214 147 70

Shades and tints

Shades of #8C6738

#8C6738
(140,103,56)
#805E33
(128,94,51)
#74552E
(116,85,46)
#684C29
(104,76,41)
#5C4324
(92,67,36)
#503A1F
(80,58,31)
#44311A
(68,49,26)
#382815
(56,40,21)
#2C1F10
(44,31,16)
#20160B
(32,22,11)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #8C6738

#8C6738
(140,103,56)
#96744A
(150,116,74)
#A0815C
(160,129,92)
#AA8E6E
(170,142,110)
#B49B80
(180,155,128)
#BEA892
(190,168,146)
#C8B5A4
(200,181,164)
#D2C2B6
(210,194,182)
#DCCFC8
(220,207,200)
#E6DCDA
(230,220,218)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6738 color. Also use rgb(140,103,56) instead hex code.

Text Font Color

.myTextColor { color: #8C6738; }

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

This text font color is #8C6738.

Background Color

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

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

This div background color is #8C6738.

Border color

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

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

This div border color is #8C6738.

Opacity

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

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

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

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

This text has shadow with #8C6738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6738.

Preview

Color preview on black background

This text has color #8C6738 on black background.


Color preview on white background

This text has color #8C6738 on white background.


Black color preview on #8C6738 background

This text has black color on #8C6738 background.


White color preview on #8C6738 background

This text has white color on #8C6738 background.


Related colors

Complementary color

Complementary color for #hex is #7398C7.


I love getcolorcode.com

Triadic colors

1 #388C67 and #67388C with #8C6738 are triadic colors.

2 #38678C and #678C38 with #8C6738 are triadic colors.