COLOR #52283B

HEX: #52283B RGB: (82,40,59)

Color info

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

RGB color model

#52283B color RGB value is (82,40,59).

RGB: (82,40,59) (32%, 16%, 23%)

RGB channels and saturation

R 82 of 255 = 32%
G 40 of 255 = 16%
B 59 of 255 = 23%

82
40
59

R + G + B ~ 24%. #52283B is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 40 + 59 = 181 (100%)
R 82 of 181 ~ 45.3%
G 40 of 181 ~ 22.1%
B 59 of 181 ~ 32.6'%

%45.3
%22.1
%32.6

CMYK color model

#52283B color CMYK value is (0,51,28,68).

  • cyan value is 0.00%
  • magenta value is 51.22%
  • yellow value is 28.05%
  • key color value is 67.84%

CMYK: (0,51,28,68)
C0M51Y28K68 (0%, 51%, 28%, 68%)
(0.00 / 0.51 / 0.28 / 0.68)

CMYK percentages

%0
%51.22
%28.05
%67.84

Codes

Color #52283B in popluar color models

52 28 3B
RGB 82 40 59
HSL 333° 34.43% 23.92%
HSB/HSV 333° 51.22% 32.16%
CMYK 0.00% 51.22% 28.05%
67.84%

Color #52283B in popluar number systems.

HEX 52 28 3B
Decimal 82 40 59
Binary 1010010 101000 111011
Octal 122 50 73

Shades and tints

Shades of #52283B

#52283B
(82,40,59)
#4B2536
(75,37,54)
#442231
(68,34,49)
#3D1F2C
(61,31,44)
#361C27
(54,28,39)
#2F1922
(47,25,34)
#28161D
(40,22,29)
#211318
(33,19,24)
#1A1013
(26,16,19)
#130D0E
(19,13,14)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #52283B

#52283B
(82,40,59)
#613B4C
(97,59,76)
#704E5D
(112,78,93)
#7F616E
(127,97,110)
#8E747F
(142,116,127)
#9D8790
(157,135,144)
#AC9AA1
(172,154,161)
#BBADB2
(187,173,178)
#CAC0C3
(202,192,195)
#D9D3D4
(217,211,212)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52283B color. Also use rgb(82,40,59) instead hex code.

Text Font Color

.myTextColor { color: #52283B; }

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

This text font color is #52283B.

Background Color

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

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

This div background color is #52283B.

Border color

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

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

This div border color is #52283B.

Opacity

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

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

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

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

This text has shadow with #52283B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52283B.

Preview

Color preview on black background

This text has color #52283B on black background.


Color preview on white background

This text has color #52283B on white background.


Black color preview on #52283B background

This text has black color on #52283B background.


White color preview on #52283B background

This text has white color on #52283B background.


Related colors

Complementary color

Complementary color for #hex is #ADD7C4.


I love getcolorcode.com

Triadic colors

1 #3B5228 and #283B52 with #52283B are triadic colors.

2 #3B2852 and #28523B with #52283B are triadic colors.