COLOR #047349

HEX: #047349
RGB: (4,115,73)

Color info

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

RGB color model

#047349 color RGB value is (4,115,73).

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

RGB channels and saturation

R 4 of 255 = 2%
G 115 of 255 = 45%
B 73 of 255 = 29%

4
115
73

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

Portions of RGB colors in percentages

R + G + B =
4 + 115 + 73 = 192 (100%)
R 4 of 192 ~ 2.08%
G 115 of 192 ~ 59.9%
B 73 of 192 ~ 38.02%

%59.9
%38.02

CMYK color model

#047349 color CMYK value is (97,0,37,55).

  • cyan value is 96.52%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(97,0,37,55)
C97M0Y37K55 
(97%,0%,37%,55%)
(0.97/0.00/0.37/0.55)	

CMYK percentages

%96.52
%0
%36.52
%54.9

Codes

Color #047349 in popluar color models

047349
RGB411573
HSL157°93.28%23.33%
HSB/HSV157°96.52%45.10%
CMYK96.52%0.00%36.52%
54.90%

Color #047349 in popluar number systems.

HEX047349
Decimal411573
Binary10011100111001001
Octal4163111

Shades and tints

Shades of #047349

#047349
(4,115,73)
#046943
(4,105,67)
#045F3D
(4,95,61)
#045537
(4,85,55)
#044B31
(4,75,49)
#04412B
(4,65,43)
#043725
(4,55,37)
#042D1F
(4,45,31)
#042319
(4,35,25)
#041913
(4,25,19)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #047349

#047349
(4,115,73)
#1A7F59
(26,127,89)
#308B69
(48,139,105)
#469779
(70,151,121)
#5CA389
(92,163,137)
#72AF99
(114,175,153)
#88BBA9
(136,187,169)
#9EC7B9
(158,199,185)
#B4D3C9
(180,211,201)
#CADFD9
(202,223,217)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #047349; }

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

This text font color is #047349.


Background Color

.myBgColor { background-color: #047349; }

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

This div background color is #047349.


Border color

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

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

This div border color is #047349.


Opacity

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

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

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

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

This text has shadow with #047349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047349 on black background.


Color preview on white background

This text has color #047349 on white background.



Black color preview on #047349 background

This text has black color on #047349 background.


White color preview on #047349 background

This text has white color on #047349 background.