COLOR #478481

HEX: #478481
RGB: (71,132,129)

Color info

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

RGB color model

#478481 color RGB value is (71,132,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 132 of 255 = 52%
B 129 of 255 = 51%

71
132
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 132 + 129 = 332 (100%)
R 71 of 332 ~ 21.39%
G 132 of 332 ~ 39.76%
B 129 of 332 ~ 38.86%

%21.39
%39.76
%38.86

CMYK color model

#478481 color CMYK value is (46,0,2,48).

  • cyan value is 46.21%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(46,0,2,48)
C46M0Y2K48 
(46%,0%,2%,48%)
(0.46/0.00/0.02/0.48)	

CMYK percentages

%46.21
%0
%2.27
%48.24

Codes

Color #478481 in popluar color models

478481
RGB71132129
HSL177°30.05%39.80%
HSB/HSV177°46.21%51.76%
CMYK46.21%0.00%2.27%
48.24%

Color #478481 in popluar number systems.

HEX478481
Decimal71132129
Binary10001111000010010000001
Octal107204201

Shades and tints

Shades of #478481

#478481
(71,132,129)
#417876
(65,120,118)
#3B6C6B
(59,108,107)
#356060
(53,96,96)
#2F5455
(47,84,85)
#29484A
(41,72,74)
#233C3F
(35,60,63)
#1D3034
(29,48,52)
#172429
(23,36,41)
#11181E
(17,24,30)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #478481

#478481
(71,132,129)
#578F8C
(87,143,140)
#679A97
(103,154,151)
#77A5A2
(119,165,162)
#87B0AD
(135,176,173)
#97BBB8
(151,187,184)
#A7C6C3
(167,198,195)
#B7D1CE
(183,209,206)
#C7DCD9
(199,220,217)
#D7E7E4
(215,231,228)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478481; }

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

This text font color is #478481.


Background Color

.myBgColor { background-color: #478481; }

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

This div background color is #478481.


Border color

.myBorderColor { border: 1px solid #478481; }

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

This div border color is #478481.


Opacity

.myOpacity80 { color: #478481; opacity: 0.8; }

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

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

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

This text has shadow with #478481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478481 on black background.


Color preview on white background

This text has color #478481 on white background.



Black color preview on #478481 background

This text has black color on #478481 background.


White color preview on #478481 background

This text has white color on #478481 background.