COLOR #047D31

HEX: #047D31
RGB: (4,125,49)

Color info

#047D31 contains mainly green color. Web safe color of #047D31 is #006633 (or #063).

RGB color model

#047D31 color RGB value is (4,125,49).

  • red value is 4;
  • green value is 125;
  • blue value is 49.
RGB:
(4,125,49)
(2%,49%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 125 of 255 = 49%
B 49 of 255 = 19%

4
125
49

R + G + B ~ 23%. #047D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 125 + 49 = 178 (100%)
R 4 of 178 ~ 2.25%
G 125 of 178 ~ 70.22%
B 49 of 178 ~ 27.53%

%70.22
%27.53

CMYK color model

#047D31 color CMYK value is (97,0,61,51).

  • cyan value is 96.80%
  • magenta value is 0.00%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(97,0,61,51)
C97M0Y61K51 
(97%,0%,61%,51%)
(0.97/0.00/0.61/0.51)	

CMYK percentages

%96.8
%0
%60.8
%50.98

Codes

Color #047D31 in popluar color models

047D31
RGB412549
HSL142°93.80%25.29%
HSB/HSV142°96.80%49.02%
CMYK96.80%0.00%60.80%
50.98%

Color #047D31 in popluar number systems.

HEX047D31
Decimal412549
Binary1001111101110001
Octal417561

Shades and tints

Shades of #047D31

#047D31
(4,125,49)
#04722D
(4,114,45)
#046729
(4,103,41)
#045C25
(4,92,37)
#045121
(4,81,33)
#04461D
(4,70,29)
#043B19
(4,59,25)
#043015
(4,48,21)
#042511
(4,37,17)
#041A0D
(4,26,13)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #047D31

#047D31
(4,125,49)
#1A8843
(26,136,67)
#309355
(48,147,85)
#469E67
(70,158,103)
#5CA979
(92,169,121)
#72B48B
(114,180,139)
#88BF9D
(136,191,157)
#9ECAAF
(158,202,175)
#B4D5C1
(180,213,193)
#CAE0D3
(202,224,211)
#E0EBE5
(224,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047D31 color. Also use rgb(4,125,49) instead hex code.

Text Font Color

.myTextColor { color: #047D31; }

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

This text font color is #047D31.


Background Color

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

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

This div background color is #047D31.


Border color

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

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

This div border color is #047D31.


Opacity

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

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

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

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

This text has shadow with #047D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047D31 on black background.


Color preview on white background

This text has color #047D31 on white background.



Black color preview on #047D31 background

This text has black color on #047D31 background.


White color preview on #047D31 background

This text has white color on #047D31 background.