COLOR #478A69

HEX: #478A69
RGB: (71,138,105)

Color info

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

RGB color model

#478A69 color RGB value is (71,138,105).

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

RGB channels and saturation

R 71 of 255 = 28%
G 138 of 255 = 54%
B 105 of 255 = 41%

71
138
105

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

Portions of RGB colors in percentages

R + G + B =
71 + 138 + 105 = 314 (100%)
R 71 of 314 ~ 22.61%
G 138 of 314 ~ 43.95%
B 105 of 314 ~ 33.44%

%22.61
%43.95
%33.44

CMYK color model

#478A69 color CMYK value is (49,0,24,46).

  • cyan value is 48.55%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK:
(49,0,24,46)
C49M0Y24K46 
(49%,0%,24%,46%)
(0.49/0.00/0.24/0.46)	

CMYK percentages

%48.55
%0
%23.91
%45.88

Codes

Color #478A69 in popluar color models

478A69
RGB71138105
HSL150°32.06%40.98%
HSB/HSV150°48.55%54.12%
CMYK48.55%0.00%23.91%
45.88%

Color #478A69 in popluar number systems.

HEX478A69
Decimal71138105
Binary1000111100010101101001
Octal107212151

Shades and tints

Shades of #478A69

#478A69
(71,138,105)
#417E60
(65,126,96)
#3B7257
(59,114,87)
#35664E
(53,102,78)
#2F5A45
(47,90,69)
#294E3C
(41,78,60)
#234233
(35,66,51)
#1D362A
(29,54,42)
#172A21
(23,42,33)
#111E18
(17,30,24)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #478A69

#478A69
(71,138,105)
#579476
(87,148,118)
#679E83
(103,158,131)
#77A890
(119,168,144)
#87B29D
(135,178,157)
#97BCAA
(151,188,170)
#A7C6B7
(167,198,183)
#B7D0C4
(183,208,196)
#C7DAD1
(199,218,209)
#D7E4DE
(215,228,222)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478A69; }

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

This text font color is #478A69.


Background Color

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

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

This div background color is #478A69.


Border color

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

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

This div border color is #478A69.


Opacity

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

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

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

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

This text has shadow with #478A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A69 on black background.


Color preview on white background

This text has color #478A69 on white background.



Black color preview on #478A69 background

This text has black color on #478A69 background.


White color preview on #478A69 background

This text has white color on #478A69 background.