COLOR #52503A

HEX: #52503A
RGB: (82,80,58)

Color info

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

RGB color model

#52503A color RGB value is (82,80,58).

  • red value is 82;
  • green value is 80;
  • blue value is 58.
RGB:
(82,80,58)
(32%,31%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 58 of 255 = 23%

82
80
58

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

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 58 = 220 (100%)
R 82 of 220 ~ 37.27%
G 80 of 220 ~ 36.36%
B 58 of 220 ~ 26.36%

%37.27
%36.36
%26.36

CMYK color model

#52503A color CMYK value is (0,2,29,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(0,2,29,68)
C0M2Y29K68 
(0%,2%,29%,68%)
(0.00/0.02/0.29/0.68)	

CMYK percentages

%0
%2.44
%29.27
%67.84

Codes

Color #52503A in popluar color models

52503A
RGB828058
HSL55°17.14%27.45%
HSB/HSV55°29.27%32.16%
CMYK0.00%2.44%29.27%
67.84%

Color #52503A in popluar number systems.

HEX52503A
Decimal828058
Binary10100101010000111010
Octal12212072

Shades and tints

Shades of #52503A

#52503A
(82,80,58)
#4B4935
(75,73,53)
#444230
(68,66,48)
#3D3B2B
(61,59,43)
#363426
(54,52,38)
#2F2D21
(47,45,33)
#28261C
(40,38,28)
#211F17
(33,31,23)
#1A1812
(26,24,18)
#13110D
(19,17,13)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #52503A

#52503A
(82,80,58)
#615F4B
(97,95,75)
#706E5C
(112,110,92)
#7F7D6D
(127,125,109)
#8E8C7E
(142,140,126)
#9D9B8F
(157,155,143)
#ACAAA0
(172,170,160)
#BBB9B1
(187,185,177)
#CAC8C2
(202,200,194)
#D9D7D3
(217,215,211)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52503A; }

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

This text font color is #52503A.


Background Color

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

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

This div background color is #52503A.


Border color

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

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

This div border color is #52503A.


Opacity

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

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

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

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

This text has shadow with #52503A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52503A on black background.


Color preview on white background

This text has color #52503A on white background.



Black color preview on #52503A background

This text has black color on #52503A background.


White color preview on #52503A background

This text has white color on #52503A background.