COLOR #52483D

HEX: #52483D
RGB: (82,72,61)

Color info

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

RGB color model

#52483D color RGB value is (82,72,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 61 of 255 = 24%

82
72
61

R + G + B ~ 28%. #52483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 61 = 215 (100%)
R 82 of 215 ~ 38.14%
G 72 of 215 ~ 33.49%
B 61 of 215 ~ 28.37%

%38.14
%33.49
%28.37

CMYK color model

#52483D color CMYK value is (0,12,26,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,12,26,68)
C0M12Y26K68 
(0%,12%,26%,68%)
(0.00/0.12/0.26/0.68)	

CMYK percentages

%0
%12.2
%25.61
%67.84

Codes

Color #52483D in popluar color models

52483D
RGB827261
HSL31°14.69%28.04%
HSB/HSV31°25.61%32.16%
CMYK0.00%12.20%25.61%
67.84%

Color #52483D in popluar number systems.

HEX52483D
Decimal827261
Binary10100101001000111101
Octal12211075

Shades and tints

Shades of #52483D

#52483D
(82,72,61)
#4B4238
(75,66,56)
#443C33
(68,60,51)
#3D362E
(61,54,46)
#363029
(54,48,41)
#2F2A24
(47,42,36)
#28241F
(40,36,31)
#211E1A
(33,30,26)
#1A1815
(26,24,21)
#131210
(19,18,16)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #52483D

#52483D
(82,72,61)
#61584E
(97,88,78)
#70685F
(112,104,95)
#7F7870
(127,120,112)
#8E8881
(142,136,129)
#9D9892
(157,152,146)
#ACA8A3
(172,168,163)
#BBB8B4
(187,184,180)
#CAC8C5
(202,200,197)
#D9D8D6
(217,216,214)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52483D; }

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

This text font color is #52483D.


Background Color

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

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

This div background color is #52483D.


Border color

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

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

This div border color is #52483D.


Opacity

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

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

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

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

This text has shadow with #52483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52483D on black background.


Color preview on white background

This text has color #52483D on white background.



Black color preview on #52483D background

This text has black color on #52483D background.


White color preview on #52483D background

This text has white color on #52483D background.