COLOR #004F2D

HEX: #004F2D RGB: (0,79,45)

Color info

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

RGB color model

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

RGB: (0,79,45) (0%, 31%, 18%)

RGB channels and saturation

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

0
79
45

R + G + B ~ 16%. #004F2D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 79 + 45 = 124 (100%)
R 0 of 124 ~ 0%
G 79 of 124 ~ 63.71%
B 45 of 124 ~ 36.29'%

%63.71
%36.29

CMYK color model

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

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

CMYK percentages

%100
%0
%43.04
%69.02

Codes

Color #004F2D in popluar color models

00 4F 2D
RGB 0 79 45
HSL 154° 100.00% 15.49%
HSB/HSV 154° 100.00% 30.98%
CMYK 100.00% 0.00% 43.04%
69.02%

Color #004F2D in popluar number systems.

HEX 00 4F 2D
Decimal 0 79 45
Binary 0 1001111 101101
Octal 0 117 55

Shades and tints

Shades of #004F2D

#004F2D
(0,79,45)
#004829
(0,72,41)
#004125
(0,65,37)
#003A21
(0,58,33)
#00331D
(0,51,29)
#002C19
(0,44,25)
#002515
(0,37,21)
#001E11
(0,30,17)
#00170D
(0,23,13)
#001009
(0,16,9)
#000905
(0,9,5)
#000000
(0,0,0)

Tints of #004F2D

#004F2D
(0,79,45)
#175F40
(23,95,64)
#2E6F53
(46,111,83)
#457F66
(69,127,102)
#5C8F79
(92,143,121)
#739F8C
(115,159,140)
#8AAF9F
(138,175,159)
#A1BFB2
(161,191,178)
#B8CFC5
(184,207,197)
#CFDFD8
(207,223,216)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F2D; }

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

This text font color is #004F2D.

Background Color

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

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

This div background color is #004F2D.

Border color

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

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

This div border color is #004F2D.

Opacity

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

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

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

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

This text has shadow with #004F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004F2D.

Preview

Color preview on black background

This text has color #004F2D on black background.


Color preview on white background

This text has color #004F2D on white background.


Black color preview on #004F2D background

This text has black color on #004F2D background.


White color preview on #004F2D background

This text has white color on #004F2D background.


Related colors

Complementary color

Complementary color for #hex is #FFB0D2.


I love getcolorcode.com

Triadic colors

1 #2D004F and #4F2D00 with #004F2D are triadic colors.

2 #2D4F00 and #4F002D with #004F2D are triadic colors.