COLOR #088740

HEX: #088740
RGB: (8,135,64)

Color info

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

RGB color model

#088740 color RGB value is (8,135,64).

  • red value is 8;
  • green value is 135;
  • blue value is 64.
RGB:
(8,135,64)
(3%,53%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 135 of 255 = 53%
B 64 of 255 = 25%

8
135
64

R + G + B ~ 27%. #088740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 135 + 64 = 207 (100%)
R 8 of 207 ~ 3.86%
G 135 of 207 ~ 65.22%
B 64 of 207 ~ 30.92%

%65.22
%30.92

CMYK color model

#088740 color CMYK value is (94,0,53,47).

  • cyan value is 94.07%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 47.06%
CMYK:
(94,0,53,47)
C94M0Y53K47 
(94%,0%,53%,47%)
(0.94/0.00/0.53/0.47)	

CMYK percentages

%94.07
%0
%52.59
%47.06

Codes

Color #088740 in popluar color models

088740
RGB813564
HSL146°88.81%28.04%
HSB/HSV146°94.07%52.94%
CMYK94.07%0.00%52.59%
47.06%

Color #088740 in popluar number systems.

HEX088740
Decimal813564
Binary1000100001111000000
Octal10207100

Shades and tints

Shades of #088740

#088740
(8,135,64)
#087B3B
(8,123,59)
#086F36
(8,111,54)
#086331
(8,99,49)
#08572C
(8,87,44)
#084B27
(8,75,39)
#083F22
(8,63,34)
#08331D
(8,51,29)
#082718
(8,39,24)
#081B13
(8,27,19)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #088740

#088740
(8,135,64)
#1E9151
(30,145,81)
#349B62
(52,155,98)
#4AA573
(74,165,115)
#60AF84
(96,175,132)
#76B995
(118,185,149)
#8CC3A6
(140,195,166)
#A2CDB7
(162,205,183)
#B8D7C8
(184,215,200)
#CEE1D9
(206,225,217)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088740 color. Also use rgb(8,135,64) instead hex code.

Text Font Color

.myTextColor { color: #088740; }

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

This text font color is #088740.


Background Color

.myBgColor { background-color: #088740; }

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

This div background color is #088740.


Border color

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

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

This div border color is #088740.


Opacity

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

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

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

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

This text has shadow with #088740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088740 on black background.


Color preview on white background

This text has color #088740 on white background.



Black color preview on #088740 background

This text has black color on #088740 background.


White color preview on #088740 background

This text has white color on #088740 background.