COLOR #583A06

HEX: #583A06
RGB: (88,58,6)

Color info

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

RGB color model

#583A06 color RGB value is (88,58,6).

  • red value is 88;
  • green value is 58;
  • blue value is 6.
RGB:
(88,58,6)
(35%,23%,2%)

RGB channels and saturation

R 88 of 255 = 35%
G 58 of 255 = 23%
B 6 of 255 = 2%

88
58
6

R + G + B ~ 20%. #583A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 58 + 6 = 152 (100%)
R 88 of 152 ~ 57.89%
G 58 of 152 ~ 38.16%
B 6 of 152 ~ 3.95%

%57.89
%38.16

CMYK color model

#583A06 color CMYK value is (0,34,93,65).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 93.18%
  • key color value is 65.49%
CMYK:
(0,34,93,65)
C0M34Y93K65 
(0%,34%,93%,65%)
(0.00/0.34/0.93/0.65)	

CMYK percentages

%0
%34.09
%93.18
%65.49

Codes

Color #583A06 in popluar color models

583A06
RGB88586
HSL38°87.23%18.43%
HSB/HSV38°93.18%34.51%
CMYK0.00%34.09%93.18%
65.49%

Color #583A06 in popluar number systems.

HEX583A06
Decimal88586
Binary1011000111010110
Octal130726

Shades and tints

Shades of #583A06

#583A06
(88,58,6)
#503506
(80,53,6)
#483006
(72,48,6)
#402B06
(64,43,6)
#382606
(56,38,6)
#302106
(48,33,6)
#281C06
(40,28,6)
#201706
(32,23,6)
#181206
(24,18,6)
#100D06
(16,13,6)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #583A06

#583A06
(88,58,6)
#674B1C
(103,75,28)
#765C32
(118,92,50)
#856D48
(133,109,72)
#947E5E
(148,126,94)
#A38F74
(163,143,116)
#B2A08A
(178,160,138)
#C1B1A0
(193,177,160)
#D0C2B6
(208,194,182)
#DFD3CC
(223,211,204)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583A06 color. Also use rgb(88,58,6) instead hex code.

Text Font Color

.myTextColor { color: #583A06; }

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

This text font color is #583A06.


Background Color

.myBgColor { background-color: #583A06; }

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

This div background color is #583A06.


Border color

.myBorderColor { border: 1px solid #583A06; }

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

This div border color is #583A06.


Opacity

.myOpacity80 { color: #583A06; opacity: 0.8; }

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

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

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

This text has shadow with #583A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A06 on black background.


Color preview on white background

This text has color #583A06 on white background.



Black color preview on #583A06 background

This text has black color on #583A06 background.


White color preview on #583A06 background

This text has white color on #583A06 background.