COLOR #08583B

HEX: #08583B
RGB: (8,88,59)

Color info

#08583B contains mainly green and blue colors. Web safe color of #08583B is #006633 (or #063).

RGB color model

#08583B color RGB value is (8,88,59).

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

RGB channels and saturation

R 8 of 255 = 3%
G 88 of 255 = 35%
B 59 of 255 = 23%

8
88
59

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

Portions of RGB colors in percentages

R + G + B =
8 + 88 + 59 = 155 (100%)
R 8 of 155 ~ 5.16%
G 88 of 155 ~ 56.77%
B 59 of 155 ~ 38.06%

%56.77
%38.06

CMYK color model

#08583B color CMYK value is (91,0,33,65).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 65.49%
CMYK:
(91,0,33,65)
C91M0Y33K65 
(91%,0%,33%,65%)
(0.91/0.00/0.33/0.65)	

CMYK percentages

%90.91
%0
%32.95
%65.49

Codes

Color #08583B in popluar color models

08583B
RGB88859
HSL158°83.33%18.82%
HSB/HSV158°90.91%34.51%
CMYK90.91%0.00%32.95%
65.49%

Color #08583B in popluar number systems.

HEX08583B
Decimal88859
Binary10001011000111011
Octal1013073

Shades and tints

Shades of #08583B

#08583B
(8,88,59)
#085036
(8,80,54)
#084831
(8,72,49)
#08402C
(8,64,44)
#083827
(8,56,39)
#083022
(8,48,34)
#08281D
(8,40,29)
#082018
(8,32,24)
#081813
(8,24,19)
#08100E
(8,16,14)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #08583B

#08583B
(8,88,59)
#1E674C
(30,103,76)
#34765D
(52,118,93)
#4A856E
(74,133,110)
#60947F
(96,148,127)
#76A390
(118,163,144)
#8CB2A1
(140,178,161)
#A2C1B2
(162,193,178)
#B8D0C3
(184,208,195)
#CEDFD4
(206,223,212)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08583B; }

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

This text font color is #08583B.


Background Color

.myBgColor { background-color: #08583B; }

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

This div background color is #08583B.


Border color

.myBorderColor { border: 1px solid #08583B; }

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

This div border color is #08583B.


Opacity

.myOpacity80 { color: #08583B; opacity: 0.8; }

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

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

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

This text has shadow with #08583B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08583B on black background.


Color preview on white background

This text has color #08583B on white background.



Black color preview on #08583B background

This text has black color on #08583B background.


White color preview on #08583B background

This text has white color on #08583B background.