COLOR #004F4F

HEX: #004F4F
RGB: (0,79,79)

Color info

#004F4F contains only green and blue colors. Web safe color of #004F4F is #006666 (or #066).

RGB color model

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

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

RGB channels and saturation

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

0
79
79

R + G + B ~ 21%. #004F4F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 79 = 158 (100%)
R 0 of 158 ~ 0%
G 79 of 158 ~ 50%
B 79 of 158 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%69.02

Codes

Color #004F4F in popluar color models

004F4F
RGB07979
HSL180°100.00%15.49%
HSB/HSV180°100.00%30.98%
CMYK100.00%0.00%0.00%
69.02%

Color #004F4F in popluar number systems.

HEX004F4F
Decimal07979
Binary010011111001111
Octal0117117

Shades and tints

Shades of #004F4F

#004F4F
(0,79,79)
#004848
(0,72,72)
#004141
(0,65,65)
#003A3A
(0,58,58)
#003333
(0,51,51)
#002C2C
(0,44,44)
#002525
(0,37,37)
#001E1E
(0,30,30)
#001717
(0,23,23)
#001010
(0,16,16)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #004F4F

#004F4F
(0,79,79)
#175F5F
(23,95,95)
#2E6F6F
(46,111,111)
#457F7F
(69,127,127)
#5C8F8F
(92,143,143)
#739F9F
(115,159,159)
#8AAFAF
(138,175,175)
#A1BFBF
(161,191,191)
#B8CFCF
(184,207,207)
#CFDFDF
(207,223,223)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F4F; }

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

This text font color is #004F4F.


Background Color

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

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

This div background color is #004F4F.


Border color

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

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

This div border color is #004F4F.


Opacity

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

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

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

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

This text has shadow with #004F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F4F on black background.


Color preview on white background

This text has color #004F4F on white background.



Black color preview on #004F4F background

This text has black color on #004F4F background.


White color preview on #004F4F background

This text has white color on #004F4F background.