COLOR #84255B

HEX: #84255B
RGB: (132,37,91)

Color info

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

RGB color model

#84255B color RGB value is (132,37,91).

  • red value is 132;
  • green value is 37;
  • blue value is 91.
RGB:
(132,37,91)
(52%,15%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 37 of 255 = 15%
B 91 of 255 = 36%

132
37
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 37 + 91 = 260 (100%)
R 132 of 260 ~ 50.77%
G 37 of 260 ~ 14.23%
B 91 of 260 ~ 35%

%50.77
%14.23
%35

CMYK color model

#84255B color CMYK value is (0,72,31,48).

  • cyan value is 0.00%
  • magenta value is 71.97%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(0,72,31,48)
C0M72Y31K48 
(0%,72%,31%,48%)
(0.00/0.72/0.31/0.48)	

CMYK percentages

%0
%71.97
%31.06
%48.24

Codes

Color #84255B in popluar color models

84255B
RGB1323791
HSL326°56.21%33.14%
HSB/HSV326°71.97%51.76%
CMYK0.00%71.97%31.06%
48.24%

Color #84255B in popluar number systems.

HEX84255B
Decimal1323791
Binary100001001001011011011
Octal20445133

Shades and tints

Shades of #84255B

#84255B
(132,37,91)
#782253
(120,34,83)
#6C1F4B
(108,31,75)
#601C43
(96,28,67)
#54193B
(84,25,59)
#481633
(72,22,51)
#3C132B
(60,19,43)
#301023
(48,16,35)
#240D1B
(36,13,27)
#180A13
(24,10,19)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #84255B

#84255B
(132,37,91)
#8F3869
(143,56,105)
#9A4B77
(154,75,119)
#A55E85
(165,94,133)
#B07193
(176,113,147)
#BB84A1
(187,132,161)
#C697AF
(198,151,175)
#D1AABD
(209,170,189)
#DCBDCB
(220,189,203)
#E7D0D9
(231,208,217)
#F2E3E7
(242,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84255B color. Also use rgb(132,37,91) instead hex code.

Text Font Color

.myTextColor { color: #84255B; }

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

This text font color is #84255B.


Background Color

.myBgColor { background-color: #84255B; }

<div style="background-color:#84255B">Inner text</div>

This div background color is #84255B.


Border color

.myBorderColor { border: 1px solid #84255B; }

<div style="border:3px solid #84255B">Div</div>

This div border color is #84255B.


Opacity

.myOpacity80 { color: #84255B; opacity: 0.8; }

<p style="color:#84255B;opacity:0.8;">80%</p>

Text with #84255B 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 #84255B;}

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

This text has shadow with #84255B color.

.textShadow {text-shadow: 3px 3px 1px #84255B, 3px 3px 1px red;}

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

This text has shadow with #84255B primary color and red secondary color.


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

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

This text has shadow with #84255B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84255B on black background.


Color preview on white background

This text has color #84255B on white background.



Black color preview on #84255B background

This text has black color on #84255B background.


White color preview on #84255B background

This text has white color on #84255B background.