COLOR #004F70

HEX: #004F70
RGB: (0,79,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
79
112

R + G + B ~ 25%. #004F70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 112 = 191 (100%)
R 0 of 191 ~ 0%
G 79 of 191 ~ 41.36%
B 112 of 191 ~ 58.64%

%41.36
%58.64

CMYK color model

#004F70 color CMYK value is (100,29,0,56).

  • cyan value is 100.00%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(100,29,0,56)
C100M29Y0K56 
(100%,29%,0%,56%)
(1.00/0.29/0.00/0.56)	

CMYK percentages

%100
%29.46
%0
%56.08

Codes

Color #004F70 in popluar color models

004F70
RGB079112
HSL198°100.00%21.96%
HSB/HSV198°100.00%43.92%
CMYK100.00%29.46%0.00%
56.08%

Color #004F70 in popluar number systems.

HEX004F70
Decimal079112
Binary010011111110000
Octal0117160

Shades and tints

Shades of #004F70

#004F70
(0,79,112)
#004866
(0,72,102)
#00415C
(0,65,92)
#003A52
(0,58,82)
#003348
(0,51,72)
#002C3E
(0,44,62)
#002534
(0,37,52)
#001E2A
(0,30,42)
#001720
(0,23,32)
#001016
(0,16,22)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #004F70

#004F70
(0,79,112)
#175F7D
(23,95,125)
#2E6F8A
(46,111,138)
#457F97
(69,127,151)
#5C8FA4
(92,143,164)
#739FB1
(115,159,177)
#8AAFBE
(138,175,190)
#A1BFCB
(161,191,203)
#B8CFD8
(184,207,216)
#CFDFE5
(207,223,229)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F70; }

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

This text font color is #004F70.


Background Color

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

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

This div background color is #004F70.


Border color

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

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

This div border color is #004F70.


Opacity

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

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

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

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

This text has shadow with #004F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F70 on black background.


Color preview on white background

This text has color #004F70 on white background.



Black color preview on #004F70 background

This text has black color on #004F70 background.


White color preview on #004F70 background

This text has white color on #004F70 background.