COLOR #52274B

HEX: #52274B
RGB: (82,39,75)

Color info

#52274B contains red, green and blue colors in about the same proportion. Web safe color of #52274B is #663333 (or #633).

RGB color model

#52274B color RGB value is (82,39,75).

  • red value is 82;
  • green value is 39;
  • blue value is 75.
RGB:
(82,39,75)
(32%,15%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 39 of 255 = 15%
B 75 of 255 = 29%

82
39
75

R + G + B ~ 25%. #52274B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 39 + 75 = 196 (100%)
R 82 of 196 ~ 41.84%
G 39 of 196 ~ 19.9%
B 75 of 196 ~ 38.27%

%41.84
%19.9
%38.27

CMYK color model

#52274B color CMYK value is (0,52,9,68).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,52,9,68)
C0M52Y9K68 
(0%,52%,9%,68%)
(0.00/0.52/0.09/0.68)	

CMYK percentages

%0
%52.44
%8.54
%67.84

Codes

Color #52274B in popluar color models

52274B
RGB823975
HSL310°35.54%23.73%
HSB/HSV310°52.44%32.16%
CMYK0.00%52.44%8.54%
67.84%

Color #52274B in popluar number systems.

HEX52274B
Decimal823975
Binary10100101001111001011
Octal12247113

Shades and tints

Shades of #52274B

#52274B
(82,39,75)
#4B2445
(75,36,69)
#44213F
(68,33,63)
#3D1E39
(61,30,57)
#361B33
(54,27,51)
#2F182D
(47,24,45)
#281527
(40,21,39)
#211221
(33,18,33)
#1A0F1B
(26,15,27)
#130C15
(19,12,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #52274B

#52274B
(82,39,75)
#613A5B
(97,58,91)
#704D6B
(112,77,107)
#7F607B
(127,96,123)
#8E738B
(142,115,139)
#9D869B
(157,134,155)
#AC99AB
(172,153,171)
#BBACBB
(187,172,187)
#CABFCB
(202,191,203)
#D9D2DB
(217,210,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52274B color. Also use rgb(82,39,75) instead hex code.

Text Font Color

.myTextColor { color: #52274B; }

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

This text font color is #52274B.


Background Color

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

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

This div background color is #52274B.


Border color

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

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

This div border color is #52274B.


Opacity

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

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

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

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

This text has shadow with #52274B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52274B on black background.


Color preview on white background

This text has color #52274B on white background.



Black color preview on #52274B background

This text has black color on #52274B background.


White color preview on #52274B background

This text has white color on #52274B background.