COLOR #047E45

HEX: #047E45
RGB: (4,126,69)

Color info

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

RGB color model

#047E45 color RGB value is (4,126,69).

  • red value is 4;
  • green value is 126;
  • blue value is 69.
RGB:
(4,126,69)
(2%,49%,27%)

RGB channels and saturation

R 4 of 255 = 2%
G 126 of 255 = 49%
B 69 of 255 = 27%

4
126
69

R + G + B ~ 26%. #047E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 126 + 69 = 199 (100%)
R 4 of 199 ~ 2.01%
G 126 of 199 ~ 63.32%
B 69 of 199 ~ 34.67%

%63.32
%34.67

CMYK color model

#047E45 color CMYK value is (97,0,45,51).

  • cyan value is 96.83%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(97,0,45,51)
C97M0Y45K51 
(97%,0%,45%,51%)
(0.97/0.00/0.45/0.51)	

CMYK percentages

%96.83
%0
%45.24
%50.59

Codes

Color #047E45 in popluar color models

047E45
RGB412669
HSL152°93.85%25.49%
HSB/HSV152°96.83%49.41%
CMYK96.83%0.00%45.24%
50.59%

Color #047E45 in popluar number systems.

HEX047E45
Decimal412669
Binary10011111101000101
Octal4176105

Shades and tints

Shades of #047E45

#047E45
(4,126,69)
#04733F
(4,115,63)
#046839
(4,104,57)
#045D33
(4,93,51)
#04522D
(4,82,45)
#044727
(4,71,39)
#043C21
(4,60,33)
#04311B
(4,49,27)
#042615
(4,38,21)
#041B0F
(4,27,15)
#041009
(4,16,9)
#000000
(0,0,0)

Tints of #047E45

#047E45
(4,126,69)
#1A8955
(26,137,85)
#309465
(48,148,101)
#469F75
(70,159,117)
#5CAA85
(92,170,133)
#72B595
(114,181,149)
#88C0A5
(136,192,165)
#9ECBB5
(158,203,181)
#B4D6C5
(180,214,197)
#CAE1D5
(202,225,213)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047E45 color. Also use rgb(4,126,69) instead hex code.

Text Font Color

.myTextColor { color: #047E45; }

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

This text font color is #047E45.


Background Color

.myBgColor { background-color: #047E45; }

<div style="background-color:#047E45">Inner text</div>

This div background color is #047E45.


Border color

.myBorderColor { border: 1px solid #047E45; }

<div style="border:3px solid #047E45">Div</div>

This div border color is #047E45.


Opacity

.myOpacity80 { color: #047E45; opacity: 0.8; }

<p style="color:#047E45;opacity:0.8;">80%</p>

Text with #047E45 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 #047E45;}

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

This text has shadow with #047E45 color.

.textShadow {text-shadow: 3px 3px 1px #047E45, 3px 3px 1px red;}

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

This text has shadow with #047E45 primary color and red secondary color.


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

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

This text has shadow with #047E45 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047E45 on black background.


Color preview on white background

This text has color #047E45 on white background.



Black color preview on #047E45 background

This text has black color on #047E45 background.


White color preview on #047E45 background

This text has white color on #047E45 background.