COLOR #52393D

HEX: #52393D
RGB: (82,57,61)

Color info

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

RGB color model

#52393D color RGB value is (82,57,61).

  • red value is 82;
  • green value is 57;
  • blue value is 61.
RGB:
(82,57,61)
(32%,22%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 61 of 255 = 24%

82
57
61

R + G + B ~ 26%. #52393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 61 = 200 (100%)
R 82 of 200 ~ 41%
G 57 of 200 ~ 28.5%
B 61 of 200 ~ 30.5%

%41
%28.5
%30.5

CMYK color model

#52393D color CMYK value is (0,30,26,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,30,26,68)
C0M30Y26K68 
(0%,30%,26%,68%)
(0.00/0.30/0.26/0.68)	

CMYK percentages

%0
%30.49
%25.61
%67.84

Codes

Color #52393D in popluar color models

52393D
RGB825761
HSL350°17.99%27.25%
HSB/HSV350°30.49%32.16%
CMYK0.00%30.49%25.61%
67.84%

Color #52393D in popluar number systems.

HEX52393D
Decimal825761
Binary1010010111001111101
Octal1227175

Shades and tints

Shades of #52393D

#52393D
(82,57,61)
#4B3438
(75,52,56)
#442F33
(68,47,51)
#3D2A2E
(61,42,46)
#362529
(54,37,41)
#2F2024
(47,32,36)
#281B1F
(40,27,31)
#21161A
(33,22,26)
#1A1115
(26,17,21)
#130C10
(19,12,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #52393D

#52393D
(82,57,61)
#614B4E
(97,75,78)
#705D5F
(112,93,95)
#7F6F70
(127,111,112)
#8E8181
(142,129,129)
#9D9392
(157,147,146)
#ACA5A3
(172,165,163)
#BBB7B4
(187,183,180)
#CAC9C5
(202,201,197)
#D9DBD6
(217,219,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52393D color. Also use rgb(82,57,61) instead hex code.

Text Font Color

.myTextColor { color: #52393D; }

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

This text font color is #52393D.


Background Color

.myBgColor { background-color: #52393D; }

<div style="background-color:#52393D">Inner text</div>

This div background color is #52393D.


Border color

.myBorderColor { border: 1px solid #52393D; }

<div style="border:3px solid #52393D">Div</div>

This div border color is #52393D.


Opacity

.myOpacity80 { color: #52393D; opacity: 0.8; }

<p style="color:#52393D;opacity:0.8;">80%</p>

Text with #52393D 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 #52393D;}

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

This text has shadow with #52393D color.

.textShadow {text-shadow: 3px 3px 1px #52393D, 3px 3px 1px red;}

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

This text has shadow with #52393D primary color and red secondary color.


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

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

This text has shadow with #52393D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52393D on black background.


Color preview on white background

This text has color #52393D on white background.



Black color preview on #52393D background

This text has black color on #52393D background.


White color preview on #52393D background

This text has white color on #52393D background.