COLOR #8C482D

HEX: #8C482D
RGB: (140,72,45)

Color info

#8C482D contains mainly red color. Web safe color of #8C482D is #993333 (or #933).

RGB color model

#8C482D color RGB value is (140,72,45).

  • red value is 140;
  • green value is 72;
  • blue value is 45.
RGB:
(140,72,45)
(55%,28%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 45 of 255 = 18%

140
72
45

R + G + B ~ 34%. #8C482D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 45 = 257 (100%)
R 140 of 257 ~ 54.47%
G 72 of 257 ~ 28.02%
B 45 of 257 ~ 17.51%

%54.47
%28.02
%17.51

CMYK color model

#8C482D color CMYK value is (0,49,68,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 67.86%
  • key color value is 45.10%
CMYK:
(0,49,68,45)
C0M49Y68K45 
(0%,49%,68%,45%)
(0.00/0.49/0.68/0.45)	

CMYK percentages

%0
%48.57
%67.86
%45.1

Codes

Color #8C482D in popluar color models

8C482D
RGB1407245
HSL17°51.35%36.27%
HSB/HSV17°67.86%54.90%
CMYK0.00%48.57%67.86%
45.10%

Color #8C482D in popluar number systems.

HEX8C482D
Decimal1407245
Binary100011001001000101101
Octal21411055

Shades and tints

Shades of #8C482D

#8C482D
(140,72,45)
#804229
(128,66,41)
#743C25
(116,60,37)
#683621
(104,54,33)
#5C301D
(92,48,29)
#502A19
(80,42,25)
#442415
(68,36,21)
#381E11
(56,30,17)
#2C180D
(44,24,13)
#201209
(32,18,9)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #8C482D

#8C482D
(140,72,45)
#965840
(150,88,64)
#A06853
(160,104,83)
#AA7866
(170,120,102)
#B48879
(180,136,121)
#BE988C
(190,152,140)
#C8A89F
(200,168,159)
#D2B8B2
(210,184,178)
#DCC8C5
(220,200,197)
#E6D8D8
(230,216,216)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C482D; }

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

This text font color is #8C482D.


Background Color

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

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

This div background color is #8C482D.


Border color

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

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

This div border color is #8C482D.


Opacity

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

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

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

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

This text has shadow with #8C482D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C482D on black background.


Color preview on white background

This text has color #8C482D on white background.



Black color preview on #8C482D background

This text has black color on #8C482D background.


White color preview on #8C482D background

This text has white color on #8C482D background.