COLOR #005742

HEX: #005742
RGB: (0,87,66)

Color info

#005742 contains only green and blue colors. Web safe color of #005742 is #006633 (or #063).

RGB color model

#005742 color RGB value is (0,87,66).

  • red value is 0;
  • green value is 87;
  • blue value is 66.
RGB:
(0,87,66)
(0%,34%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 66 of 255 = 26%

0
87
66

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

Portions of RGB colors in percentages

R + G + B =
0 + 87 + 66 = 153 (100%)
R 0 of 153 ~ 0%
G 87 of 153 ~ 56.86%
B 66 of 153 ~ 43.14%

%56.86
%43.14

CMYK color model

#005742 color CMYK value is (100,0,24,66).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 65.88%
CMYK:
(100,0,24,66)
C100M0Y24K66 
(100%,0%,24%,66%)
(1.00/0.00/0.24/0.66)	

CMYK percentages

%100
%0
%24.14
%65.88

Codes

Color #005742 in popluar color models

005742
RGB08766
HSL166°100.00%17.06%
HSB/HSV166°100.00%34.12%
CMYK100.00%0.00%24.14%
65.88%

Color #005742 in popluar number systems.

HEX005742
Decimal08766
Binary010101111000010
Octal0127102

Shades and tints

Shades of #005742

#005742
(0,87,66)
#00503C
(0,80,60)
#004936
(0,73,54)
#004230
(0,66,48)
#003B2A
(0,59,42)
#003424
(0,52,36)
#002D1E
(0,45,30)
#002618
(0,38,24)
#001F12
(0,31,18)
#00180C
(0,24,12)
#001106
(0,17,6)
#000000
(0,0,0)

Tints of #005742

#005742
(0,87,66)
#176653
(23,102,83)
#2E7564
(46,117,100)
#458475
(69,132,117)
#5C9386
(92,147,134)
#73A297
(115,162,151)
#8AB1A8
(138,177,168)
#A1C0B9
(161,192,185)
#B8CFCA
(184,207,202)
#CFDEDB
(207,222,219)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005742; }

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

This text font color is #005742.


Background Color

.myBgColor { background-color: #005742; }

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

This div background color is #005742.


Border color

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

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

This div border color is #005742.


Opacity

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

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

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

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

This text has shadow with #005742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005742 on black background.


Color preview on white background

This text has color #005742 on white background.



Black color preview on #005742 background

This text has black color on #005742 background.


White color preview on #005742 background

This text has white color on #005742 background.