COLOR #52303C

HEX: #52303C
RGB: (82,48,60)

Color info

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

RGB color model

#52303C color RGB value is (82,48,60).

  • red value is 82;
  • green value is 48;
  • blue value is 60.
RGB:
(82,48,60)
(32%,19%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 60 of 255 = 24%

82
48
60

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

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 60 = 190 (100%)
R 82 of 190 ~ 43.16%
G 48 of 190 ~ 25.26%
B 60 of 190 ~ 31.58%

%43.16
%25.26
%31.58

CMYK color model

#52303C color CMYK value is (0,41,27,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(0,41,27,68)
C0M41Y27K68 
(0%,41%,27%,68%)
(0.00/0.41/0.27/0.68)	

CMYK percentages

%0
%41.46
%26.83
%67.84

Codes

Color #52303C in popluar color models

52303C
RGB824860
HSL339°26.15%25.49%
HSB/HSV339°41.46%32.16%
CMYK0.00%41.46%26.83%
67.84%

Color #52303C in popluar number systems.

HEX52303C
Decimal824860
Binary1010010110000111100
Octal1226074

Shades and tints

Shades of #52303C

#52303C
(82,48,60)
#4B2C37
(75,44,55)
#442832
(68,40,50)
#3D242D
(61,36,45)
#362028
(54,32,40)
#2F1C23
(47,28,35)
#28181E
(40,24,30)
#211419
(33,20,25)
#1A1014
(26,16,20)
#130C0F
(19,12,15)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #52303C

#52303C
(82,48,60)
#61424D
(97,66,77)
#70545E
(112,84,94)
#7F666F
(127,102,111)
#8E7880
(142,120,128)
#9D8A91
(157,138,145)
#AC9CA2
(172,156,162)
#BBAEB3
(187,174,179)
#CAC0C4
(202,192,196)
#D9D2D5
(217,210,213)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52303C color. Also use rgb(82,48,60) instead hex code.

Text Font Color

.myTextColor { color: #52303C; }

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

This text font color is #52303C.


Background Color

.myBgColor { background-color: #52303C; }

<div style="background-color:#52303C">Inner text</div>

This div background color is #52303C.


Border color

.myBorderColor { border: 1px solid #52303C; }

<div style="border:3px solid #52303C">Div</div>

This div border color is #52303C.


Opacity

.myOpacity80 { color: #52303C; opacity: 0.8; }

<p style="color:#52303C;opacity:0.8;">80%</p>

Text with #52303C 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 #52303C;}

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

This text has shadow with #52303C color.

.textShadow {text-shadow: 3px 3px 1px #52303C, 3px 3px 1px red;}

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

This text has shadow with #52303C primary color and red secondary color.


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

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

This text has shadow with #52303C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52303C on black background.


Color preview on white background

This text has color #52303C on white background.



Black color preview on #52303C background

This text has black color on #52303C background.


White color preview on #52303C background

This text has white color on #52303C background.