COLOR #005858

HEX: #005858
RGB: (0,88,88)

Color info

#005858 contains only green and blue colors. Web safe color of #005858 is #006666 (or #066).

RGB color model

#005858 color RGB value is (0,88,88).

  • red value is 0;
  • green value is 88;
  • blue value is 88.
RGB:
(0,88,88)
(0%,35%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 88 of 255 = 35%

0
88
88

R + G + B ~ 23%. #005858 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 88 = 176 (100%)
R 0 of 176 ~ 0%
G 88 of 176 ~ 50%
B 88 of 176 ~ 50%

%50
%50

CMYK color model

#005858 color CMYK value is (100,0,0,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,0,0,65)
C100M0Y0K65 
(100%,0%,0%,65%)
(1.00/0.00/0.00/0.65)	

CMYK percentages

%100
%0
%0
%65.49

Codes

Color #005858 in popluar color models

005858
RGB08888
HSL180°100.00%17.25%
HSB/HSV180°100.00%34.51%
CMYK100.00%0.00%0.00%
65.49%

Color #005858 in popluar number systems.

HEX005858
Decimal08888
Binary010110001011000
Octal0130130

Shades and tints

Shades of #005858

#005858
(0,88,88)
#005050
(0,80,80)
#004848
(0,72,72)
#004040
(0,64,64)
#003838
(0,56,56)
#003030
(0,48,48)
#002828
(0,40,40)
#002020
(0,32,32)
#001818
(0,24,24)
#001010
(0,16,16)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #005858

#005858
(0,88,88)
#176767
(23,103,103)
#2E7676
(46,118,118)
#458585
(69,133,133)
#5C9494
(92,148,148)
#73A3A3
(115,163,163)
#8AB2B2
(138,178,178)
#A1C1C1
(161,193,193)
#B8D0D0
(184,208,208)
#CFDFDF
(207,223,223)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005858; }

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

This text font color is #005858.


Background Color

.myBgColor { background-color: #005858; }

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

This div background color is #005858.


Border color

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

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

This div border color is #005858.


Opacity

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

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

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

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

This text has shadow with #005858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005858 on black background.


Color preview on white background

This text has color #005858 on white background.



Black color preview on #005858 background

This text has black color on #005858 background.


White color preview on #005858 background

This text has white color on #005858 background.