COLOR #478748

HEX: #478748
RGB: (71,135,72)

Color info

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

RGB color model

#478748 color RGB value is (71,135,72).

  • red value is 71;
  • green value is 135;
  • blue value is 72.
RGB:
(71,135,72)
(28%,53%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 135 of 255 = 53%
B 72 of 255 = 28%

71
135
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 135 + 72 = 278 (100%)
R 71 of 278 ~ 25.54%
G 135 of 278 ~ 48.56%
B 72 of 278 ~ 25.9%

%25.54
%48.56
%25.9

CMYK color model

#478748 color CMYK value is (47,0,47,47).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(47,0,47,47)
C47M0Y47K47 
(47%,0%,47%,47%)
(0.47/0.00/0.47/0.47)	

CMYK percentages

%47.41
%0
%46.67
%47.06

Codes

Color #478748 in popluar color models

478748
RGB7113572
HSL121°31.07%40.39%
HSB/HSV121°47.41%52.94%
CMYK47.41%0.00%46.67%
47.06%

Color #478748 in popluar number systems.

HEX478748
Decimal7113572
Binary1000111100001111001000
Octal107207110

Shades and tints

Shades of #478748

#478748
(71,135,72)
#417B42
(65,123,66)
#3B6F3C
(59,111,60)
#356336
(53,99,54)
#2F5730
(47,87,48)
#294B2A
(41,75,42)
#233F24
(35,63,36)
#1D331E
(29,51,30)
#172718
(23,39,24)
#111B12
(17,27,18)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #478748

#478748
(71,135,72)
#579158
(87,145,88)
#679B68
(103,155,104)
#77A578
(119,165,120)
#87AF88
(135,175,136)
#97B998
(151,185,152)
#A7C3A8
(167,195,168)
#B7CDB8
(183,205,184)
#C7D7C8
(199,215,200)
#D7E1D8
(215,225,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478748 color. Also use rgb(71,135,72) instead hex code.

Text Font Color

.myTextColor { color: #478748; }

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

This text font color is #478748.


Background Color

.myBgColor { background-color: #478748; }

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

This div background color is #478748.


Border color

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

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

This div border color is #478748.


Opacity

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

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

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

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

This text has shadow with #478748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478748 on black background.


Color preview on white background

This text has color #478748 on white background.



Black color preview on #478748 background

This text has black color on #478748 background.


White color preview on #478748 background

This text has white color on #478748 background.