COLOR #08B454

HEX: #08B454
RGB: (8,180,84)

Color info

#08B454 contains mainly green color. Web safe color of #08B454 is #00CC66 (or #0C6).

RGB color model

#08B454 color RGB value is (8,180,84).

  • red value is 8;
  • green value is 180;
  • blue value is 84.
RGB:
(8,180,84)
(3%,71%,33%)

RGB channels and saturation

R 8 of 255 = 3%
G 180 of 255 = 71%
B 84 of 255 = 33%

8
180
84

R + G + B ~ 36%. #08B454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 180 + 84 = 272 (100%)
R 8 of 272 ~ 2.94%
G 180 of 272 ~ 66.18%
B 84 of 272 ~ 30.88%

%66.18
%30.88

CMYK color model

#08B454 color CMYK value is (96,0,53,29).

  • cyan value is 95.56%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 29.41%
CMYK:
(96,0,53,29)
C96M0Y53K29 
(96%,0%,53%,29%)
(0.96/0.00/0.53/0.29)	

CMYK percentages

%95.56
%0
%53.33
%29.41

Codes

Color #08B454 in popluar color models

08B454
RGB818084
HSL147°91.49%36.86%
HSB/HSV147°95.56%70.59%
CMYK95.56%0.00%53.33%
29.41%

Color #08B454 in popluar number systems.

HEX08B454
Decimal818084
Binary1000101101001010100
Octal10264124

Shades and tints

Shades of #08B454

#08B454
(8,180,84)
#08A44D
(8,164,77)
#089446
(8,148,70)
#08843F
(8,132,63)
#087438
(8,116,56)
#086431
(8,100,49)
#08542A
(8,84,42)
#084423
(8,68,35)
#08341C
(8,52,28)
#082415
(8,36,21)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #08B454

#08B454
(8,180,84)
#1EBA63
(30,186,99)
#34C072
(52,192,114)
#4AC681
(74,198,129)
#60CC90
(96,204,144)
#76D29F
(118,210,159)
#8CD8AE
(140,216,174)
#A2DEBD
(162,222,189)
#B8E4CC
(184,228,204)
#CEEADB
(206,234,219)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08B454 color. Also use rgb(8,180,84) instead hex code.

Text Font Color

.myTextColor { color: #08B454; }

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

This text font color is #08B454.


Background Color

.myBgColor { background-color: #08B454; }

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

This div background color is #08B454.


Border color

.myBorderColor { border: 1px solid #08B454; }

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

This div border color is #08B454.


Opacity

.myOpacity80 { color: #08B454; opacity: 0.8; }

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

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

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

This text has shadow with #08B454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08B454 on black background.


Color preview on white background

This text has color #08B454 on white background.



Black color preview on #08B454 background

This text has black color on #08B454 background.


White color preview on #08B454 background

This text has white color on #08B454 background.