COLOR #52583D

HEX: #52583D
RGB: (82,88,61)

Color info

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

RGB color model

#52583D color RGB value is (82,88,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 61 of 255 = 24%

82
88
61

R + G + B ~ 30%. #52583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 61 = 231 (100%)
R 82 of 231 ~ 35.5%
G 88 of 231 ~ 38.1%
B 61 of 231 ~ 26.41%

%35.5
%38.1
%26.41

CMYK color model

#52583D color CMYK value is (7,0,31,65).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(7,0,31,65)
C7M0Y31K65 
(7%,0%,31%,65%)
(0.07/0.00/0.31/0.65)	

CMYK percentages

%6.82
%0
%30.68
%65.49

Codes

Color #52583D in popluar color models

52583D
RGB828861
HSL73°18.12%29.22%
HSB/HSV73°30.68%34.51%
CMYK6.82%0.00%30.68%
65.49%

Color #52583D in popluar number systems.

HEX52583D
Decimal828861
Binary10100101011000111101
Octal12213075

Shades and tints

Shades of #52583D

#52583D
(82,88,61)
#4B5038
(75,80,56)
#444833
(68,72,51)
#3D402E
(61,64,46)
#363829
(54,56,41)
#2F3024
(47,48,36)
#28281F
(40,40,31)
#21201A
(33,32,26)
#1A1815
(26,24,21)
#131010
(19,16,16)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #52583D

#52583D
(82,88,61)
#61674E
(97,103,78)
#70765F
(112,118,95)
#7F8570
(127,133,112)
#8E9481
(142,148,129)
#9DA392
(157,163,146)
#ACB2A3
(172,178,163)
#BBC1B4
(187,193,180)
#CAD0C5
(202,208,197)
#D9DFD6
(217,223,214)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52583D; }

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

This text font color is #52583D.


Background Color

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

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

This div background color is #52583D.


Border color

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

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

This div border color is #52583D.


Opacity

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

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

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

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

This text has shadow with #52583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52583D on black background.


Color preview on white background

This text has color #52583D on white background.



Black color preview on #52583D background

This text has black color on #52583D background.


White color preview on #52583D background

This text has white color on #52583D background.