COLOR #088336

HEX: #088336
RGB: (8,131,54)

Color info

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

RGB color model

#088336 color RGB value is (8,131,54).

  • red value is 8;
  • green value is 131;
  • blue value is 54.
RGB:
(8,131,54)
(3%,51%,21%)

RGB channels and saturation

R 8 of 255 = 3%
G 131 of 255 = 51%
B 54 of 255 = 21%

8
131
54

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

Portions of RGB colors in percentages

R + G + B =
8 + 131 + 54 = 193 (100%)
R 8 of 193 ~ 4.15%
G 131 of 193 ~ 67.88%
B 54 of 193 ~ 27.98%

%67.88
%27.98

CMYK color model

#088336 color CMYK value is (94,0,59,49).

  • cyan value is 93.89%
  • magenta value is 0.00%
  • yellow value is 58.78%
  • key color value is 48.63%
CMYK:
(94,0,59,49)
C94M0Y59K49 
(94%,0%,59%,49%)
(0.94/0.00/0.59/0.49)	

CMYK percentages

%93.89
%0
%58.78
%48.63

Codes

Color #088336 in popluar color models

088336
RGB813154
HSL142°88.49%27.25%
HSB/HSV142°93.89%51.37%
CMYK93.89%0.00%58.78%
48.63%

Color #088336 in popluar number systems.

HEX088336
Decimal813154
Binary100010000011110110
Octal1020366

Shades and tints

Shades of #088336

#088336
(8,131,54)
#087832
(8,120,50)
#086D2E
(8,109,46)
#08622A
(8,98,42)
#085726
(8,87,38)
#084C22
(8,76,34)
#08411E
(8,65,30)
#08361A
(8,54,26)
#082B16
(8,43,22)
#082012
(8,32,18)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #088336

#088336
(8,131,54)
#1E8E48
(30,142,72)
#34995A
(52,153,90)
#4AA46C
(74,164,108)
#60AF7E
(96,175,126)
#76BA90
(118,186,144)
#8CC5A2
(140,197,162)
#A2D0B4
(162,208,180)
#B8DBC6
(184,219,198)
#CEE6D8
(206,230,216)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088336 color. Also use rgb(8,131,54) instead hex code.

Text Font Color

.myTextColor { color: #088336; }

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

This text font color is #088336.


Background Color

.myBgColor { background-color: #088336; }

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

This div background color is #088336.


Border color

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

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

This div border color is #088336.


Opacity

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

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

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

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

This text has shadow with #088336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088336 on black background.


Color preview on white background

This text has color #088336 on white background.



Black color preview on #088336 background

This text has black color on #088336 background.


White color preview on #088336 background

This text has white color on #088336 background.