COLOR #008354

HEX: #008354
RGB: (0,131,84)

Color info

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

RGB color model

#008354 color RGB value is (0,131,84).

  • red value is 0;
  • green value is 131;
  • blue value is 84.
RGB:
(0,131,84)
(0%,51%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 131 of 255 = 51%
B 84 of 255 = 33%

0
131
84

R + G + B ~ 28%. #008354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 131 + 84 = 215 (100%)
R 0 of 215 ~ 0%
G 131 of 215 ~ 60.93%
B 84 of 215 ~ 39.07%

%60.93
%39.07

CMYK color model

#008354 color CMYK value is (100,0,36,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(100,0,36,49)
C100M0Y36K49 
(100%,0%,36%,49%)
(1.00/0.00/0.36/0.49)	

CMYK percentages

%100
%0
%35.88
%48.63

Codes

Color #008354 in popluar color models

008354
RGB013184
HSL158°100.00%25.69%
HSB/HSV158°100.00%51.37%
CMYK100.00%0.00%35.88%
48.63%

Color #008354 in popluar number systems.

HEX008354
Decimal013184
Binary0100000111010100
Octal0203124

Shades and tints

Shades of #008354

#008354
(0,131,84)
#00784D
(0,120,77)
#006D46
(0,109,70)
#00623F
(0,98,63)
#005738
(0,87,56)
#004C31
(0,76,49)
#00412A
(0,65,42)
#003623
(0,54,35)
#002B1C
(0,43,28)
#002015
(0,32,21)
#00150E
(0,21,14)
#000000
(0,0,0)

Tints of #008354

#008354
(0,131,84)
#178E63
(23,142,99)
#2E9972
(46,153,114)
#45A481
(69,164,129)
#5CAF90
(92,175,144)
#73BA9F
(115,186,159)
#8AC5AE
(138,197,174)
#A1D0BD
(161,208,189)
#B8DBCC
(184,219,204)
#CFE6DB
(207,230,219)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008354 color. Also use rgb(0,131,84) instead hex code.

Text Font Color

.myTextColor { color: #008354; }

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

This text font color is #008354.


Background Color

.myBgColor { background-color: #008354; }

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

This div background color is #008354.


Border color

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

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

This div border color is #008354.


Opacity

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

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

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

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

This text has shadow with #008354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008354 on black background.


Color preview on white background

This text has color #008354 on white background.



Black color preview on #008354 background

This text has black color on #008354 background.


White color preview on #008354 background

This text has white color on #008354 background.