COLOR #004F32

HEX: #004F32
RGB: (0,79,50)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
79
50

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

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 50 = 129 (100%)
R 0 of 129 ~ 0%
G 79 of 129 ~ 61.24%
B 50 of 129 ~ 38.76%

%61.24
%38.76

CMYK color model

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

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

CMYK percentages

%100
%0
%36.71
%69.02

Codes

Color #004F32 in popluar color models

004F32
RGB07950
HSL158°100.00%15.49%
HSB/HSV158°100.00%30.98%
CMYK100.00%0.00%36.71%
69.02%

Color #004F32 in popluar number systems.

HEX004F32
Decimal07950
Binary01001111110010
Octal011762

Shades and tints

Shades of #004F32

#004F32
(0,79,50)
#00482E
(0,72,46)
#00412A
(0,65,42)
#003A26
(0,58,38)
#003322
(0,51,34)
#002C1E
(0,44,30)
#00251A
(0,37,26)
#001E16
(0,30,22)
#001712
(0,23,18)
#00100E
(0,16,14)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #004F32

#004F32
(0,79,50)
#175F44
(23,95,68)
#2E6F56
(46,111,86)
#457F68
(69,127,104)
#5C8F7A
(92,143,122)
#739F8C
(115,159,140)
#8AAF9E
(138,175,158)
#A1BFB0
(161,191,176)
#B8CFC2
(184,207,194)
#CFDFD4
(207,223,212)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F32; }

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

This text font color is #004F32.


Background Color

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

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

This div background color is #004F32.


Border color

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

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

This div border color is #004F32.


Opacity

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

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

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

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

This text has shadow with #004F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F32 on black background.


Color preview on white background

This text has color #004F32 on white background.



Black color preview on #004F32 background

This text has black color on #004F32 background.


White color preview on #004F32 background

This text has white color on #004F32 background.