COLOR #006157

HEX: #006157
RGB: (0,97,87)

Color info

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

RGB color model

#006157 color RGB value is (0,97,87).

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

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 87 of 255 = 34%

0
97
87

R + G + B ~ 24%. #006157 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 87 = 184 (100%)
R 0 of 184 ~ 0%
G 97 of 184 ~ 52.72%
B 87 of 184 ~ 47.28%

%52.72
%47.28

CMYK color model

#006157 color CMYK value is (100,0,10,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(100,0,10,62)
C100M0Y10K62 
(100%,0%,10%,62%)
(1.00/0.00/0.10/0.62)	

CMYK percentages

%100
%0
%10.31
%61.96

Codes

Color #006157 in popluar color models

006157
RGB09787
HSL174°100.00%19.02%
HSB/HSV174°100.00%38.04%
CMYK100.00%0.00%10.31%
61.96%

Color #006157 in popluar number systems.

HEX006157
Decimal09787
Binary011000011010111
Octal0141127

Shades and tints

Shades of #006157

#006157
(0,97,87)
#005950
(0,89,80)
#005149
(0,81,73)
#004942
(0,73,66)
#00413B
(0,65,59)
#003934
(0,57,52)
#00312D
(0,49,45)
#002926
(0,41,38)
#00211F
(0,33,31)
#001918
(0,25,24)
#001111
(0,17,17)
#000000
(0,0,0)

Tints of #006157

#006157
(0,97,87)
#176F66
(23,111,102)
#2E7D75
(46,125,117)
#458B84
(69,139,132)
#5C9993
(92,153,147)
#73A7A2
(115,167,162)
#8AB5B1
(138,181,177)
#A1C3C0
(161,195,192)
#B8D1CF
(184,209,207)
#CFDFDE
(207,223,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006157; }

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

This text font color is #006157.


Background Color

.myBgColor { background-color: #006157; }

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

This div background color is #006157.


Border color

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

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

This div border color is #006157.


Opacity

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

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

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

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

This text has shadow with #006157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006157 on black background.


Color preview on white background

This text has color #006157 on white background.



Black color preview on #006157 background

This text has black color on #006157 background.


White color preview on #006157 background

This text has white color on #006157 background.