COLOR #52503D

HEX: #52503D
RGB: (82,80,61)

Color info

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

RGB color model

#52503D color RGB value is (82,80,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 61 of 255 = 24%

82
80
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 61 = 223 (100%)
R 82 of 223 ~ 36.77%
G 80 of 223 ~ 35.87%
B 61 of 223 ~ 27.35%

%36.77
%35.87
%27.35

CMYK color model

#52503D color CMYK value is (0,2,26,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,2,26,68)
C0M2Y26K68 
(0%,2%,26%,68%)
(0.00/0.02/0.26/0.68)	

CMYK percentages

%0
%2.44
%25.61
%67.84

Codes

Color #52503D in popluar color models

52503D
RGB828061
HSL54°14.69%28.04%
HSB/HSV54°25.61%32.16%
CMYK0.00%2.44%25.61%
67.84%

Color #52503D in popluar number systems.

HEX52503D
Decimal828061
Binary10100101010000111101
Octal12212075

Shades and tints

Shades of #52503D

#52503D
(82,80,61)
#4B4938
(75,73,56)
#444233
(68,66,51)
#3D3B2E
(61,59,46)
#363429
(54,52,41)
#2F2D24
(47,45,36)
#28261F
(40,38,31)
#211F1A
(33,31,26)
#1A1815
(26,24,21)
#131110
(19,17,16)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #52503D

#52503D
(82,80,61)
#615F4E
(97,95,78)
#706E5F
(112,110,95)
#7F7D70
(127,125,112)
#8E8C81
(142,140,129)
#9D9B92
(157,155,146)
#ACAAA3
(172,170,163)
#BBB9B4
(187,185,180)
#CAC8C5
(202,200,197)
#D9D7D6
(217,215,214)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52503D; }

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

This text font color is #52503D.


Background Color

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

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

This div background color is #52503D.


Border color

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

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

This div border color is #52503D.


Opacity

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

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

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

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

This text has shadow with #52503D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52503D on black background.


Color preview on white background

This text has color #52503D on white background.



Black color preview on #52503D background

This text has black color on #52503D background.


White color preview on #52503D background

This text has white color on #52503D background.