COLOR #088879

HEX: #088879
RGB: (8,136,121)

Color info

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

RGB color model

#088879 color RGB value is (8,136,121).

  • red value is 8;
  • green value is 136;
  • blue value is 121.
RGB:
(8,136,121)
(3%,53%,47%)

RGB channels and saturation

R 8 of 255 = 3%
G 136 of 255 = 53%
B 121 of 255 = 47%

8
136
121

R + G + B ~ 34%. #088879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 136 + 121 = 265 (100%)
R 8 of 265 ~ 3.02%
G 136 of 265 ~ 51.32%
B 121 of 265 ~ 45.66%

%51.32
%45.66

CMYK color model

#088879 color CMYK value is (94,0,11,47).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(94,0,11,47)
C94M0Y11K47 
(94%,0%,11%,47%)
(0.94/0.00/0.11/0.47)	

CMYK percentages

%94.12
%0
%11.03
%46.67

Codes

Color #088879 in popluar color models

088879
RGB8136121
HSL173°88.89%28.24%
HSB/HSV173°94.12%53.33%
CMYK94.12%0.00%11.03%
46.67%

Color #088879 in popluar number systems.

HEX088879
Decimal8136121
Binary1000100010001111001
Octal10210171

Shades and tints

Shades of #088879

#088879
(8,136,121)
#087C6E
(8,124,110)
#087063
(8,112,99)
#086458
(8,100,88)
#08584D
(8,88,77)
#084C42
(8,76,66)
#084037
(8,64,55)
#08342C
(8,52,44)
#082821
(8,40,33)
#081C16
(8,28,22)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #088879

#088879
(8,136,121)
#1E9285
(30,146,133)
#349C91
(52,156,145)
#4AA69D
(74,166,157)
#60B0A9
(96,176,169)
#76BAB5
(118,186,181)
#8CC4C1
(140,196,193)
#A2CECD
(162,206,205)
#B8D8D9
(184,216,217)
#CEE2E5
(206,226,229)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088879 color. Also use rgb(8,136,121) instead hex code.

Text Font Color

.myTextColor { color: #088879; }

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

This text font color is #088879.


Background Color

.myBgColor { background-color: #088879; }

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

This div background color is #088879.


Border color

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

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

This div border color is #088879.


Opacity

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

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

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

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

This text has shadow with #088879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088879 on black background.


Color preview on white background

This text has color #088879 on white background.



Black color preview on #088879 background

This text has black color on #088879 background.


White color preview on #088879 background

This text has white color on #088879 background.