COLOR #53582A

HEX: #53582A
RGB: (83,88,42)

Color info

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

RGB color model

#53582A color RGB value is (83,88,42).

  • red value is 83;
  • green value is 88;
  • blue value is 42.
RGB:
(83,88,42)
(33%,35%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 42 of 255 = 16%

83
88
42

R + G + B ~ 28%. #53582A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 42 = 213 (100%)
R 83 of 213 ~ 38.97%
G 88 of 213 ~ 41.31%
B 42 of 213 ~ 19.72%

%38.97
%41.31
%19.72

CMYK color model

#53582A color CMYK value is (6,0,52,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(6,0,52,65)
C6M0Y52K65 
(6%,0%,52%,65%)
(0.06/0.00/0.52/0.65)	

CMYK percentages

%5.68
%0
%52.27
%65.49

Codes

Color #53582A in popluar color models

53582A
RGB838842
HSL67°35.38%25.49%
HSB/HSV67°52.27%34.51%
CMYK5.68%0.00%52.27%
65.49%

Color #53582A in popluar number systems.

HEX53582A
Decimal838842
Binary10100111011000101010
Octal12313052

Shades and tints

Shades of #53582A

#53582A
(83,88,42)
#4C5027
(76,80,39)
#454824
(69,72,36)
#3E4021
(62,64,33)
#37381E
(55,56,30)
#30301B
(48,48,27)
#292818
(41,40,24)
#222015
(34,32,21)
#1B1812
(27,24,18)
#14100F
(20,16,15)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #53582A

#53582A
(83,88,42)
#62673D
(98,103,61)
#717650
(113,118,80)
#808563
(128,133,99)
#8F9476
(143,148,118)
#9EA389
(158,163,137)
#ADB29C
(173,178,156)
#BCC1AF
(188,193,175)
#CBD0C2
(203,208,194)
#DADFD5
(218,223,213)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53582A color. Also use rgb(83,88,42) instead hex code.

Text Font Color

.myTextColor { color: #53582A; }

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

This text font color is #53582A.


Background Color

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

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

This div background color is #53582A.


Border color

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

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

This div border color is #53582A.


Opacity

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

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

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

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

This text has shadow with #53582A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53582A on black background.


Color preview on white background

This text has color #53582A on white background.



Black color preview on #53582A background

This text has black color on #53582A background.


White color preview on #53582A background

This text has white color on #53582A background.