COLOR #8B2652

HEX: #8B2652
RGB: (139,38,82)

Color info

#8B2652 contains mainly red and blue colors. Web safe color of #8B2652 is #993366 (or #936).

RGB color model

#8B2652 color RGB value is (139,38,82).

  • red value is 139;
  • green value is 38;
  • blue value is 82.
RGB:
(139,38,82)
(55%,15%,32%)

RGB channels and saturation

R 139 of 255 = 55%
G 38 of 255 = 15%
B 82 of 255 = 32%

139
38
82

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

Portions of RGB colors in percentages

R + G + B =
139 + 38 + 82 = 259 (100%)
R 139 of 259 ~ 53.67%
G 38 of 259 ~ 14.67%
B 82 of 259 ~ 31.66%

%53.67
%14.67
%31.66

CMYK color model

#8B2652 color CMYK value is (0,73,41,45).

  • cyan value is 0.00%
  • magenta value is 72.66%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK:
(0,73,41,45)
C0M73Y41K45 
(0%,73%,41%,45%)
(0.00/0.73/0.41/0.45)	

CMYK percentages

%0
%72.66
%41.01
%45.49

Codes

Color #8B2652 in popluar color models

8B2652
RGB1393882
HSL334°57.06%34.71%
HSB/HSV334°72.66%54.51%
CMYK0.00%72.66%41.01%
45.49%

Color #8B2652 in popluar number systems.

HEX8B2652
Decimal1393882
Binary100010111001101010010
Octal21346122

Shades and tints

Shades of #8B2652

#8B2652
(139,38,82)
#7F234B
(127,35,75)
#732044
(115,32,68)
#671D3D
(103,29,61)
#5B1A36
(91,26,54)
#4F172F
(79,23,47)
#431428
(67,20,40)
#371121
(55,17,33)
#2B0E1A
(43,14,26)
#1F0B13
(31,11,19)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #8B2652

#8B2652
(139,38,82)
#953961
(149,57,97)
#9F4C70
(159,76,112)
#A95F7F
(169,95,127)
#B3728E
(179,114,142)
#BD859D
(189,133,157)
#C798AC
(199,152,172)
#D1ABBB
(209,171,187)
#DBBECA
(219,190,202)
#E5D1D9
(229,209,217)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2652 color. Also use rgb(139,38,82) instead hex code.

Text Font Color

.myTextColor { color: #8B2652; }

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

This text font color is #8B2652.


Background Color

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

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

This div background color is #8B2652.


Border color

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

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

This div border color is #8B2652.


Opacity

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

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

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

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

This text has shadow with #8B2652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2652 on black background.


Color preview on white background

This text has color #8B2652 on white background.



Black color preview on #8B2652 background

This text has black color on #8B2652 background.


White color preview on #8B2652 background

This text has white color on #8B2652 background.