COLOR #8C6248

HEX: #8C6248 RGB: (140,98,72)

Color info

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

RGB color model

#8C6248 color RGB value is (140,98,72).

RGB: (140,98,72) (55%, 38%, 28%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 72 of 255 = 28%

140
98
72

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

Portions of RGB colors in percentages

R + G + B = 140 + 98 + 72 = 310 (100%)
R 140 of 310 ~ 45.16%
G 98 of 310 ~ 31.61%
B 72 of 310 ~ 23.23'%

%45.16
%31.61
%23.23

CMYK color model

#8C6248 color CMYK value is (0,30,49,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 48.57%
  • key color value is 45.10%

CMYK: (0,30,49,45)
C0M30Y49K45 (0%, 30%, 49%, 45%)
(0.00 / 0.30 / 0.49 / 0.45)

CMYK percentages

%0
%30
%48.57
%45.1

Codes

Color #8C6248 in popluar color models

8C 62 48
RGB 140 98 72
HSL 23° 32.08% 41.57%
HSB/HSV 23° 48.57% 54.90%
CMYK 0.00% 30.00% 48.57%
45.10%

Color #8C6248 in popluar number systems.

HEX 8C 62 48
Decimal 140 98 72
Binary 10001100 1100010 1001000
Octal 214 142 110

Shades and tints

Shades of #8C6248

#8C6248
(140,98,72)
#805A42
(128,90,66)
#74523C
(116,82,60)
#684A36
(104,74,54)
#5C4230
(92,66,48)
#503A2A
(80,58,42)
#443224
(68,50,36)
#382A1E
(56,42,30)
#2C2218
(44,34,24)
#201A12
(32,26,18)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C6248

#8C6248
(140,98,72)
#967058
(150,112,88)
#A07E68
(160,126,104)
#AA8C78
(170,140,120)
#B49A88
(180,154,136)
#BEA898
(190,168,152)
#C8B6A8
(200,182,168)
#D2C4B8
(210,196,184)
#DCD2C8
(220,210,200)
#E6E0D8
(230,224,216)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6248 color. Also use rgb(140,98,72) instead hex code.

Text Font Color

.myTextColor { color: #8C6248; }

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

This text font color is #8C6248.

Background Color

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

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

This div background color is #8C6248.

Border color

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

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

This div border color is #8C6248.

Opacity

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

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

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

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

This text has shadow with #8C6248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6248.

Preview

Color preview on black background

This text has color #8C6248 on black background.


Color preview on white background

This text has color #8C6248 on white background.


Black color preview on #8C6248 background

This text has black color on #8C6248 background.


White color preview on #8C6248 background

This text has white color on #8C6248 background.


Related colors

Complementary color

Complementary color for #hex is #739DB7.


I love getcolorcode.com

Triadic colors

1 #488C62 and #62488C with #8C6248 are triadic colors.

2 #48628C and #628C48 with #8C6248 are triadic colors.