COLOR #088C5F

HEX: #088C5F
RGB: (8,140,95)

Color info

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

RGB color model

#088C5F color RGB value is (8,140,95).

  • red value is 8;
  • green value is 140;
  • blue value is 95.
RGB:
(8,140,95)
(3%,55%,37%)

RGB channels and saturation

R 8 of 255 = 3%
G 140 of 255 = 55%
B 95 of 255 = 37%

8
140
95

R + G + B ~ 32%. #088C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 140 + 95 = 243 (100%)
R 8 of 243 ~ 3.29%
G 140 of 243 ~ 57.61%
B 95 of 243 ~ 39.09%

%57.61
%39.09

CMYK color model

#088C5F color CMYK value is (94,0,32,45).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 45.10%
CMYK:
(94,0,32,45)
C94M0Y32K45 
(94%,0%,32%,45%)
(0.94/0.00/0.32/0.45)	

CMYK percentages

%94.29
%0
%32.14
%45.1

Codes

Color #088C5F in popluar color models

088C5F
RGB814095
HSL160°89.19%29.02%
HSB/HSV160°94.29%54.90%
CMYK94.29%0.00%32.14%
45.10%

Color #088C5F in popluar number systems.

HEX088C5F
Decimal814095
Binary1000100011001011111
Octal10214137

Shades and tints

Shades of #088C5F

#088C5F
(8,140,95)
#088057
(8,128,87)
#08744F
(8,116,79)
#086847
(8,104,71)
#085C3F
(8,92,63)
#085037
(8,80,55)
#08442F
(8,68,47)
#083827
(8,56,39)
#082C1F
(8,44,31)
#082017
(8,32,23)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #088C5F

#088C5F
(8,140,95)
#1E966D
(30,150,109)
#34A07B
(52,160,123)
#4AAA89
(74,170,137)
#60B497
(96,180,151)
#76BEA5
(118,190,165)
#8CC8B3
(140,200,179)
#A2D2C1
(162,210,193)
#B8DCCF
(184,220,207)
#CEE6DD
(206,230,221)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088C5F color. Also use rgb(8,140,95) instead hex code.

Text Font Color

.myTextColor { color: #088C5F; }

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

This text font color is #088C5F.


Background Color

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

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

This div background color is #088C5F.


Border color

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

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

This div border color is #088C5F.


Opacity

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

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

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

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

This text has shadow with #088C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088C5F on black background.


Color preview on white background

This text has color #088C5F on white background.



Black color preview on #088C5F background

This text has black color on #088C5F background.


White color preview on #088C5F background

This text has white color on #088C5F background.