COLOR #8C2B25

HEX: #8C2B25 RGB: (140,43,37)

Color info

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

RGB color model

#8C2B25 color RGB value is (140,43,37).

RGB: (140,43,37) (55%, 17%, 15%)

RGB channels and saturation

R 140 of 255 = 55%
G 43 of 255 = 17%
B 37 of 255 = 15%

140
43
37

R + G + B ~ 29%. #8C2B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 43 + 37 = 220 (100%)
R 140 of 220 ~ 63.64%
G 43 of 220 ~ 19.55%
B 37 of 220 ~ 16.82'%

%63.64
%19.55
%16.82

CMYK color model

#8C2B25 color CMYK value is (0,69,74,45).

  • cyan value is 0.00%
  • magenta value is 69.29%
  • yellow value is 73.57%
  • key color value is 45.10%
CMYK: (0,69,74,45) C0M69Y74K45 (0%,69%,74%,45%) (0.00/0.69/0.74/0.45) 

CMYK percentages

%0
%69.29
%73.57
%45.1

Codes

Color #8C2B25 in popluar color models

8C 2B 25
RGB 140 43 37
HSL 58.19% 34.71%
HSB/HSV 73.57% 54.90%
CMYK 0.00% 69.29% 73.57%
45.10%

Color #8C2B25 in popluar number systems.

HEX 8C 2B 25
Decimal 140 43 37
Binary 10001100 101011 100101
Octal 214 53 45

Shades and tints

Shades of #8C2B25

#8C2B25
(140,43,37)
#802822
(128,40,34)
#74251F
(116,37,31)
#68221C
(104,34,28)
#5C1F19
(92,31,25)
#501C16
(80,28,22)
#441913
(68,25,19)
#381610
(56,22,16)
#2C130D
(44,19,13)
#20100A
(32,16,10)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #8C2B25

#8C2B25
(140,43,37)
#963E38
(150,62,56)
#A0514B
(160,81,75)
#AA645E
(170,100,94)
#B47771
(180,119,113)
#BE8A84
(190,138,132)
#C89D97
(200,157,151)
#D2B0AA
(210,176,170)
#DCC3BD
(220,195,189)
#E6D6D0
(230,214,208)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2B25; }

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

This text font color is #8C2B25.

Background Color

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

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

This div background color is #8C2B25.

Border color

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

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

This div border color is #8C2B25.

Opacity

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

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

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

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

This text has shadow with #8C2B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C2B25.

Preview

Color preview on black background

This text has color #8C2B25 on black background.


Color preview on white background

This text has color #8C2B25 on white background.


Black color preview on #8C2B25 background

This text has black color on #8C2B25 background.


White color preview on #8C2B25 background

This text has white color on #8C2B25 background.


Related colors

Complementary color

Complementary color for #hex is #73D4DA.


I love getcolorcode.com

Triadic colors

1 #258C2B and #2B258C with #8C2B25 are triadic colors.

2 #252B8C and #2B8C25 with #8C2B25 are triadic colors.