COLOR #476654

HEX: #476654
RGB: (71,102,84)

Color info

#476654 contains red, green and blue colors in about the same proportion. Web safe color of #476654 is #336666 (or #366).

RGB color model

#476654 color RGB value is (71,102,84).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 84 of 255 = 33%

71
102
84

R + G + B ~ 34%. #476654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 84 = 257 (100%)
R 71 of 257 ~ 27.63%
G 102 of 257 ~ 39.69%
B 84 of 257 ~ 32.68%

%27.63
%39.69
%32.68

CMYK color model

#476654 color CMYK value is (30,0,18,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 60.00%
CMYK:
(30,0,18,60)
C30M0Y18K60 
(30%,0%,18%,60%)
(0.30/0.00/0.18/0.60)	

CMYK percentages

%30.39
%0
%17.65
%60

Codes

Color #476654 in popluar color models

476654
RGB7110284
HSL145°17.92%33.92%
HSB/HSV145°30.39%40.00%
CMYK30.39%0.00%17.65%
60.00%

Color #476654 in popluar number systems.

HEX476654
Decimal7110284
Binary100011111001101010100
Octal107146124

Shades and tints

Shades of #476654

#476654
(71,102,84)
#415D4D
(65,93,77)
#3B5446
(59,84,70)
#354B3F
(53,75,63)
#2F4238
(47,66,56)
#293931
(41,57,49)
#23302A
(35,48,42)
#1D2723
(29,39,35)
#171E1C
(23,30,28)
#111515
(17,21,21)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #476654

#476654
(71,102,84)
#577363
(87,115,99)
#678072
(103,128,114)
#778D81
(119,141,129)
#879A90
(135,154,144)
#97A79F
(151,167,159)
#A7B4AE
(167,180,174)
#B7C1BD
(183,193,189)
#C7CECC
(199,206,204)
#D7DBDB
(215,219,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476654; }

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

This text font color is #476654.


Background Color

.myBgColor { background-color: #476654; }

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

This div background color is #476654.


Border color

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

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

This div border color is #476654.


Opacity

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

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

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

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

This text has shadow with #476654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476654 on black background.


Color preview on white background

This text has color #476654 on white background.



Black color preview on #476654 background

This text has black color on #476654 background.


White color preview on #476654 background

This text has white color on #476654 background.