COLOR #583A0F

HEX: #583A0F
RGB: (88,58,15)

Color info

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

RGB color model

#583A0F color RGB value is (88,58,15).

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

RGB channels and saturation

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

88
58
15

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

Portions of RGB colors in percentages

R + G + B =
88 + 58 + 15 = 161 (100%)
R 88 of 161 ~ 54.66%
G 58 of 161 ~ 36.02%
B 15 of 161 ~ 9.32%

%54.66
%36.02

CMYK color model

#583A0F color CMYK value is (0,34,83,65).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,34,83,65)
C0M34Y83K65 
(0%,34%,83%,65%)
(0.00/0.34/0.83/0.65)	

CMYK percentages

%0
%34.09
%82.95
%65.49

Codes

Color #583A0F in popluar color models

583A0F
RGB885815
HSL35°70.87%20.20%
HSB/HSV35°82.95%34.51%
CMYK0.00%34.09%82.95%
65.49%

Color #583A0F in popluar number systems.

HEX583A0F
Decimal885815
Binary10110001110101111
Octal1307217

Shades and tints

Shades of #583A0F

#583A0F
(88,58,15)
#50350E
(80,53,14)
#48300D
(72,48,13)
#402B0C
(64,43,12)
#38260B
(56,38,11)
#30210A
(48,33,10)
#281C09
(40,28,9)
#201708
(32,23,8)
#181207
(24,18,7)
#100D06
(16,13,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #583A0F

#583A0F
(88,58,15)
#674B24
(103,75,36)
#765C39
(118,92,57)
#856D4E
(133,109,78)
#947E63
(148,126,99)
#A38F78
(163,143,120)
#B2A08D
(178,160,141)
#C1B1A2
(193,177,162)
#D0C2B7
(208,194,183)
#DFD3CC
(223,211,204)
#EEE4E1
(238,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583A0F; }

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

This text font color is #583A0F.


Background Color

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

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

This div background color is #583A0F.


Border color

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

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

This div border color is #583A0F.


Opacity

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

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

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

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

This text has shadow with #583A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A0F on black background.


Color preview on white background

This text has color #583A0F on white background.



Black color preview on #583A0F background

This text has black color on #583A0F background.


White color preview on #583A0F background

This text has white color on #583A0F background.