COLOR #478E8C

HEX: #478E8C RGB: (71,142,140)

Color info

#478E8C contains mainly green and blue colors. Web safe color of #478E8C is #339999 (or #399).

RGB color model

#478E8C color RGB value is (71,142,140).

RGB: (71,142,140) (28%, 56%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 142 of 255 = 56%
B 140 of 255 = 55%

71
142
140

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

Portions of RGB colors in percentages

R + G + B = 71 + 142 + 140 = 353 (100%)
R 71 of 353 ~ 20.11%
G 142 of 353 ~ 40.23%
B 140 of 353 ~ 39.66'%

%20.11
%40.23
%39.66

CMYK color model

#478E8C color CMYK value is (50,0,1,44).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (50,0,1,44)
C50M0Y1K44 (50%, 0%, 1%, 44%)
(0.50 / 0.00 / 0.01 / 0.44)

CMYK percentages

%50
%0
%1.41
%44.31

Codes

Color #478E8C in popluar color models

47 8E 8C
RGB 71 142 140
HSL 178° 33.33% 41.76%
HSB/HSV 178° 50.00% 55.69%
CMYK 50.00% 0.00% 1.41%
44.31%

Color #478E8C in popluar number systems.

HEX 47 8E 8C
Decimal 71 142 140
Binary 1000111 10001110 10001100
Octal 107 216 214

Shades and tints

Shades of #478E8C

#478E8C
(71,142,140)
#418280
(65,130,128)
#3B7674
(59,118,116)
#356A68
(53,106,104)
#2F5E5C
(47,94,92)
#295250
(41,82,80)
#234644
(35,70,68)
#1D3A38
(29,58,56)
#172E2C
(23,46,44)
#112220
(17,34,32)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #478E8C

#478E8C
(71,142,140)
#579896
(87,152,150)
#67A2A0
(103,162,160)
#77ACAA
(119,172,170)
#87B6B4
(135,182,180)
#97C0BE
(151,192,190)
#A7CAC8
(167,202,200)
#B7D4D2
(183,212,210)
#C7DEDC
(199,222,220)
#D7E8E6
(215,232,230)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478E8C; }

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

This text font color is #478E8C.

Background Color

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

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

This div background color is #478E8C.

Border color

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

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

This div border color is #478E8C.

Opacity

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

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

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

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

This text has shadow with #478E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #478E8C.

Preview

Color preview on black background

This text has color #478E8C on black background.


Color preview on white background

This text has color #478E8C on white background.


Black color preview on #478E8C background

This text has black color on #478E8C background.


White color preview on #478E8C background

This text has white color on #478E8C background.


Related colors

Complementary color

Complementary color for #hex is #B87173.


I love getcolorcode.com

Triadic colors

1 #8C478E and #8E8C47 with #478E8C are triadic colors.

2 #8C8E47 and #8E478C with #478E8C are triadic colors.