COLOR #478482

HEX: #478482
RGB: (71,132,130)

Color info

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

RGB color model

#478482 color RGB value is (71,132,130).

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

RGB channels and saturation

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

71
132
130

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

Portions of RGB colors in percentages

R + G + B =
71 + 132 + 130 = 333 (100%)
R 71 of 333 ~ 21.32%
G 132 of 333 ~ 39.64%
B 130 of 333 ~ 39.04%

%21.32
%39.64
%39.04

CMYK color model

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

  • cyan value is 46.21%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • 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
%1.52
%48.24

Codes

Color #478482 in popluar color models

478482
RGB71132130
HSL178°30.05%39.80%
HSB/HSV178°46.21%51.76%
CMYK46.21%0.00%1.52%
48.24%

Color #478482 in popluar number systems.

HEX478482
Decimal71132130
Binary10001111000010010000010
Octal107204202

Shades and tints

Shades of #478482

#478482
(71,132,130)
#417877
(65,120,119)
#3B6C6C
(59,108,108)
#356061
(53,96,97)
#2F5456
(47,84,86)
#29484B
(41,72,75)
#233C40
(35,60,64)
#1D3035
(29,48,53)
#17242A
(23,36,42)
#11181F
(17,24,31)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #478482

#478482
(71,132,130)
#578F8D
(87,143,141)
#679A98
(103,154,152)
#77A5A3
(119,165,163)
#87B0AE
(135,176,174)
#97BBB9
(151,187,185)
#A7C6C4
(167,198,196)
#B7D1CF
(183,209,207)
#C7DCDA
(199,220,218)
#D7E7E5
(215,231,229)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478482; }

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

This text font color is #478482.


Background Color

.myBgColor { background-color: #478482; }

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

This div background color is #478482.


Border color

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

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

This div border color is #478482.


Opacity

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

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

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

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

This text has shadow with #478482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478482 on black background.


Color preview on white background

This text has color #478482 on white background.



Black color preview on #478482 background

This text has black color on #478482 background.


White color preview on #478482 background

This text has white color on #478482 background.