COLOR #478766

HEX: #478766
RGB: (71,135,102)

Color info

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

RGB color model

#478766 color RGB value is (71,135,102).

  • red value is 71;
  • green value is 135;
  • blue value is 102.
RGB:
(71,135,102)
(28%,53%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 135 of 255 = 53%
B 102 of 255 = 40%

71
135
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 135 + 102 = 308 (100%)
R 71 of 308 ~ 23.05%
G 135 of 308 ~ 43.83%
B 102 of 308 ~ 33.12%

%23.05
%43.83
%33.12

CMYK color model

#478766 color CMYK value is (47,0,24,47).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(47,0,24,47)
C47M0Y24K47 
(47%,0%,24%,47%)
(0.47/0.00/0.24/0.47)	

CMYK percentages

%47.41
%0
%24.44
%47.06

Codes

Color #478766 in popluar color models

478766
RGB71135102
HSL149°31.07%40.39%
HSB/HSV149°47.41%52.94%
CMYK47.41%0.00%24.44%
47.06%

Color #478766 in popluar number systems.

HEX478766
Decimal71135102
Binary1000111100001111100110
Octal107207146

Shades and tints

Shades of #478766

#478766
(71,135,102)
#417B5D
(65,123,93)
#3B6F54
(59,111,84)
#35634B
(53,99,75)
#2F5742
(47,87,66)
#294B39
(41,75,57)
#233F30
(35,63,48)
#1D3327
(29,51,39)
#17271E
(23,39,30)
#111B15
(17,27,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #478766

#478766
(71,135,102)
#579173
(87,145,115)
#679B80
(103,155,128)
#77A58D
(119,165,141)
#87AF9A
(135,175,154)
#97B9A7
(151,185,167)
#A7C3B4
(167,195,180)
#B7CDC1
(183,205,193)
#C7D7CE
(199,215,206)
#D7E1DB
(215,225,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478766 color. Also use rgb(71,135,102) instead hex code.

Text Font Color

.myTextColor { color: #478766; }

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

This text font color is #478766.


Background Color

.myBgColor { background-color: #478766; }

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

This div background color is #478766.


Border color

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

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

This div border color is #478766.


Opacity

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

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

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

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

This text has shadow with #478766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478766 on black background.


Color preview on white background

This text has color #478766 on white background.



Black color preview on #478766 background

This text has black color on #478766 background.


White color preview on #478766 background

This text has white color on #478766 background.