COLOR #479143

HEX: #479143
RGB: (71,145,67)

Color info

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

RGB color model

#479143 color RGB value is (71,145,67).

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

RGB channels and saturation

R 71 of 255 = 28%
G 145 of 255 = 57%
B 67 of 255 = 26%

71
145
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 145 + 67 = 283 (100%)
R 71 of 283 ~ 25.09%
G 145 of 283 ~ 51.24%
B 67 of 283 ~ 23.67%

%25.09
%51.24
%23.67

CMYK color model

#479143 color CMYK value is (51,0,54,43).

  • cyan value is 51.03%
  • magenta value is 0.00%
  • yellow value is 53.79%
  • key color value is 43.14%
CMYK:
(51,0,54,43)
C51M0Y54K43 
(51%,0%,54%,43%)
(0.51/0.00/0.54/0.43)	

CMYK percentages

%51.03
%0
%53.79
%43.14

Codes

Color #479143 in popluar color models

479143
RGB7114567
HSL117°36.79%41.57%
HSB/HSV117°53.79%56.86%
CMYK51.03%0.00%53.79%
43.14%

Color #479143 in popluar number systems.

HEX479143
Decimal7114567
Binary1000111100100011000011
Octal107221103

Shades and tints

Shades of #479143

#479143
(71,145,67)
#41843D
(65,132,61)
#3B7737
(59,119,55)
#356A31
(53,106,49)
#2F5D2B
(47,93,43)
#295025
(41,80,37)
#23431F
(35,67,31)
#1D3619
(29,54,25)
#172913
(23,41,19)
#111C0D
(17,28,13)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #479143

#479143
(71,145,67)
#579B54
(87,155,84)
#67A565
(103,165,101)
#77AF76
(119,175,118)
#87B987
(135,185,135)
#97C398
(151,195,152)
#A7CDA9
(167,205,169)
#B7D7BA
(183,215,186)
#C7E1CB
(199,225,203)
#D7EBDC
(215,235,220)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479143; }

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

This text font color is #479143.


Background Color

.myBgColor { background-color: #479143; }

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

This div background color is #479143.


Border color

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

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

This div border color is #479143.


Opacity

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

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

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

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

This text has shadow with #479143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479143 on black background.


Color preview on white background

This text has color #479143 on white background.



Black color preview on #479143 background

This text has black color on #479143 background.


White color preview on #479143 background

This text has white color on #479143 background.