COLOR #088C28

HEX: #088C28
RGB: (8,140,40)

Color info

#088C28 contains mainly green color. Web safe color of #088C28 is #009933 (or #093).

RGB color model

#088C28 color RGB value is (8,140,40).

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

RGB channels and saturation

R 8 of 255 = 3%
G 140 of 255 = 55%
B 40 of 255 = 16%

8
140
40

R + G + B ~ 25%. #088C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 140 + 40 = 188 (100%)
R 8 of 188 ~ 4.26%
G 140 of 188 ~ 74.47%
B 40 of 188 ~ 21.28%

%74.47
%21.28

CMYK color model

#088C28 color CMYK value is (94,0,71,45).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 45.10%
CMYK:
(94,0,71,45)
C94M0Y71K45 
(94%,0%,71%,45%)
(0.94/0.00/0.71/0.45)	

CMYK percentages

%94.29
%0
%71.43
%45.1

Codes

Color #088C28 in popluar color models

088C28
RGB814040
HSL135°89.19%29.02%
HSB/HSV135°94.29%54.90%
CMYK94.29%0.00%71.43%
45.10%

Color #088C28 in popluar number systems.

HEX088C28
Decimal814040
Binary100010001100101000
Octal1021450

Shades and tints

Shades of #088C28

#088C28
(8,140,40)
#088025
(8,128,37)
#087422
(8,116,34)
#08681F
(8,104,31)
#085C1C
(8,92,28)
#085019
(8,80,25)
#084416
(8,68,22)
#083813
(8,56,19)
#082C10
(8,44,16)
#08200D
(8,32,13)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #088C28

#088C28
(8,140,40)
#1E963B
(30,150,59)
#34A04E
(52,160,78)
#4AAA61
(74,170,97)
#60B474
(96,180,116)
#76BE87
(118,190,135)
#8CC89A
(140,200,154)
#A2D2AD
(162,210,173)
#B8DCC0
(184,220,192)
#CEE6D3
(206,230,211)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #088C28; }

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

This text font color is #088C28.


Background Color

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

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

This div background color is #088C28.


Border color

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

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

This div border color is #088C28.


Opacity

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

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

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

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

This text has shadow with #088C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088C28 on black background.


Color preview on white background

This text has color #088C28 on white background.



Black color preview on #088C28 background

This text has black color on #088C28 background.


White color preview on #088C28 background

This text has white color on #088C28 background.