COLOR #008484

HEX: #008484 RGB: (0,132,132)

Color info

#008484 contains only green and blue colors. Web safe color of #008484 is #009999 (or #099).

RGB color model

#008484 color RGB value is (0,132,132).

RGB: (0,132,132) (0%, 52%, 52%)

RGB channels and saturation

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

0
132
132

R + G + B ~ 35%. #008484 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 132 + 132 = 264 (100%)
R 0 of 264 ~ 0%
G 132 of 264 ~ 50%
B 132 of 264 ~ 50'%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%48.24

Codes

Color #008484 in popluar color models

00 84 84
RGB 0 132 132
HSL 180° 100.00% 25.88%
HSB/HSV 180° 100.00% 51.76%
CMYK 100.00% 0.00% 0.00%
48.24%

Color #008484 in popluar number systems.

HEX 00 84 84
Decimal 0 132 132
Binary 0 10000100 10000100
Octal 0 204 204

Shades and tints

Shades of #008484

#008484
(0,132,132)
#007878
(0,120,120)
#006C6C
(0,108,108)
#006060
(0,96,96)
#005454
(0,84,84)
#004848
(0,72,72)
#003C3C
(0,60,60)
#003030
(0,48,48)
#002424
(0,36,36)
#001818
(0,24,24)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #008484

#008484
(0,132,132)
#178F8F
(23,143,143)
#2E9A9A
(46,154,154)
#45A5A5
(69,165,165)
#5CB0B0
(92,176,176)
#73BBBB
(115,187,187)
#8AC6C6
(138,198,198)
#A1D1D1
(161,209,209)
#B8DCDC
(184,220,220)
#CFE7E7
(207,231,231)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008484; }

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

This text font color is #008484.

Background Color

.myBgColor { background-color: #008484; }

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

This div background color is #008484.

Border color

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

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

This div border color is #008484.

Opacity

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

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

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

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

This text has shadow with #008484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #008484.

Preview

Color preview on black background

This text has color #008484 on black background.


Color preview on white background

This text has color #008484 on white background.


Black color preview on #008484 background

This text has black color on #008484 background.


White color preview on #008484 background

This text has white color on #008484 background.


Related colors

Complementary color

Complementary color for #hex is #FF7B7B.


I love getcolorcode.com