COLOR #478C72

HEX: #478C72
RGB: (71,140,114)

Color info

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

RGB color model

#478C72 color RGB value is (71,140,114).

  • red value is 71;
  • green value is 140;
  • blue value is 114.
RGB:
(71,140,114)
(28%,55%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 140 of 255 = 55%
B 114 of 255 = 45%

71
140
114

R + G + B ~ 43%. #478C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 114 = 325 (100%)
R 71 of 325 ~ 21.85%
G 140 of 325 ~ 43.08%
B 114 of 325 ~ 35.08%

%21.85
%43.08
%35.08

CMYK color model

#478C72 color CMYK value is (49,0,19,45).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(49,0,19,45)
C49M0Y19K45 
(49%,0%,19%,45%)
(0.49/0.00/0.19/0.45)	

CMYK percentages

%49.29
%0
%18.57
%45.1

Codes

Color #478C72 in popluar color models

478C72
RGB71140114
HSL157°32.70%41.37%
HSB/HSV157°49.29%54.90%
CMYK49.29%0.00%18.57%
45.10%

Color #478C72 in popluar number systems.

HEX478C72
Decimal71140114
Binary1000111100011001110010
Octal107214162

Shades and tints

Shades of #478C72

#478C72
(71,140,114)
#418068
(65,128,104)
#3B745E
(59,116,94)
#356854
(53,104,84)
#2F5C4A
(47,92,74)
#295040
(41,80,64)
#234436
(35,68,54)
#1D382C
(29,56,44)
#172C22
(23,44,34)
#112018
(17,32,24)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #478C72

#478C72
(71,140,114)
#57967E
(87,150,126)
#67A08A
(103,160,138)
#77AA96
(119,170,150)
#87B4A2
(135,180,162)
#97BEAE
(151,190,174)
#A7C8BA
(167,200,186)
#B7D2C6
(183,210,198)
#C7DCD2
(199,220,210)
#D7E6DE
(215,230,222)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478C72 color. Also use rgb(71,140,114) instead hex code.

Text Font Color

.myTextColor { color: #478C72; }

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

This text font color is #478C72.


Background Color

.myBgColor { background-color: #478C72; }

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

This div background color is #478C72.


Border color

.myBorderColor { border: 1px solid #478C72; }

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

This div border color is #478C72.


Opacity

.myOpacity80 { color: #478C72; opacity: 0.8; }

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

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

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

This text has shadow with #478C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478C72 on black background.


Color preview on white background

This text has color #478C72 on white background.



Black color preview on #478C72 background

This text has black color on #478C72 background.


White color preview on #478C72 background

This text has white color on #478C72 background.