COLOR #008479

HEX: #008479
RGB: (0,132,121)

Color info

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

RGB color model

#008479 color RGB value is (0,132,121).

  • red value is 0;
  • green value is 132;
  • blue value is 121.
RGB:
(0,132,121)
(0%,52%,47%)

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 121 of 255 = 47%

0
132
121

R + G + B ~ 33%. #008479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 121 = 253 (100%)
R 0 of 253 ~ 0%
G 132 of 253 ~ 52.17%
B 121 of 253 ~ 47.83%

%52.17
%47.83

CMYK color model

#008479 color CMYK value is (100,0,8,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(100,0,8,48)
C100M0Y8K48 
(100%,0%,8%,48%)
(1.00/0.00/0.08/0.48)	

CMYK percentages

%100
%0
%8.33
%48.24

Codes

Color #008479 in popluar color models

008479
RGB0132121
HSL175°100.00%25.88%
HSB/HSV175°100.00%51.76%
CMYK100.00%0.00%8.33%
48.24%

Color #008479 in popluar number systems.

HEX008479
Decimal0132121
Binary0100001001111001
Octal0204171

Shades and tints

Shades of #008479

#008479
(0,132,121)
#00786E
(0,120,110)
#006C63
(0,108,99)
#006058
(0,96,88)
#00544D
(0,84,77)
#004842
(0,72,66)
#003C37
(0,60,55)
#00302C
(0,48,44)
#002421
(0,36,33)
#001816
(0,24,22)
#000C0B
(0,12,11)
#000000
(0,0,0)

Tints of #008479

#008479
(0,132,121)
#178F85
(23,143,133)
#2E9A91
(46,154,145)
#45A59D
(69,165,157)
#5CB0A9
(92,176,169)
#73BBB5
(115,187,181)
#8AC6C1
(138,198,193)
#A1D1CD
(161,209,205)
#B8DCD9
(184,220,217)
#CFE7E5
(207,231,229)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008479 color. Also use rgb(0,132,121) instead hex code.

Text Font Color

.myTextColor { color: #008479; }

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

This text font color is #008479.


Background Color

.myBgColor { background-color: #008479; }

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

This div background color is #008479.


Border color

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

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

This div border color is #008479.


Opacity

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

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

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

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

This text has shadow with #008479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008479 on black background.


Color preview on white background

This text has color #008479 on white background.



Black color preview on #008479 background

This text has black color on #008479 background.


White color preview on #008479 background

This text has white color on #008479 background.