COLOR #52413E

HEX: #52413E
RGB: (82,65,62)

Color info

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

RGB color model

#52413E color RGB value is (82,65,62).

  • red value is 82;
  • green value is 65;
  • blue value is 62.
RGB:
(82,65,62)
(32%,25%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 62 of 255 = 24%

82
65
62

R + G + B ~ 27%. #52413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 62 = 209 (100%)
R 82 of 209 ~ 39.23%
G 65 of 209 ~ 31.1%
B 62 of 209 ~ 29.67%

%39.23
%31.1
%29.67

CMYK color model

#52413E color CMYK value is (0,21,24,68).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(0,21,24,68)
C0M21Y24K68 
(0%,21%,24%,68%)
(0.00/0.21/0.24/0.68)	

CMYK percentages

%0
%20.73
%24.39
%67.84

Codes

Color #52413E in popluar color models

52413E
RGB826562
HSL13.89%28.24%
HSB/HSV24.39%32.16%
CMYK0.00%20.73%24.39%
67.84%

Color #52413E in popluar number systems.

HEX52413E
Decimal826562
Binary10100101000001111110
Octal12210176

Shades and tints

Shades of #52413E

#52413E
(82,65,62)
#4B3C39
(75,60,57)
#443734
(68,55,52)
#3D322F
(61,50,47)
#362D2A
(54,45,42)
#2F2825
(47,40,37)
#282320
(40,35,32)
#211E1B
(33,30,27)
#1A1916
(26,25,22)
#131411
(19,20,17)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #52413E

#52413E
(82,65,62)
#61524F
(97,82,79)
#706360
(112,99,96)
#7F7471
(127,116,113)
#8E8582
(142,133,130)
#9D9693
(157,150,147)
#ACA7A4
(172,167,164)
#BBB8B5
(187,184,181)
#CAC9C6
(202,201,198)
#D9DAD7
(217,218,215)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52413E color. Also use rgb(82,65,62) instead hex code.

Text Font Color

.myTextColor { color: #52413E; }

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

This text font color is #52413E.


Background Color

.myBgColor { background-color: #52413E; }

<div style="background-color:#52413E">Inner text</div>

This div background color is #52413E.


Border color

.myBorderColor { border: 1px solid #52413E; }

<div style="border:3px solid #52413E">Div</div>

This div border color is #52413E.


Opacity

.myOpacity80 { color: #52413E; opacity: 0.8; }

<p style="color:#52413E;opacity:0.8;">80%</p>

Text with #52413E 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 #52413E;}

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

This text has shadow with #52413E color.

.textShadow {text-shadow: 3px 3px 1px #52413E, 3px 3px 1px red;}

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

This text has shadow with #52413E primary color and red secondary color.


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

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

This text has shadow with #52413E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52413E on black background.


Color preview on white background

This text has color #52413E on white background.



Black color preview on #52413E background

This text has black color on #52413E background.


White color preview on #52413E background

This text has white color on #52413E background.