COLOR #477B79

HEX: #477B79 RGB: (71,123,121)

Color info

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

RGB color model

#477B79 color RGB value is (71,123,121).

RGB: (71,123,121) (28%, 48%, 47%)

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 121 of 255 = 47%

71
123
121

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

Portions of RGB colors in percentages

R + G + B = 71 + 123 + 121 = 315 (100%)
R 71 of 315 ~ 22.54%
G 123 of 315 ~ 39.05%
B 121 of 315 ~ 38.41'%

%22.54
%39.05
%38.41

CMYK color model

#477B79 color CMYK value is (42,0,2,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 51.76%

CMYK: (42,0,2,52)
C42M0Y2K52 (42%, 0%, 2%, 52%)
(0.42 / 0.00 / 0.02 / 0.52)

CMYK percentages

%42.28
%0
%1.63
%51.76

Codes

Color #477B79 in popluar color models

47 7B 79
RGB 71 123 121
HSL 178° 26.80% 38.04%
HSB/HSV 178° 42.28% 48.24%
CMYK 42.28% 0.00% 1.63%
51.76%

Color #477B79 in popluar number systems.

HEX 47 7B 79
Decimal 71 123 121
Binary 1000111 1111011 1111001
Octal 107 173 171

Shades and tints

Shades of #477B79

#477B79
(71,123,121)
#41706E
(65,112,110)
#3B6563
(59,101,99)
#355A58
(53,90,88)
#2F4F4D
(47,79,77)
#294442
(41,68,66)
#233937
(35,57,55)
#1D2E2C
(29,46,44)
#172321
(23,35,33)
#111816
(17,24,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #477B79

#477B79
(71,123,121)
#578785
(87,135,133)
#679391
(103,147,145)
#779F9D
(119,159,157)
#87ABA9
(135,171,169)
#97B7B5
(151,183,181)
#A7C3C1
(167,195,193)
#B7CFCD
(183,207,205)
#C7DBD9
(199,219,217)
#D7E7E5
(215,231,229)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477B79 color. Also use rgb(71,123,121) instead hex code.

Text Font Color

.myTextColor { color: #477B79; }

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

This text font color is #477B79.

Background Color

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

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

This div background color is #477B79.

Border color

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

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

This div border color is #477B79.

Opacity

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

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

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

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

This text has shadow with #477B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477B79.

Preview

Color preview on black background

This text has color #477B79 on black background.


Color preview on white background

This text has color #477B79 on white background.


Black color preview on #477B79 background

This text has black color on #477B79 background.


White color preview on #477B79 background

This text has white color on #477B79 background.


Related colors

Complementary color

Complementary color for #hex is #B88486.


I love getcolorcode.com

Triadic colors

1 #79477B and #7B7947 with #477B79 are triadic colors.

2 #797B47 and #7B4779 with #477B79 are triadic colors.