COLOR #84254B

HEX: #84254B
RGB: (132,37,75)

Color info

#84254B contains mainly red and blue colors. Web safe color of #84254B is #993333 (or #933).

RGB color model

#84254B color RGB value is (132,37,75).

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

RGB channels and saturation

R 132 of 255 = 52%
G 37 of 255 = 15%
B 75 of 255 = 29%

132
37
75

R + G + B ~ 32%. #84254B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 37 + 75 = 244 (100%)
R 132 of 244 ~ 54.1%
G 37 of 244 ~ 15.16%
B 75 of 244 ~ 30.74%

%54.1
%15.16
%30.74

CMYK color model

#84254B color CMYK value is (0,72,43,48).

  • cyan value is 0.00%
  • magenta value is 71.97%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(0,72,43,48)
C0M72Y43K48 
(0%,72%,43%,48%)
(0.00/0.72/0.43/0.48)	

CMYK percentages

%0
%71.97
%43.18
%48.24

Codes

Color #84254B in popluar color models

84254B
RGB1323775
HSL336°56.21%33.14%
HSB/HSV336°71.97%51.76%
CMYK0.00%71.97%43.18%
48.24%

Color #84254B in popluar number systems.

HEX84254B
Decimal1323775
Binary100001001001011001011
Octal20445113

Shades and tints

Shades of #84254B

#84254B
(132,37,75)
#782245
(120,34,69)
#6C1F3F
(108,31,63)
#601C39
(96,28,57)
#541933
(84,25,51)
#48162D
(72,22,45)
#3C1327
(60,19,39)
#301021
(48,16,33)
#240D1B
(36,13,27)
#180A15
(24,10,21)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #84254B

#84254B
(132,37,75)
#8F385B
(143,56,91)
#9A4B6B
(154,75,107)
#A55E7B
(165,94,123)
#B0718B
(176,113,139)
#BB849B
(187,132,155)
#C697AB
(198,151,171)
#D1AABB
(209,170,187)
#DCBDCB
(220,189,203)
#E7D0DB
(231,208,219)
#F2E3EB
(242,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84254B; }

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

This text font color is #84254B.


Background Color

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

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

This div background color is #84254B.


Border color

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

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

This div border color is #84254B.


Opacity

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

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

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

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

This text has shadow with #84254B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84254B on black background.


Color preview on white background

This text has color #84254B on white background.



Black color preview on #84254B background

This text has black color on #84254B background.


White color preview on #84254B background

This text has white color on #84254B background.