COLOR #088F59

HEX: #088F59
RGB: (8,143,89)

Color info

#088F59 contains mainly green and blue colors. Web safe color of #088F59 is #009966 (or #096).

RGB color model

#088F59 color RGB value is (8,143,89).

  • red value is 8;
  • green value is 143;
  • blue value is 89.
RGB:
(8,143,89)
(3%,56%,35%)

RGB channels and saturation

R 8 of 255 = 3%
G 143 of 255 = 56%
B 89 of 255 = 35%

8
143
89

R + G + B ~ 31%. #088F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 143 + 89 = 240 (100%)
R 8 of 240 ~ 3.33%
G 143 of 240 ~ 59.58%
B 89 of 240 ~ 37.08%

%59.58
%37.08

CMYK color model

#088F59 color CMYK value is (94,0,38,44).

  • cyan value is 94.41%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 43.92%
CMYK:
(94,0,38,44)
C94M0Y38K44 
(94%,0%,38%,44%)
(0.94/0.00/0.38/0.44)	

CMYK percentages

%94.41
%0
%37.76
%43.92

Codes

Color #088F59 in popluar color models

088F59
RGB814389
HSL156°89.40%29.61%
HSB/HSV156°94.41%56.08%
CMYK94.41%0.00%37.76%
43.92%

Color #088F59 in popluar number systems.

HEX088F59
Decimal814389
Binary1000100011111011001
Octal10217131

Shades and tints

Shades of #088F59

#088F59
(8,143,89)
#088251
(8,130,81)
#087549
(8,117,73)
#086841
(8,104,65)
#085B39
(8,91,57)
#084E31
(8,78,49)
#084129
(8,65,41)
#083421
(8,52,33)
#082719
(8,39,25)
#081A11
(8,26,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #088F59

#088F59
(8,143,89)
#1E9968
(30,153,104)
#34A377
(52,163,119)
#4AAD86
(74,173,134)
#60B795
(96,183,149)
#76C1A4
(118,193,164)
#8CCBB3
(140,203,179)
#A2D5C2
(162,213,194)
#B8DFD1
(184,223,209)
#CEE9E0
(206,233,224)
#E4F3EF
(228,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088F59 color. Also use rgb(8,143,89) instead hex code.

Text Font Color

.myTextColor { color: #088F59; }

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

This text font color is #088F59.


Background Color

.myBgColor { background-color: #088F59; }

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

This div background color is #088F59.


Border color

.myBorderColor { border: 1px solid #088F59; }

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

This div border color is #088F59.


Opacity

.myOpacity80 { color: #088F59; opacity: 0.8; }

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

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

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

This text has shadow with #088F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088F59 on black background.


Color preview on white background

This text has color #088F59 on white background.



Black color preview on #088F59 background

This text has black color on #088F59 background.


White color preview on #088F59 background

This text has white color on #088F59 background.