COLOR #583F0A

HEX: #583F0A
RGB: (88,63,10)

Color info

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

RGB color model

#583F0A color RGB value is (88,63,10).

  • red value is 88;
  • green value is 63;
  • blue value is 10.
RGB:
(88,63,10)
(35%,25%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 63 of 255 = 25%
B 10 of 255 = 4%

88
63
10

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

Portions of RGB colors in percentages

R + G + B =
88 + 63 + 10 = 161 (100%)
R 88 of 161 ~ 54.66%
G 63 of 161 ~ 39.13%
B 10 of 161 ~ 6.21%

%54.66
%39.13

CMYK color model

#583F0A color CMYK value is (0,28,89,65).

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 88.64%
  • key color value is 65.49%
CMYK:
(0,28,89,65)
C0M28Y89K65 
(0%,28%,89%,65%)
(0.00/0.28/0.89/0.65)	

CMYK percentages

%0
%28.41
%88.64
%65.49

Codes

Color #583F0A in popluar color models

583F0A
RGB886310
HSL41°79.59%19.22%
HSB/HSV41°88.64%34.51%
CMYK0.00%28.41%88.64%
65.49%

Color #583F0A in popluar number systems.

HEX583F0A
Decimal886310
Binary10110001111111010
Octal1307712

Shades and tints

Shades of #583F0A

#583F0A
(88,63,10)
#503A0A
(80,58,10)
#48350A
(72,53,10)
#40300A
(64,48,10)
#382B0A
(56,43,10)
#30260A
(48,38,10)
#28210A
(40,33,10)
#201C0A
(32,28,10)
#18170A
(24,23,10)
#10120A
(16,18,10)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #583F0A

#583F0A
(88,63,10)
#675020
(103,80,32)
#766136
(118,97,54)
#85724C
(133,114,76)
#948362
(148,131,98)
#A39478
(163,148,120)
#B2A58E
(178,165,142)
#C1B6A4
(193,182,164)
#D0C7BA
(208,199,186)
#DFD8D0
(223,216,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583F0A color. Also use rgb(88,63,10) instead hex code.

Text Font Color

.myTextColor { color: #583F0A; }

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

This text font color is #583F0A.


Background Color

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

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

This div background color is #583F0A.


Border color

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

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

This div border color is #583F0A.


Opacity

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

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

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

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

This text has shadow with #583F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583F0A on black background.


Color preview on white background

This text has color #583F0A on white background.



Black color preview on #583F0A background

This text has black color on #583F0A background.


White color preview on #583F0A background

This text has white color on #583F0A background.