COLOR #583A0D

HEX: #583A0D
RGB: (88,58,13)

Color info

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

RGB color model

#583A0D color RGB value is (88,58,13).

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

RGB channels and saturation

R 88 of 255 = 35%
G 58 of 255 = 23%
B 13 of 255 = 5%

88
58
13

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

Portions of RGB colors in percentages

R + G + B =
88 + 58 + 13 = 159 (100%)
R 88 of 159 ~ 55.35%
G 58 of 159 ~ 36.48%
B 13 of 159 ~ 8.18%

%55.35
%36.48

CMYK color model

#583A0D color CMYK value is (0,34,85,65).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 85.23%
  • key color value is 65.49%
CMYK:
(0,34,85,65)
C0M34Y85K65 
(0%,34%,85%,65%)
(0.00/0.34/0.85/0.65)	

CMYK percentages

%0
%34.09
%85.23
%65.49

Codes

Color #583A0D in popluar color models

583A0D
RGB885813
HSL36°74.26%19.80%
HSB/HSV36°85.23%34.51%
CMYK0.00%34.09%85.23%
65.49%

Color #583A0D in popluar number systems.

HEX583A0D
Decimal885813
Binary10110001110101101
Octal1307215

Shades and tints

Shades of #583A0D

#583A0D
(88,58,13)
#50350C
(80,53,12)
#48300B
(72,48,11)
#402B0A
(64,43,10)
#382609
(56,38,9)
#302108
(48,33,8)
#281C07
(40,28,7)
#201706
(32,23,6)
#181205
(24,18,5)
#100D04
(16,13,4)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #583A0D

#583A0D
(88,58,13)
#674B23
(103,75,35)
#765C39
(118,92,57)
#856D4F
(133,109,79)
#947E65
(148,126,101)
#A38F7B
(163,143,123)
#B2A091
(178,160,145)
#C1B1A7
(193,177,167)
#D0C2BD
(208,194,189)
#DFD3D3
(223,211,211)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583A0D; }

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

This text font color is #583A0D.


Background Color

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

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

This div background color is #583A0D.


Border color

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

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

This div border color is #583A0D.


Opacity

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

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

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

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

This text has shadow with #583A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583A0D on black background.


Color preview on white background

This text has color #583A0D on white background.



Black color preview on #583A0D background

This text has black color on #583A0D background.


White color preview on #583A0D background

This text has white color on #583A0D background.