COLOR #00895A

HEX: #00895A
RGB: (0,137,90)

Color info

#00895A contains only green and blue colors. Web safe color of #00895A is #009966 (or #096).

RGB color model

#00895A color RGB value is (0,137,90).

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

RGB channels and saturation

R 0 of 255 = 0%
G 137 of 255 = 54%
B 90 of 255 = 35%

0
137
90

R + G + B ~ 30%. #00895A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 137 + 90 = 227 (100%)
R 0 of 227 ~ 0%
G 137 of 227 ~ 60.35%
B 90 of 227 ~ 39.65%

%60.35
%39.65

CMYK color model

#00895A color CMYK value is (100,0,34,46).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(100,0,34,46)
C100M0Y34K46 
(100%,0%,34%,46%)
(1.00/0.00/0.34/0.46)	

CMYK percentages

%100
%0
%34.31
%46.27

Codes

Color #00895A in popluar color models

00895A
RGB013790
HSL159°100.00%26.86%
HSB/HSV159°100.00%53.73%
CMYK100.00%0.00%34.31%
46.27%

Color #00895A in popluar number systems.

HEX00895A
Decimal013790
Binary0100010011011010
Octal0211132

Shades and tints

Shades of #00895A

#00895A
(0,137,90)
#007D52
(0,125,82)
#00714A
(0,113,74)
#006542
(0,101,66)
#00593A
(0,89,58)
#004D32
(0,77,50)
#00412A
(0,65,42)
#003522
(0,53,34)
#00291A
(0,41,26)
#001D12
(0,29,18)
#00110A
(0,17,10)
#000000
(0,0,0)

Tints of #00895A

#00895A
(0,137,90)
#179369
(23,147,105)
#2E9D78
(46,157,120)
#45A787
(69,167,135)
#5CB196
(92,177,150)
#73BBA5
(115,187,165)
#8AC5B4
(138,197,180)
#A1CFC3
(161,207,195)
#B8D9D2
(184,217,210)
#CFE3E1
(207,227,225)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00895A color. Also use rgb(0,137,90) instead hex code.

Text Font Color

.myTextColor { color: #00895A; }

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

This text font color is #00895A.


Background Color

.myBgColor { background-color: #00895A; }

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

This div background color is #00895A.


Border color

.myBorderColor { border: 1px solid #00895A; }

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

This div border color is #00895A.


Opacity

.myOpacity80 { color: #00895A; opacity: 0.8; }

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

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

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

This text has shadow with #00895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00895A on black background.


Color preview on white background

This text has color #00895A on white background.



Black color preview on #00895A background

This text has black color on #00895A background.


White color preview on #00895A background

This text has white color on #00895A background.