COLOR #046E4D

HEX: #046E4D RGB: (4,110,77)

Color info

#046E4D contains mainly green and blue colors. Web safe color of #046E4D is #006633 (or #063).

RGB color model

#046E4D color RGB value is (4,110,77).

RGB: (4,110,77) (2%, 43%, 30%)

RGB channels and saturation

R 4 of 255 = 2%
G 110 of 255 = 43%
B 77 of 255 = 30%

4
110
77

R + G + B ~ 25%. #046E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 110 + 77 = 191 (100%)
R 4 of 191 ~ 2.09%
G 110 of 191 ~ 57.59%
B 77 of 191 ~ 40.31'%

%57.59
%40.31

CMYK color model

#046E4D color CMYK value is (96,0,30,57).

  • cyan value is 96.36%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%

CMYK: (96,0,30,57)
C96M0Y30K57 (96%, 0%, 30%, 57%)
(0.96 / 0.00 / 0.30 / 0.57)

CMYK percentages

%96.36
%0
%30
%56.86

Codes

Color #046E4D in popluar color models

04 6E 4D
RGB 4 110 77
HSL 161° 92.98% 22.35%
HSB/HSV 161° 96.36% 43.14%
CMYK 96.36% 0.00% 30.00%
56.86%

Color #046E4D in popluar number systems.

HEX 04 6E 4D
Decimal 4 110 77
Binary 100 1101110 1001101
Octal 4 156 115

Shades and tints

Shades of #046E4D

#046E4D
(4,110,77)
#046446
(4,100,70)
#045A3F
(4,90,63)
#045038
(4,80,56)
#044631
(4,70,49)
#043C2A
(4,60,42)
#043223
(4,50,35)
#04281C
(4,40,28)
#041E15
(4,30,21)
#04140E
(4,20,14)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #046E4D

#046E4D
(4,110,77)
#1A7B5D
(26,123,93)
#30886D
(48,136,109)
#46957D
(70,149,125)
#5CA28D
(92,162,141)
#72AF9D
(114,175,157)
#88BCAD
(136,188,173)
#9EC9BD
(158,201,189)
#B4D6CD
(180,214,205)
#CAE3DD
(202,227,221)
#E0F0ED
(224,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046E4D color. Also use rgb(4,110,77) instead hex code.

Text Font Color

.myTextColor { color: #046E4D; }

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

This text font color is #046E4D.

Background Color

.myBgColor { background-color: #046E4D; }

<div style="background-color:#046E4D">Inner text</div>

This div background color is #046E4D.

Border color

.myBorderColor { border: 1px solid #046E4D; }

<div style="border:3px solid #046E4D">Div</div>

This div border color is #046E4D.

Opacity

.myOpacity80 { color: #046E4D; opacity: 0.8; }

<p style="color:#046E4D;opacity:0.8;">80%</p>

Text with #046E4D 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 #046E4D;}

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

This text has shadow with #046E4D color.


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

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

This text has shadow with #046E4D primary color and red secondary color.


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

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

This text has shadow with #046E4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #046E4D.

Preview

Color preview on black background

This text has color #046E4D on black background.


Color preview on white background

This text has color #046E4D on white background.


Black color preview on #046E4D background

This text has black color on #046E4D background.


White color preview on #046E4D background

This text has white color on #046E4D background.


Related colors

Complementary color

Complementary color for #hex is #FB91B2.


I love getcolorcode.com

Triadic colors

1 #4D046E and #6E4D04 with #046E4D are triadic colors.

2 #4D6E04 and #6E044D with #046E4D are triadic colors.