COLOR #478562

HEX: #478562
RGB: (71,133,98)

Color info

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

RGB color model

#478562 color RGB value is (71,133,98).

  • red value is 71;
  • green value is 133;
  • blue value is 98.
RGB:
(71,133,98)
(28%,52%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 98 of 255 = 38%

71
133
98

R + G + B ~ 39%. #478562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 98 = 302 (100%)
R 71 of 302 ~ 23.51%
G 133 of 302 ~ 44.04%
B 98 of 302 ~ 32.45%

%23.51
%44.04
%32.45

CMYK color model

#478562 color CMYK value is (47,0,26,48).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(47,0,26,48)
C47M0Y26K48 
(47%,0%,26%,48%)
(0.47/0.00/0.26/0.48)	

CMYK percentages

%46.62
%0
%26.32
%47.84

Codes

Color #478562 in popluar color models

478562
RGB7113398
HSL146°30.39%40.00%
HSB/HSV146°46.62%52.16%
CMYK46.62%0.00%26.32%
47.84%

Color #478562 in popluar number systems.

HEX478562
Decimal7113398
Binary1000111100001011100010
Octal107205142

Shades and tints

Shades of #478562

#478562
(71,133,98)
#41795A
(65,121,90)
#3B6D52
(59,109,82)
#35614A
(53,97,74)
#2F5542
(47,85,66)
#29493A
(41,73,58)
#233D32
(35,61,50)
#1D312A
(29,49,42)
#172522
(23,37,34)
#11191A
(17,25,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #478562

#478562
(71,133,98)
#579070
(87,144,112)
#679B7E
(103,155,126)
#77A68C
(119,166,140)
#87B19A
(135,177,154)
#97BCA8
(151,188,168)
#A7C7B6
(167,199,182)
#B7D2C4
(183,210,196)
#C7DDD2
(199,221,210)
#D7E8E0
(215,232,224)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478562 color. Also use rgb(71,133,98) instead hex code.

Text Font Color

.myTextColor { color: #478562; }

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

This text font color is #478562.


Background Color

.myBgColor { background-color: #478562; }

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

This div background color is #478562.


Border color

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

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

This div border color is #478562.


Opacity

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

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

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

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

This text has shadow with #478562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478562 on black background.


Color preview on white background

This text has color #478562 on white background.



Black color preview on #478562 background

This text has black color on #478562 background.


White color preview on #478562 background

This text has white color on #478562 background.