COLOR #478242

HEX: #478242
RGB: (71,130,66)

Color info

#478242 contains mainly red and green colors. Web safe color of #478242 is #339933 (or #393).

RGB color model

#478242 color RGB value is (71,130,66).

  • red value is 71;
  • green value is 130;
  • blue value is 66.
RGB:
(71,130,66)
(28%,51%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 66 of 255 = 26%

71
130
66

R + G + B ~ 35%. #478242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 130 + 66 = 267 (100%)
R 71 of 267 ~ 26.59%
G 130 of 267 ~ 48.69%
B 66 of 267 ~ 24.72%

%26.59
%48.69
%24.72

CMYK color model

#478242 color CMYK value is (45,0,49,49).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(45,0,49,49)
C45M0Y49K49 
(45%,0%,49%,49%)
(0.45/0.00/0.49/0.49)	

CMYK percentages

%45.38
%0
%49.23
%49.02

Codes

Color #478242 in popluar color models

478242
RGB7113066
HSL115°32.65%38.43%
HSB/HSV115°49.23%50.98%
CMYK45.38%0.00%49.23%
49.02%

Color #478242 in popluar number systems.

HEX478242
Decimal7113066
Binary1000111100000101000010
Octal107202102

Shades and tints

Shades of #478242

#478242
(71,130,66)
#41773C
(65,119,60)
#3B6C36
(59,108,54)
#356130
(53,97,48)
#2F562A
(47,86,42)
#294B24
(41,75,36)
#23401E
(35,64,30)
#1D3518
(29,53,24)
#172A12
(23,42,18)
#111F0C
(17,31,12)
#0B1406
(11,20,6)
#000000
(0,0,0)

Tints of #478242

#478242
(71,130,66)
#578D53
(87,141,83)
#679864
(103,152,100)
#77A375
(119,163,117)
#87AE86
(135,174,134)
#97B997
(151,185,151)
#A7C4A8
(167,196,168)
#B7CFB9
(183,207,185)
#C7DACA
(199,218,202)
#D7E5DB
(215,229,219)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478242 color. Also use rgb(71,130,66) instead hex code.

Text Font Color

.myTextColor { color: #478242; }

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

This text font color is #478242.


Background Color

.myBgColor { background-color: #478242; }

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

This div background color is #478242.


Border color

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

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

This div border color is #478242.


Opacity

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

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

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

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

This text has shadow with #478242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478242 on black background.


Color preview on white background

This text has color #478242 on white background.



Black color preview on #478242 background

This text has black color on #478242 background.


White color preview on #478242 background

This text has white color on #478242 background.