COLOR #477676

HEX: #477676
RGB: (71,118,118)

Color info

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

RGB color model

#477676 color RGB value is (71,118,118).

  • red value is 71;
  • green value is 118;
  • blue value is 118.
RGB:
(71,118,118)
(28%,46%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 118 of 255 = 46%
B 118 of 255 = 46%

71
118
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 118 + 118 = 307 (100%)
R 71 of 307 ~ 23.13%
G 118 of 307 ~ 38.44%
B 118 of 307 ~ 38.44%

%23.13
%38.44
%38.44

CMYK color model

#477676 color CMYK value is (40,0,0,54).

  • cyan value is 39.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,0,0,54)
C40M0Y0K54 
(40%,0%,0%,54%)
(0.40/0.00/0.00/0.54)	

CMYK percentages

%39.83
%0
%0
%53.73

Codes

Color #477676 in popluar color models

477676
RGB71118118
HSL180°24.87%37.06%
HSB/HSV180°39.83%46.27%
CMYK39.83%0.00%0.00%
53.73%

Color #477676 in popluar number systems.

HEX477676
Decimal71118118
Binary100011111101101110110
Octal107166166

Shades and tints

Shades of #477676

#477676
(71,118,118)
#416C6C
(65,108,108)
#3B6262
(59,98,98)
#355858
(53,88,88)
#2F4E4E
(47,78,78)
#294444
(41,68,68)
#233A3A
(35,58,58)
#1D3030
(29,48,48)
#172626
(23,38,38)
#111C1C
(17,28,28)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #477676

#477676
(71,118,118)
#578282
(87,130,130)
#678E8E
(103,142,142)
#779A9A
(119,154,154)
#87A6A6
(135,166,166)
#97B2B2
(151,178,178)
#A7BEBE
(167,190,190)
#B7CACA
(183,202,202)
#C7D6D6
(199,214,214)
#D7E2E2
(215,226,226)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477676; }

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

This text font color is #477676.


Background Color

.myBgColor { background-color: #477676; }

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

This div background color is #477676.


Border color

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

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

This div border color is #477676.


Opacity

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

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

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

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

This text has shadow with #477676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477676 on black background.


Color preview on white background

This text has color #477676 on white background.



Black color preview on #477676 background

This text has black color on #477676 background.


White color preview on #477676 background

This text has white color on #477676 background.