COLOR #004F4D

HEX: #004F4D
RGB: (0,79,77)

Color info

#004F4D contains only green and blue colors. Web safe color of #004F4D is #006633 (or #063).

RGB color model

#004F4D color RGB value is (0,79,77).

  • red value is 0;
  • green value is 79;
  • blue value is 77.
RGB:
(0,79,77)
(0%,31%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 79 of 255 = 31%
B 77 of 255 = 30%

0
79
77

R + G + B ~ 20%. #004F4D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 77 = 156 (100%)
R 0 of 156 ~ 0%
G 79 of 156 ~ 50.64%
B 77 of 156 ~ 49.36%

%50.64
%49.36

CMYK color model

#004F4D color CMYK value is (100,0,3,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 69.02%
CMYK:
(100,0,3,69)
C100M0Y3K69 
(100%,0%,3%,69%)
(1.00/0.00/0.03/0.69)	

CMYK percentages

%100
%0
%2.53
%69.02

Codes

Color #004F4D in popluar color models

004F4D
RGB07977
HSL178°100.00%15.49%
HSB/HSV178°100.00%30.98%
CMYK100.00%0.00%2.53%
69.02%

Color #004F4D in popluar number systems.

HEX004F4D
Decimal07977
Binary010011111001101
Octal0117115

Shades and tints

Shades of #004F4D

#004F4D
(0,79,77)
#004846
(0,72,70)
#00413F
(0,65,63)
#003A38
(0,58,56)
#003331
(0,51,49)
#002C2A
(0,44,42)
#002523
(0,37,35)
#001E1C
(0,30,28)
#001715
(0,23,21)
#00100E
(0,16,14)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #004F4D

#004F4D
(0,79,77)
#175F5D
(23,95,93)
#2E6F6D
(46,111,109)
#457F7D
(69,127,125)
#5C8F8D
(92,143,141)
#739F9D
(115,159,157)
#8AAFAD
(138,175,173)
#A1BFBD
(161,191,189)
#B8CFCD
(184,207,205)
#CFDFDD
(207,223,221)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004F4D color. Also use rgb(0,79,77) instead hex code.

Text Font Color

.myTextColor { color: #004F4D; }

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

This text font color is #004F4D.


Background Color

.myBgColor { background-color: #004F4D; }

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

This div background color is #004F4D.


Border color

.myBorderColor { border: 1px solid #004F4D; }

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

This div border color is #004F4D.


Opacity

.myOpacity80 { color: #004F4D; opacity: 0.8; }

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

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

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

This text has shadow with #004F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F4D on black background.


Color preview on white background

This text has color #004F4D on white background.



Black color preview on #004F4D background

This text has black color on #004F4D background.


White color preview on #004F4D background

This text has white color on #004F4D background.