COLOR #478B74

HEX: #478B74
RGB: (71,139,116)

Color info

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

RGB color model

#478B74 color RGB value is (71,139,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 139 of 255 = 55%
B 116 of 255 = 45%

71
139
116

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

Portions of RGB colors in percentages

R + G + B =
71 + 139 + 116 = 326 (100%)
R 71 of 326 ~ 21.78%
G 139 of 326 ~ 42.64%
B 116 of 326 ~ 35.58%

%21.78
%42.64
%35.58

CMYK color model

#478B74 color CMYK value is (49,0,17,45).

  • cyan value is 48.92%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(49,0,17,45)
C49M0Y17K45 
(49%,0%,17%,45%)
(0.49/0.00/0.17/0.45)	

CMYK percentages

%48.92
%0
%16.55
%45.49

Codes

Color #478B74 in popluar color models

478B74
RGB71139116
HSL160°32.38%41.18%
HSB/HSV160°48.92%54.51%
CMYK48.92%0.00%16.55%
45.49%

Color #478B74 in popluar number systems.

HEX478B74
Decimal71139116
Binary1000111100010111110100
Octal107213164

Shades and tints

Shades of #478B74

#478B74
(71,139,116)
#417F6A
(65,127,106)
#3B7360
(59,115,96)
#356756
(53,103,86)
#2F5B4C
(47,91,76)
#294F42
(41,79,66)
#234338
(35,67,56)
#1D372E
(29,55,46)
#172B24
(23,43,36)
#111F1A
(17,31,26)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #478B74

#478B74
(71,139,116)
#579580
(87,149,128)
#679F8C
(103,159,140)
#77A998
(119,169,152)
#87B3A4
(135,179,164)
#97BDB0
(151,189,176)
#A7C7BC
(167,199,188)
#B7D1C8
(183,209,200)
#C7DBD4
(199,219,212)
#D7E5E0
(215,229,224)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478B74 color. Also use rgb(71,139,116) instead hex code.

Text Font Color

.myTextColor { color: #478B74; }

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

This text font color is #478B74.


Background Color

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

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

This div background color is #478B74.


Border color

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

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

This div border color is #478B74.


Opacity

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

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

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

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

This text has shadow with #478B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478B74 on black background.


Color preview on white background

This text has color #478B74 on white background.



Black color preview on #478B74 background

This text has black color on #478B74 background.


White color preview on #478B74 background

This text has white color on #478B74 background.