COLOR #478681

HEX: #478681
RGB: (71,134,129)

Color info

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

RGB color model

#478681 color RGB value is (71,134,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 134 of 255 = 53%
B 129 of 255 = 51%

71
134
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 134 + 129 = 334 (100%)
R 71 of 334 ~ 21.26%
G 134 of 334 ~ 40.12%
B 129 of 334 ~ 38.62%

%21.26
%40.12
%38.62

CMYK color model

#478681 color CMYK value is (47,0,4,47).

  • cyan value is 47.01%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(47,0,4,47)
C47M0Y4K47 
(47%,0%,4%,47%)
(0.47/0.00/0.04/0.47)	

CMYK percentages

%47.01
%0
%3.73
%47.45

Codes

Color #478681 in popluar color models

478681
RGB71134129
HSL175°30.73%40.20%
HSB/HSV175°47.01%52.55%
CMYK47.01%0.00%3.73%
47.45%

Color #478681 in popluar number systems.

HEX478681
Decimal71134129
Binary10001111000011010000001
Octal107206201

Shades and tints

Shades of #478681

#478681
(71,134,129)
#417A76
(65,122,118)
#3B6E6B
(59,110,107)
#356260
(53,98,96)
#2F5655
(47,86,85)
#294A4A
(41,74,74)
#233E3F
(35,62,63)
#1D3234
(29,50,52)
#172629
(23,38,41)
#111A1E
(17,26,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #478681

#478681
(71,134,129)
#57918C
(87,145,140)
#679C97
(103,156,151)
#77A7A2
(119,167,162)
#87B2AD
(135,178,173)
#97BDB8
(151,189,184)
#A7C8C3
(167,200,195)
#B7D3CE
(183,211,206)
#C7DED9
(199,222,217)
#D7E9E4
(215,233,228)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478681; }

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

This text font color is #478681.


Background Color

.myBgColor { background-color: #478681; }

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

This div background color is #478681.


Border color

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

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

This div border color is #478681.


Opacity

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

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

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

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

This text has shadow with #478681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478681 on black background.


Color preview on white background

This text has color #478681 on white background.



Black color preview on #478681 background

This text has black color on #478681 background.


White color preview on #478681 background

This text has white color on #478681 background.