COLOR #047347

HEX: #047347
RGB: (4,115,71)

Color info

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

RGB color model

#047347 color RGB value is (4,115,71).

  • red value is 4;
  • green value is 115;
  • blue value is 71.
RGB:
(4,115,71)
(2%,45%,28%)

RGB channels and saturation

R 4 of 255 = 2%
G 115 of 255 = 45%
B 71 of 255 = 28%

4
115
71

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

Portions of RGB colors in percentages

R + G + B =
4 + 115 + 71 = 190 (100%)
R 4 of 190 ~ 2.11%
G 115 of 190 ~ 60.53%
B 71 of 190 ~ 37.37%

%60.53
%37.37

CMYK color model

#047347 color CMYK value is (97,0,38,55).

  • cyan value is 96.52%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 54.90%
CMYK:
(97,0,38,55)
C97M0Y38K55 
(97%,0%,38%,55%)
(0.97/0.00/0.38/0.55)	

CMYK percentages

%96.52
%0
%38.26
%54.9

Codes

Color #047347 in popluar color models

047347
RGB411571
HSL156°93.28%23.33%
HSB/HSV156°96.52%45.10%
CMYK96.52%0.00%38.26%
54.90%

Color #047347 in popluar number systems.

HEX047347
Decimal411571
Binary10011100111000111
Octal4163107

Shades and tints

Shades of #047347

#047347
(4,115,71)
#046941
(4,105,65)
#045F3B
(4,95,59)
#045535
(4,85,53)
#044B2F
(4,75,47)
#044129
(4,65,41)
#043723
(4,55,35)
#042D1D
(4,45,29)
#042317
(4,35,23)
#041911
(4,25,17)
#040F0B
(4,15,11)
#000000
(0,0,0)

Tints of #047347

#047347
(4,115,71)
#1A7F57
(26,127,87)
#308B67
(48,139,103)
#469777
(70,151,119)
#5CA387
(92,163,135)
#72AF97
(114,175,151)
#88BBA7
(136,187,167)
#9EC7B7
(158,199,183)
#B4D3C7
(180,211,199)
#CADFD7
(202,223,215)
#E0EBE7
(224,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047347 color. Also use rgb(4,115,71) instead hex code.

Text Font Color

.myTextColor { color: #047347; }

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

This text font color is #047347.


Background Color

.myBgColor { background-color: #047347; }

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

This div background color is #047347.


Border color

.myBorderColor { border: 1px solid #047347; }

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

This div border color is #047347.


Opacity

.myOpacity80 { color: #047347; opacity: 0.8; }

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

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

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

This text has shadow with #047347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047347 on black background.


Color preview on white background

This text has color #047347 on white background.



Black color preview on #047347 background

This text has black color on #047347 background.


White color preview on #047347 background

This text has white color on #047347 background.