COLOR #583420

HEX: #583420
RGB: (88,52,32)

Color info

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

RGB color model

#583420 color RGB value is (88,52,32).

  • red value is 88;
  • green value is 52;
  • blue value is 32.
RGB:
(88,52,32)
(35%,20%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 32 of 255 = 13%

88
52
32

R + G + B ~ 23%. #583420 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 32 = 172 (100%)
R 88 of 172 ~ 51.16%
G 52 of 172 ~ 30.23%
B 32 of 172 ~ 18.6%

%51.16
%30.23
%18.6

CMYK color model

#583420 color CMYK value is (0,41,64,65).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,41,64,65)
C0M41Y64K65 
(0%,41%,64%,65%)
(0.00/0.41/0.64/0.65)	

CMYK percentages

%0
%40.91
%63.64
%65.49

Codes

Color #583420 in popluar color models

583420
RGB885232
HSL21°46.67%23.53%
HSB/HSV21°63.64%34.51%
CMYK0.00%40.91%63.64%
65.49%

Color #583420 in popluar number systems.

HEX583420
Decimal885232
Binary1011000110100100000
Octal1306440

Shades and tints

Shades of #583420

#583420
(88,52,32)
#50301E
(80,48,30)
#482C1C
(72,44,28)
#40281A
(64,40,26)
#382418
(56,36,24)
#302016
(48,32,22)
#281C14
(40,28,20)
#201812
(32,24,18)
#181410
(24,20,16)
#10100E
(16,16,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #583420

#583420
(88,52,32)
#674634
(103,70,52)
#765848
(118,88,72)
#856A5C
(133,106,92)
#947C70
(148,124,112)
#A38E84
(163,142,132)
#B2A098
(178,160,152)
#C1B2AC
(193,178,172)
#D0C4C0
(208,196,192)
#DFD6D4
(223,214,212)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583420 color. Also use rgb(88,52,32) instead hex code.

Text Font Color

.myTextColor { color: #583420; }

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

This text font color is #583420.


Background Color

.myBgColor { background-color: #583420; }

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

This div background color is #583420.


Border color

.myBorderColor { border: 1px solid #583420; }

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

This div border color is #583420.


Opacity

.myOpacity80 { color: #583420; opacity: 0.8; }

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

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

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

This text has shadow with #583420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583420 on black background.


Color preview on white background

This text has color #583420 on white background.



Black color preview on #583420 background

This text has black color on #583420 background.


White color preview on #583420 background

This text has white color on #583420 background.