COLOR #478A81

HEX: #478A81
RGB: (71,138,129)

Color info

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

RGB color model

#478A81 color RGB value is (71,138,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 138 of 255 = 54%
B 129 of 255 = 51%

71
138
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 138 + 129 = 338 (100%)
R 71 of 338 ~ 21.01%
G 138 of 338 ~ 40.83%
B 129 of 338 ~ 38.17%

%21.01
%40.83
%38.17

CMYK color model

#478A81 color CMYK value is (49,0,7,46).

  • cyan value is 48.55%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(49,0,7,46)
C49M0Y7K46 
(49%,0%,7%,46%)
(0.49/0.00/0.07/0.46)	

CMYK percentages

%48.55
%0
%6.52
%45.88

Codes

Color #478A81 in popluar color models

478A81
RGB71138129
HSL172°32.06%40.98%
HSB/HSV172°48.55%54.12%
CMYK48.55%0.00%6.52%
45.88%

Color #478A81 in popluar number systems.

HEX478A81
Decimal71138129
Binary10001111000101010000001
Octal107212201

Shades and tints

Shades of #478A81

#478A81
(71,138,129)
#417E76
(65,126,118)
#3B726B
(59,114,107)
#356660
(53,102,96)
#2F5A55
(47,90,85)
#294E4A
(41,78,74)
#23423F
(35,66,63)
#1D3634
(29,54,52)
#172A29
(23,42,41)
#111E1E
(17,30,30)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #478A81

#478A81
(71,138,129)
#57948C
(87,148,140)
#679E97
(103,158,151)
#77A8A2
(119,168,162)
#87B2AD
(135,178,173)
#97BCB8
(151,188,184)
#A7C6C3
(167,198,195)
#B7D0CE
(183,208,206)
#C7DAD9
(199,218,217)
#D7E4E4
(215,228,228)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478A81; }

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

This text font color is #478A81.


Background Color

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

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

This div background color is #478A81.


Border color

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

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

This div border color is #478A81.


Opacity

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

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

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

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

This text has shadow with #478A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A81 on black background.


Color preview on white background

This text has color #478A81 on white background.



Black color preview on #478A81 background

This text has black color on #478A81 background.


White color preview on #478A81 background

This text has white color on #478A81 background.