COLOR #004A2C

HEX: #004A2C RGB: (0,74,44)

Color info

#004A2C contains only green and blue colors. Web safe color of #004A2C is #003333 (or #033).

RGB color model

#004A2C color RGB value is (0,74,44).

RGB: (0,74,44) (0%, 29%, 17%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 44 of 255 = 17%

0
74
44

R + G + B ~ 15%. #004A2C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 74 + 44 = 118 (100%)
R 0 of 118 ~ 0%
G 74 of 118 ~ 62.71%
B 44 of 118 ~ 37.29'%

%62.71
%37.29

CMYK color model

#004A2C color CMYK value is (100,0,41,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 70.98%

CMYK: (100,0,41,71)
C100M0Y41K71 (100%, 0%, 41%, 71%)
(1.00 / 0.00 / 0.41 / 0.71)

CMYK percentages

%100
%0
%40.54
%70.98

Codes

Color #004A2C in popluar color models

00 4A 2C
RGB 0 74 44
HSL 156° 100.00% 14.51%
HSB/HSV 156° 100.00% 29.02%
CMYK 100.00% 0.00% 40.54%
70.98%

Color #004A2C in popluar number systems.

HEX 00 4A 2C
Decimal 0 74 44
Binary 0 1001010 101100
Octal 0 112 54

Shades and tints

Shades of #004A2C

#004A2C
(0,74,44)
#004428
(0,68,40)
#003E24
(0,62,36)
#003820
(0,56,32)
#00321C
(0,50,28)
#002C18
(0,44,24)
#002614
(0,38,20)
#002010
(0,32,16)
#001A0C
(0,26,12)
#001408
(0,20,8)
#000E04
(0,14,4)
#000000
(0,0,0)

Tints of #004A2C

#004A2C
(0,74,44)
#175A3F
(23,90,63)
#2E6A52
(46,106,82)
#457A65
(69,122,101)
#5C8A78
(92,138,120)
#739A8B
(115,154,139)
#8AAA9E
(138,170,158)
#A1BAB1
(161,186,177)
#B8CAC4
(184,202,196)
#CFDAD7
(207,218,215)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A2C; }

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

This text font color is #004A2C.

Background Color

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

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

This div background color is #004A2C.

Border color

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

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

This div border color is #004A2C.

Opacity

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

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

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

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

This text has shadow with #004A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004A2C.

Preview

Color preview on black background

This text has color #004A2C on black background.


Color preview on white background

This text has color #004A2C on white background.


Black color preview on #004A2C background

This text has black color on #004A2C background.


White color preview on #004A2C background

This text has white color on #004A2C background.


Related colors

Complementary color

Complementary color for #hex is #FFB5D3.


I love getcolorcode.com

Triadic colors

1 #2C004A and #4A2C00 with #004A2C are triadic colors.

2 #2C4A00 and #4A002C with #004A2C are triadic colors.