COLOR #583008

HEX: #583008
RGB: (88,48,8)

Color info

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

RGB color model

#583008 color RGB value is (88,48,8).

  • red value is 88;
  • green value is 48;
  • blue value is 8.
RGB:
(88,48,8)
(35%,19%,3%)

RGB channels and saturation

R 88 of 255 = 35%
G 48 of 255 = 19%
B 8 of 255 = 3%

88
48
8

R + G + B ~ 19%. #583008 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 48 + 8 = 144 (100%)
R 88 of 144 ~ 61.11%
G 48 of 144 ~ 33.33%
B 8 of 144 ~ 5.56%

%61.11
%33.33

CMYK color model

#583008 color CMYK value is (0,45,91,65).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 90.91%
  • key color value is 65.49%
CMYK:
(0,45,91,65)
C0M45Y91K65 
(0%,45%,91%,65%)
(0.00/0.45/0.91/0.65)	

CMYK percentages

%0
%45.45
%90.91
%65.49

Codes

Color #583008 in popluar color models

583008
RGB88488
HSL30°83.33%18.82%
HSB/HSV30°90.91%34.51%
CMYK0.00%45.45%90.91%
65.49%

Color #583008 in popluar number systems.

HEX583008
Decimal88488
Binary10110001100001000
Octal1306010

Shades and tints

Shades of #583008

#583008
(88,48,8)
#502C08
(80,44,8)
#482808
(72,40,8)
#402408
(64,36,8)
#382008
(56,32,8)
#301C08
(48,28,8)
#281808
(40,24,8)
#201408
(32,20,8)
#181008
(24,16,8)
#100C08
(16,12,8)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #583008

#583008
(88,48,8)
#67421E
(103,66,30)
#765434
(118,84,52)
#85664A
(133,102,74)
#947860
(148,120,96)
#A38A76
(163,138,118)
#B29C8C
(178,156,140)
#C1AEA2
(193,174,162)
#D0C0B8
(208,192,184)
#DFD2CE
(223,210,206)
#EEE4E4
(238,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583008 color. Also use rgb(88,48,8) instead hex code.

Text Font Color

.myTextColor { color: #583008; }

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

This text font color is #583008.


Background Color

.myBgColor { background-color: #583008; }

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

This div background color is #583008.


Border color

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

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

This div border color is #583008.


Opacity

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

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

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

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

This text has shadow with #583008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583008 on black background.


Color preview on white background

This text has color #583008 on white background.



Black color preview on #583008 background

This text has black color on #583008 background.


White color preview on #583008 background

This text has white color on #583008 background.