COLOR #8B2D30

HEX: #8B2D30 RGB: (139,45,48)

Color info

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

RGB color model

#8B2D30 color RGB value is (139,45,48).

RGB: (139,45,48) (55%, 18%, 19%)

RGB channels and saturation

R 139 of 255 = 55%
G 45 of 255 = 18%
B 48 of 255 = 19%

139
45
48

R + G + B ~ 31%. #8B2D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 45 + 48 = 232 (100%)
R 139 of 232 ~ 59.91%
G 45 of 232 ~ 19.4%
B 48 of 232 ~ 20.69'%

%59.91
%19.4
%20.69

CMYK color model

#8B2D30 color CMYK value is (0,68,65,45).

  • cyan value is 0.00%
  • magenta value is 67.63%
  • yellow value is 65.47%
  • key color value is 45.49%

CMYK: (0,68,65,45)
C0M68Y65K45 (0%, 68%, 65%, 45%)
(0.00 / 0.68 / 0.65 / 0.45)

CMYK percentages

%0
%67.63
%65.47
%45.49

Codes

Color #8B2D30 in popluar color models

8B 2D 30
RGB 139 45 48
HSL 358° 51.09% 36.08%
HSB/HSV 358° 67.63% 54.51%
CMYK 0.00% 67.63% 65.47%
45.49%

Color #8B2D30 in popluar number systems.

HEX 8B 2D 30
Decimal 139 45 48
Binary 10001011 101101 110000
Octal 213 55 60

Shades and tints

Shades of #8B2D30

#8B2D30
(139,45,48)
#7F292C
(127,41,44)
#732528
(115,37,40)
#672124
(103,33,36)
#5B1D20
(91,29,32)
#4F191C
(79,25,28)
#431518
(67,21,24)
#371114
(55,17,20)
#2B0D10
(43,13,16)
#1F090C
(31,9,12)
#130508
(19,5,8)
#000000
(0,0,0)

Tints of #8B2D30

#8B2D30
(139,45,48)
#954042
(149,64,66)
#9F5354
(159,83,84)
#A96666
(169,102,102)
#B37978
(179,121,120)
#BD8C8A
(189,140,138)
#C79F9C
(199,159,156)
#D1B2AE
(209,178,174)
#DBC5C0
(219,197,192)
#E5D8D2
(229,216,210)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2D30 color. Also use rgb(139,45,48) instead hex code.

Text Font Color

.myTextColor { color: #8B2D30; }

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

This text font color is #8B2D30.

Background Color

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

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

This div background color is #8B2D30.

Border color

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

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

This div border color is #8B2D30.

Opacity

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

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

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

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

This text has shadow with #8B2D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B2D30.

Preview

Color preview on black background

This text has color #8B2D30 on black background.


Color preview on white background

This text has color #8B2D30 on white background.


Black color preview on #8B2D30 background

This text has black color on #8B2D30 background.


White color preview on #8B2D30 background

This text has white color on #8B2D30 background.


Related colors

Complementary color

Complementary color for #hex is #74D2CF.


I love getcolorcode.com

Triadic colors

1 #308B2D and #2D308B with #8B2D30 are triadic colors.

2 #302D8B and #2D8B30 with #8B2D30 are triadic colors.