COLOR #004F34

HEX: #004F34
RGB: (0,79,52)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
79
52

R + G + B ~ 17%. #004F34 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 52 = 131 (100%)
R 0 of 131 ~ 0%
G 79 of 131 ~ 60.31%
B 52 of 131 ~ 39.69%

%60.31
%39.69

CMYK color model

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

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

CMYK percentages

%100
%0
%34.18
%69.02

Codes

Color #004F34 in popluar color models

004F34
RGB07952
HSL159°100.00%15.49%
HSB/HSV159°100.00%30.98%
CMYK100.00%0.00%34.18%
69.02%

Color #004F34 in popluar number systems.

HEX004F34
Decimal07952
Binary01001111110100
Octal011764

Shades and tints

Shades of #004F34

#004F34
(0,79,52)
#004830
(0,72,48)
#00412C
(0,65,44)
#003A28
(0,58,40)
#003324
(0,51,36)
#002C20
(0,44,32)
#00251C
(0,37,28)
#001E18
(0,30,24)
#001714
(0,23,20)
#001010
(0,16,16)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #004F34

#004F34
(0,79,52)
#175F46
(23,95,70)
#2E6F58
(46,111,88)
#457F6A
(69,127,106)
#5C8F7C
(92,143,124)
#739F8E
(115,159,142)
#8AAFA0
(138,175,160)
#A1BFB2
(161,191,178)
#B8CFC4
(184,207,196)
#CFDFD6
(207,223,214)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F34; }

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

This text font color is #004F34.


Background Color

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

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

This div background color is #004F34.


Border color

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

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

This div border color is #004F34.


Opacity

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

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

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

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

This text has shadow with #004F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F34 on black background.


Color preview on white background

This text has color #004F34 on white background.



Black color preview on #004F34 background

This text has black color on #004F34 background.


White color preview on #004F34 background

This text has white color on #004F34 background.