COLOR #478C43

HEX: #478C43
RGB: (71,140,67)

Color info

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

RGB color model

#478C43 color RGB value is (71,140,67).

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

RGB channels and saturation

R 71 of 255 = 28%
G 140 of 255 = 55%
B 67 of 255 = 26%

71
140
67

R + G + B ~ 36%. #478C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 67 = 278 (100%)
R 71 of 278 ~ 25.54%
G 140 of 278 ~ 50.36%
B 67 of 278 ~ 24.1%

%25.54
%50.36
%24.1

CMYK color model

#478C43 color CMYK value is (49,0,52,45).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 45.10%
CMYK:
(49,0,52,45)
C49M0Y52K45 
(49%,0%,52%,45%)
(0.49/0.00/0.52/0.45)	

CMYK percentages

%49.29
%0
%52.14
%45.1

Codes

Color #478C43 in popluar color models

478C43
RGB7114067
HSL117°35.27%40.59%
HSB/HSV117°52.14%54.90%
CMYK49.29%0.00%52.14%
45.10%

Color #478C43 in popluar number systems.

HEX478C43
Decimal7114067
Binary1000111100011001000011
Octal107214103

Shades and tints

Shades of #478C43

#478C43
(71,140,67)
#41803D
(65,128,61)
#3B7437
(59,116,55)
#356831
(53,104,49)
#2F5C2B
(47,92,43)
#295025
(41,80,37)
#23441F
(35,68,31)
#1D3819
(29,56,25)
#172C13
(23,44,19)
#11200D
(17,32,13)
#0B1407
(11,20,7)
#000000
(0,0,0)

Tints of #478C43

#478C43
(71,140,67)
#579654
(87,150,84)
#67A065
(103,160,101)
#77AA76
(119,170,118)
#87B487
(135,180,135)
#97BE98
(151,190,152)
#A7C8A9
(167,200,169)
#B7D2BA
(183,210,186)
#C7DCCB
(199,220,203)
#D7E6DC
(215,230,220)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478C43; }

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

This text font color is #478C43.


Background Color

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

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

This div background color is #478C43.


Border color

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

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

This div border color is #478C43.


Opacity

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

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

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

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

This text has shadow with #478C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C43 on black background.


Color preview on white background

This text has color #478C43 on white background.



Black color preview on #478C43 background

This text has black color on #478C43 background.


White color preview on #478C43 background

This text has white color on #478C43 background.