COLOR #8C4925

HEX: #8C4925
RGB: (140,73,37)

Color info

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

RGB color model

#8C4925 color RGB value is (140,73,37).

  • red value is 140;
  • green value is 73;
  • blue value is 37.
RGB:
(140,73,37)
(55%,29%,15%)

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 37 of 255 = 15%

140
73
37

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

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 37 = 250 (100%)
R 140 of 250 ~ 56%
G 73 of 250 ~ 29.2%
B 37 of 250 ~ 14.8%

%56
%29.2
%14.8

CMYK color model

#8C4925 color CMYK value is (0,48,74,45).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 73.57%
  • key color value is 45.10%
CMYK:
(0,48,74,45)
C0M48Y74K45 
(0%,48%,74%,45%)
(0.00/0.48/0.74/0.45)	

CMYK percentages

%0
%47.86
%73.57
%45.1

Codes

Color #8C4925 in popluar color models

8C4925
RGB1407337
HSL21°58.19%34.71%
HSB/HSV21°73.57%54.90%
CMYK0.00%47.86%73.57%
45.10%

Color #8C4925 in popluar number systems.

HEX8C4925
Decimal1407337
Binary100011001001001100101
Octal21411145

Shades and tints

Shades of #8C4925

#8C4925
(140,73,37)
#804322
(128,67,34)
#743D1F
(116,61,31)
#68371C
(104,55,28)
#5C3119
(92,49,25)
#502B16
(80,43,22)
#442513
(68,37,19)
#381F10
(56,31,16)
#2C190D
(44,25,13)
#20130A
(32,19,10)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #8C4925

#8C4925
(140,73,37)
#965938
(150,89,56)
#A0694B
(160,105,75)
#AA795E
(170,121,94)
#B48971
(180,137,113)
#BE9984
(190,153,132)
#C8A997
(200,169,151)
#D2B9AA
(210,185,170)
#DCC9BD
(220,201,189)
#E6D9D0
(230,217,208)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4925 color. Also use rgb(140,73,37) instead hex code.

Text Font Color

.myTextColor { color: #8C4925; }

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

This text font color is #8C4925.


Background Color

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

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

This div background color is #8C4925.


Border color

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

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

This div border color is #8C4925.


Opacity

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

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

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

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

This text has shadow with #8C4925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4925 on black background.


Color preview on white background

This text has color #8C4925 on white background.



Black color preview on #8C4925 background

This text has black color on #8C4925 background.


White color preview on #8C4925 background

This text has white color on #8C4925 background.