COLOR #52503F

HEX: #52503F RGB: (82,80,63)

Color info

#52503F contains red, green and blue colors in about the same proportion. Web safe color of #52503F is #666633 (or #663).

RGB color model

#52503F color RGB value is (82,80,63).

RGB: (82,80,63) (32%, 31%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 63 of 255 = 25%

82
80
63

R + G + B ~ 29%. #52503F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 80 + 63 = 225 (100%)
R 82 of 225 ~ 36.44%
G 80 of 225 ~ 35.56%
B 63 of 225 ~ 28'%

%36.44
%35.56
%28

CMYK color model

#52503F color CMYK value is (0,2,23,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 23.17%
  • key color value is 67.84%

CMYK: (0,2,23,68)
C0M2Y23K68 (0%, 2%, 23%, 68%)
(0.00 / 0.02 / 0.23 / 0.68)

CMYK percentages

%0
%2.44
%23.17
%67.84

Codes

Color #52503F in popluar color models

52 50 3F
RGB 82 80 63
HSL 54° 13.10% 28.43%
HSB/HSV 54° 23.17% 32.16%
CMYK 0.00% 2.44% 23.17%
67.84%

Color #52503F in popluar number systems.

HEX 52 50 3F
Decimal 82 80 63
Binary 1010010 1010000 111111
Octal 122 120 77

Shades and tints

Shades of #52503F

#52503F
(82,80,63)
#4B493A
(75,73,58)
#444235
(68,66,53)
#3D3B30
(61,59,48)
#36342B
(54,52,43)
#2F2D26
(47,45,38)
#282621
(40,38,33)
#211F1C
(33,31,28)
#1A1817
(26,24,23)
#131112
(19,17,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #52503F

#52503F
(82,80,63)
#615F50
(97,95,80)
#706E61
(112,110,97)
#7F7D72
(127,125,114)
#8E8C83
(142,140,131)
#9D9B94
(157,155,148)
#ACAAA5
(172,170,165)
#BBB9B6
(187,185,182)
#CAC8C7
(202,200,199)
#D9D7D8
(217,215,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52503F color. Also use rgb(82,80,63) instead hex code.

Text Font Color

.myTextColor { color: #52503F; }

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

This text font color is #52503F.

Background Color

.myBgColor { background-color: #52503F; }

<div style="background-color:#52503F">Inner text</div>

This div background color is #52503F.

Border color

.myBorderColor { border: 1px solid #52503F; }

<div style="border:3px solid #52503F">Div</div>

This div border color is #52503F.

Opacity

.myOpacity80 { color: #52503F; opacity: 0.8; }

<p style="color:#52503F;opacity:0.8;">80%</p>

Text with #52503F 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 #52503F;}

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

This text has shadow with #52503F color.


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

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

This text has shadow with #52503F primary color and red secondary color.


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

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

This text has shadow with #52503F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52503F.

Preview

Color preview on black background

This text has color #52503F on black background.


Color preview on white background

This text has color #52503F on white background.


Black color preview on #52503F background

This text has black color on #52503F background.


White color preview on #52503F background

This text has white color on #52503F background.


Related colors

Complementary color

Complementary color for #hex is #ADAFC0.


I love getcolorcode.com

Triadic colors

1 #3F5250 and #503F52 with #52503F are triadic colors.

2 #3F5052 and #50523F with #52503F are triadic colors.