COLOR #52403B

HEX: #52403B RGB: (82,64,59)

Color info

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

RGB color model

#52403B color RGB value is (82,64,59).

RGB: (82,64,59) (32%, 25%, 23%)

RGB channels and saturation

R 82 of 255 = 32%
G 64 of 255 = 25%
B 59 of 255 = 23%

82
64
59

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

Portions of RGB colors in percentages

R + G + B = 82 + 64 + 59 = 205 (100%)
R 82 of 205 ~ 40%
G 64 of 205 ~ 31.22%
B 59 of 205 ~ 28.78'%

%40
%31.22
%28.78

CMYK color model

#52403B color CMYK value is (0,22,28,68).

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

CMYK: (0,22,28,68)
C0M22Y28K68 (0%, 22%, 28%, 68%)
(0.00 / 0.22 / 0.28 / 0.68)

CMYK percentages

%0
%21.95
%28.05
%67.84

Codes

Color #52403B in popluar color models

52 40 3B
RGB 82 64 59
HSL 13° 16.31% 27.65%
HSB/HSV 13° 28.05% 32.16%
CMYK 0.00% 21.95% 28.05%
67.84%

Color #52403B in popluar number systems.

HEX 52 40 3B
Decimal 82 64 59
Binary 1010010 1000000 111011
Octal 122 100 73

Shades and tints

Shades of #52403B

#52403B
(82,64,59)
#4B3B36
(75,59,54)
#443631
(68,54,49)
#3D312C
(61,49,44)
#362C27
(54,44,39)
#2F2722
(47,39,34)
#28221D
(40,34,29)
#211D18
(33,29,24)
#1A1813
(26,24,19)
#13130E
(19,19,14)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #52403B

#52403B
(82,64,59)
#61514C
(97,81,76)
#70625D
(112,98,93)
#7F736E
(127,115,110)
#8E847F
(142,132,127)
#9D9590
(157,149,144)
#ACA6A1
(172,166,161)
#BBB7B2
(187,183,178)
#CAC8C3
(202,200,195)
#D9D9D4
(217,217,212)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52403B; }

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

This text font color is #52403B.

Background Color

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

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

This div background color is #52403B.

Border color

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

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

This div border color is #52403B.

Opacity

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

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

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

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

This text has shadow with #52403B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52403B.

Preview

Color preview on black background

This text has color #52403B on black background.


Color preview on white background

This text has color #52403B on white background.


Black color preview on #52403B background

This text has black color on #52403B background.


White color preview on #52403B background

This text has white color on #52403B background.


Related colors

Complementary color

Complementary color for #hex is #ADBFC4.


I love getcolorcode.com

Triadic colors

1 #3B5240 and #403B52 with #52403B are triadic colors.

2 #3B4052 and #40523B with #52403B are triadic colors.