COLOR #478241

HEX: #478241 RGB: (71,130,65)

Color info

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

RGB color model

#478241 color RGB value is (71,130,65).

RGB: (71,130,65) (28%, 51%, 25%)

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 65 of 255 = 25%

71
130
65

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

Portions of RGB colors in percentages

R + G + B = 71 + 130 + 65 = 266 (100%)
R 71 of 266 ~ 26.69%
G 130 of 266 ~ 48.87%
B 65 of 266 ~ 24.44'%

%26.69
%48.87
%24.44

CMYK color model

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

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%

CMYK: (45,0,50,49)
C45M0Y50K49 (45%, 0%, 50%, 49%)
(0.45 / 0.00 / 0.50 / 0.49)

CMYK percentages

%45.38
%0
%50
%49.02

Codes

Color #478241 in popluar color models

47 82 41
RGB 71 130 65
HSL 114° 33.33% 38.24%
HSB/HSV 114° 50.00% 50.98%
CMYK 45.38% 0.00% 50.00%
49.02%

Color #478241 in popluar number systems.

HEX 47 82 41
Decimal 71 130 65
Binary 1000111 10000010 1000001
Octal 107 202 101

Shades and tints

Shades of #478241

#478241
(71,130,65)
#41773C
(65,119,60)
#3B6C37
(59,108,55)
#356132
(53,97,50)
#2F562D
(47,86,45)
#294B28
(41,75,40)
#234023
(35,64,35)
#1D351E
(29,53,30)
#172A19
(23,42,25)
#111F14
(17,31,20)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #478241

#478241
(71,130,65)
#578D52
(87,141,82)
#679863
(103,152,99)
#77A374
(119,163,116)
#87AE85
(135,174,133)
#97B996
(151,185,150)
#A7C4A7
(167,196,167)
#B7CFB8
(183,207,184)
#C7DAC9
(199,218,201)
#D7E5DA
(215,229,218)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478241; }

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

This text font color is #478241.

Background Color

.myBgColor { background-color: #478241; }

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

This div background color is #478241.

Border color

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

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

This div border color is #478241.

Opacity

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

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

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

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

This text has shadow with #478241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #478241.

Preview

Color preview on black background

This text has color #478241 on black background.


Color preview on white background

This text has color #478241 on white background.


Black color preview on #478241 background

This text has black color on #478241 background.


White color preview on #478241 background

This text has white color on #478241 background.


Related colors

Complementary color

Complementary color for #hex is #B87DBE.


I love getcolorcode.com

Triadic colors

1 #414782 and #824147 with #478241 are triadic colors.

2 #418247 and #824741 with #478241 are triadic colors.