COLOR #478C49

HEX: #478C49
RGB: (71,140,73)

Color info

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

RGB color model

#478C49 color RGB value is (71,140,73).

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

RGB channels and saturation

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

71
140
73

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

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 73 = 284 (100%)
R 71 of 284 ~ 25%
G 140 of 284 ~ 49.3%
B 73 of 284 ~ 25.7%

%25
%49.3
%25.7

CMYK color model

#478C49 color CMYK value is (49,0,48,45).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(49,0,48,45)
C49M0Y48K45 
(49%,0%,48%,45%)
(0.49/0.00/0.48/0.45)	

CMYK percentages

%49.29
%0
%47.86
%45.1

Codes

Color #478C49 in popluar color models

478C49
RGB7114073
HSL122°32.70%41.37%
HSB/HSV122°49.29%54.90%
CMYK49.29%0.00%47.86%
45.10%

Color #478C49 in popluar number systems.

HEX478C49
Decimal7114073
Binary1000111100011001001001
Octal107214111

Shades and tints

Shades of #478C49

#478C49
(71,140,73)
#418043
(65,128,67)
#3B743D
(59,116,61)
#356837
(53,104,55)
#2F5C31
(47,92,49)
#29502B
(41,80,43)
#234425
(35,68,37)
#1D381F
(29,56,31)
#172C19
(23,44,25)
#112013
(17,32,19)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #478C49

#478C49
(71,140,73)
#579659
(87,150,89)
#67A069
(103,160,105)
#77AA79
(119,170,121)
#87B489
(135,180,137)
#97BE99
(151,190,153)
#A7C8A9
(167,200,169)
#B7D2B9
(183,210,185)
#C7DCC9
(199,220,201)
#D7E6D9
(215,230,217)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478C49; }

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

This text font color is #478C49.


Background Color

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

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

This div background color is #478C49.


Border color

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

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

This div border color is #478C49.


Opacity

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

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

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

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

This text has shadow with #478C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C49 on black background.


Color preview on white background

This text has color #478C49 on white background.



Black color preview on #478C49 background

This text has black color on #478C49 background.


White color preview on #478C49 background

This text has white color on #478C49 background.