COLOR #583211

HEX: #583211
RGB: (88,50,17)

Color info

#583211 contains mainly red and green colors. Web safe color of #583211 is #663300 (or #630).

RGB color model

#583211 color RGB value is (88,50,17).

  • red value is 88;
  • green value is 50;
  • blue value is 17.
RGB:
(88,50,17)
(35%,20%,7%)

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 17 of 255 = 7%

88
50
17

R + G + B ~ 21%. #583211 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 17 = 155 (100%)
R 88 of 155 ~ 56.77%
G 50 of 155 ~ 32.26%
B 17 of 155 ~ 10.97%

%56.77
%32.26
%10.97

CMYK color model

#583211 color CMYK value is (0,43,81,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 80.68%
  • key color value is 65.49%
CMYK:
(0,43,81,65)
C0M43Y81K65 
(0%,43%,81%,65%)
(0.00/0.43/0.81/0.65)	

CMYK percentages

%0
%43.18
%80.68
%65.49

Codes

Color #583211 in popluar color models

583211
RGB885017
HSL28°67.62%20.59%
HSB/HSV28°80.68%34.51%
CMYK0.00%43.18%80.68%
65.49%

Color #583211 in popluar number systems.

HEX583211
Decimal885017
Binary101100011001010001
Octal1306221

Shades and tints

Shades of #583211

#583211
(88,50,17)
#502E10
(80,46,16)
#482A0F
(72,42,15)
#40260E
(64,38,14)
#38220D
(56,34,13)
#301E0C
(48,30,12)
#281A0B
(40,26,11)
#20160A
(32,22,10)
#181209
(24,18,9)
#100E08
(16,14,8)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #583211

#583211
(88,50,17)
#674426
(103,68,38)
#76563B
(118,86,59)
#856850
(133,104,80)
#947A65
(148,122,101)
#A38C7A
(163,140,122)
#B29E8F
(178,158,143)
#C1B0A4
(193,176,164)
#D0C2B9
(208,194,185)
#DFD4CE
(223,212,206)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583211 color. Also use rgb(88,50,17) instead hex code.

Text Font Color

.myTextColor { color: #583211; }

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

This text font color is #583211.


Background Color

.myBgColor { background-color: #583211; }

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

This div background color is #583211.


Border color

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

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

This div border color is #583211.


Opacity

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

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

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

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

This text has shadow with #583211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583211 on black background.


Color preview on white background

This text has color #583211 on white background.



Black color preview on #583211 background

This text has black color on #583211 background.


White color preview on #583211 background

This text has white color on #583211 background.