COLOR #52234B

HEX: #52234B
RGB: (82,35,75)

Color info

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

RGB color model

#52234B color RGB value is (82,35,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 35 of 255 = 14%
B 75 of 255 = 29%

82
35
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 35 + 75 = 192 (100%)
R 82 of 192 ~ 42.71%
G 35 of 192 ~ 18.23%
B 75 of 192 ~ 39.06%

%42.71
%18.23
%39.06

CMYK color model

#52234B color CMYK value is (0,57,9,68).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,57,9,68)
C0M57Y9K68 
(0%,57%,9%,68%)
(0.00/0.57/0.09/0.68)	

CMYK percentages

%0
%57.32
%8.54
%67.84

Codes

Color #52234B in popluar color models

52234B
RGB823575
HSL309°40.17%22.94%
HSB/HSV309°57.32%32.16%
CMYK0.00%57.32%8.54%
67.84%

Color #52234B in popluar number systems.

HEX52234B
Decimal823575
Binary10100101000111001011
Octal12243113

Shades and tints

Shades of #52234B

#52234B
(82,35,75)
#4B2045
(75,32,69)
#441D3F
(68,29,63)
#3D1A39
(61,26,57)
#361733
(54,23,51)
#2F142D
(47,20,45)
#281127
(40,17,39)
#210E21
(33,14,33)
#1A0B1B
(26,11,27)
#130815
(19,8,21)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #52234B

#52234B
(82,35,75)
#61375B
(97,55,91)
#704B6B
(112,75,107)
#7F5F7B
(127,95,123)
#8E738B
(142,115,139)
#9D879B
(157,135,155)
#AC9BAB
(172,155,171)
#BBAFBB
(187,175,187)
#CAC3CB
(202,195,203)
#D9D7DB
(217,215,219)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52234B; }

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

This text font color is #52234B.


Background Color

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

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

This div background color is #52234B.


Border color

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

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

This div border color is #52234B.


Opacity

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

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

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

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

This text has shadow with #52234B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52234B on black background.


Color preview on white background

This text has color #52234B on white background.



Black color preview on #52234B background

This text has black color on #52234B background.


White color preview on #52234B background

This text has white color on #52234B background.