COLOR #478665

HEX: #478665
RGB: (71,134,101)

Color info

#478665 contains mainly green and blue colors. Web safe color of #478665 is #339966 (or #396).

RGB color model

#478665 color RGB value is (71,134,101).

  • red value is 71;
  • green value is 134;
  • blue value is 101.
RGB:
(71,134,101)
(28%,53%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 134 of 255 = 53%
B 101 of 255 = 40%

71
134
101

R + G + B ~ 40%. #478665 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 134 + 101 = 306 (100%)
R 71 of 306 ~ 23.2%
G 134 of 306 ~ 43.79%
B 101 of 306 ~ 33.01%

%23.2
%43.79
%33.01

CMYK color model

#478665 color CMYK value is (47,0,25,47).

  • cyan value is 47.01%
  • magenta value is 0.00%
  • yellow value is 24.63%
  • key color value is 47.45%
CMYK:
(47,0,25,47)
C47M0Y25K47 
(47%,0%,25%,47%)
(0.47/0.00/0.25/0.47)	

CMYK percentages

%47.01
%0
%24.63
%47.45

Codes

Color #478665 in popluar color models

478665
RGB71134101
HSL149°30.73%40.20%
HSB/HSV149°47.01%52.55%
CMYK47.01%0.00%24.63%
47.45%

Color #478665 in popluar number systems.

HEX478665
Decimal71134101
Binary1000111100001101100101
Octal107206145

Shades and tints

Shades of #478665

#478665
(71,134,101)
#417A5C
(65,122,92)
#3B6E53
(59,110,83)
#35624A
(53,98,74)
#2F5641
(47,86,65)
#294A38
(41,74,56)
#233E2F
(35,62,47)
#1D3226
(29,50,38)
#17261D
(23,38,29)
#111A14
(17,26,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #478665

#478665
(71,134,101)
#579173
(87,145,115)
#679C81
(103,156,129)
#77A78F
(119,167,143)
#87B29D
(135,178,157)
#97BDAB
(151,189,171)
#A7C8B9
(167,200,185)
#B7D3C7
(183,211,199)
#C7DED5
(199,222,213)
#D7E9E3
(215,233,227)
#E7F4F1
(231,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478665 color. Also use rgb(71,134,101) instead hex code.

Text Font Color

.myTextColor { color: #478665; }

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

This text font color is #478665.


Background Color

.myBgColor { background-color: #478665; }

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

This div background color is #478665.


Border color

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

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

This div border color is #478665.


Opacity

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

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

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

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

This text has shadow with #478665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478665 on black background.


Color preview on white background

This text has color #478665 on white background.



Black color preview on #478665 background

This text has black color on #478665 background.


White color preview on #478665 background

This text has white color on #478665 background.