COLOR #478D49

HEX: #478D49
RGB: (71,141,73)

Color info

#478D49 contains mainly green color. Web safe color of #478D49 is #339933 (or #393).

RGB color model

#478D49 color RGB value is (71,141,73).

  • red value is 71;
  • green value is 141;
  • blue value is 73.
RGB:
(71,141,73)
(28%,55%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 141 of 255 = 55%
B 73 of 255 = 29%

71
141
73

R + G + B ~ 37%. #478D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 141 + 73 = 285 (100%)
R 71 of 285 ~ 24.91%
G 141 of 285 ~ 49.47%
B 73 of 285 ~ 25.61%

%24.91
%49.47
%25.61

CMYK color model

#478D49 color CMYK value is (50,0,48,45).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(50,0,48,45)
C50M0Y48K45 
(50%,0%,48%,45%)
(0.50/0.00/0.48/0.45)	

CMYK percentages

%49.65
%0
%48.23
%44.71

Codes

Color #478D49 in popluar color models

478D49
RGB7114173
HSL122°33.02%41.57%
HSB/HSV122°49.65%55.29%
CMYK49.65%0.00%48.23%
44.71%

Color #478D49 in popluar number systems.

HEX478D49
Decimal7114173
Binary1000111100011011001001
Octal107215111

Shades and tints

Shades of #478D49

#478D49
(71,141,73)
#418143
(65,129,67)
#3B753D
(59,117,61)
#356937
(53,105,55)
#2F5D31
(47,93,49)
#29512B
(41,81,43)
#234525
(35,69,37)
#1D391F
(29,57,31)
#172D19
(23,45,25)
#112113
(17,33,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #478D49

#478D49
(71,141,73)
#579759
(87,151,89)
#67A169
(103,161,105)
#77AB79
(119,171,121)
#87B589
(135,181,137)
#97BF99
(151,191,153)
#A7C9A9
(167,201,169)
#B7D3B9
(183,211,185)
#C7DDC9
(199,221,201)
#D7E7D9
(215,231,217)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478D49 color. Also use rgb(71,141,73) instead hex code.

Text Font Color

.myTextColor { color: #478D49; }

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

This text font color is #478D49.


Background Color

.myBgColor { background-color: #478D49; }

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

This div background color is #478D49.


Border color

.myBorderColor { border: 1px solid #478D49; }

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

This div border color is #478D49.


Opacity

.myOpacity80 { color: #478D49; opacity: 0.8; }

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

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

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

This text has shadow with #478D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478D49 on black background.


Color preview on white background

This text has color #478D49 on white background.



Black color preview on #478D49 background

This text has black color on #478D49 background.


White color preview on #478D49 background

This text has white color on #478D49 background.