COLOR #477A7C

HEX: #477A7C
RGB: (71,122,124)

Color info

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

RGB color model

#477A7C color RGB value is (71,122,124).

  • red value is 71;
  • green value is 122;
  • blue value is 124.
RGB:
(71,122,124)
(28%,48%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 122 of 255 = 48%
B 124 of 255 = 49%

71
122
124

R + G + B ~ 42%. #477A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 122 + 124 = 317 (100%)
R 71 of 317 ~ 22.4%
G 122 of 317 ~ 38.49%
B 124 of 317 ~ 39.12%

%22.4
%38.49
%39.12

CMYK color model

#477A7C color CMYK value is (43,2,0,51).

  • cyan value is 42.74%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,2,0,51)
C43M2Y0K51 
(43%,2%,0%,51%)
(0.43/0.02/0.00/0.51)	

CMYK percentages

%42.74
%1.61
%0
%51.37

Codes

Color #477A7C in popluar color models

477A7C
RGB71122124
HSL182°27.18%38.24%
HSB/HSV182°42.74%48.63%
CMYK42.74%1.61%0.00%
51.37%

Color #477A7C in popluar number systems.

HEX477A7C
Decimal71122124
Binary100011111110101111100
Octal107172174

Shades and tints

Shades of #477A7C

#477A7C
(71,122,124)
#416F71
(65,111,113)
#3B6466
(59,100,102)
#35595B
(53,89,91)
#2F4E50
(47,78,80)
#294345
(41,67,69)
#23383A
(35,56,58)
#1D2D2F
(29,45,47)
#172224
(23,34,36)
#111719
(17,23,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #477A7C

#477A7C
(71,122,124)
#578687
(87,134,135)
#679292
(103,146,146)
#779E9D
(119,158,157)
#87AAA8
(135,170,168)
#97B6B3
(151,182,179)
#A7C2BE
(167,194,190)
#B7CEC9
(183,206,201)
#C7DAD4
(199,218,212)
#D7E6DF
(215,230,223)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477A7C color. Also use rgb(71,122,124) instead hex code.

Text Font Color

.myTextColor { color: #477A7C; }

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

This text font color is #477A7C.


Background Color

.myBgColor { background-color: #477A7C; }

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

This div background color is #477A7C.


Border color

.myBorderColor { border: 1px solid #477A7C; }

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

This div border color is #477A7C.


Opacity

.myOpacity80 { color: #477A7C; opacity: 0.8; }

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

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

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

This text has shadow with #477A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477A7C on black background.


Color preview on white background

This text has color #477A7C on white background.



Black color preview on #477A7C background

This text has black color on #477A7C background.


White color preview on #477A7C background

This text has white color on #477A7C background.