COLOR #478A6C

HEX: #478A6C
RGB: (71,138,108)

Color info

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

RGB color model

#478A6C color RGB value is (71,138,108).

  • red value is 71;
  • green value is 138;
  • blue value is 108.
RGB:
(71,138,108)
(28%,54%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 138 of 255 = 54%
B 108 of 255 = 42%

71
138
108

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

Portions of RGB colors in percentages

R + G + B =
71 + 138 + 108 = 317 (100%)
R 71 of 317 ~ 22.4%
G 138 of 317 ~ 43.53%
B 108 of 317 ~ 34.07%

%22.4
%43.53
%34.07

CMYK color model

#478A6C color CMYK value is (49,0,22,46).

  • cyan value is 48.55%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(49,0,22,46)
C49M0Y22K46 
(49%,0%,22%,46%)
(0.49/0.00/0.22/0.46)	

CMYK percentages

%48.55
%0
%21.74
%45.88

Codes

Color #478A6C in popluar color models

478A6C
RGB71138108
HSL153°32.06%40.98%
HSB/HSV153°48.55%54.12%
CMYK48.55%0.00%21.74%
45.88%

Color #478A6C in popluar number systems.

HEX478A6C
Decimal71138108
Binary1000111100010101101100
Octal107212154

Shades and tints

Shades of #478A6C

#478A6C
(71,138,108)
#417E63
(65,126,99)
#3B725A
(59,114,90)
#356651
(53,102,81)
#2F5A48
(47,90,72)
#294E3F
(41,78,63)
#234236
(35,66,54)
#1D362D
(29,54,45)
#172A24
(23,42,36)
#111E1B
(17,30,27)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #478A6C

#478A6C
(71,138,108)
#579479
(87,148,121)
#679E86
(103,158,134)
#77A893
(119,168,147)
#87B2A0
(135,178,160)
#97BCAD
(151,188,173)
#A7C6BA
(167,198,186)
#B7D0C7
(183,208,199)
#C7DAD4
(199,218,212)
#D7E4E1
(215,228,225)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478A6C color. Also use rgb(71,138,108) instead hex code.

Text Font Color

.myTextColor { color: #478A6C; }

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

This text font color is #478A6C.


Background Color

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

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

This div background color is #478A6C.


Border color

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

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

This div border color is #478A6C.


Opacity

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

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

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

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

This text has shadow with #478A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A6C on black background.


Color preview on white background

This text has color #478A6C on white background.



Black color preview on #478A6C background

This text has black color on #478A6C background.


White color preview on #478A6C background

This text has white color on #478A6C background.