COLOR #477077

HEX: #477077
RGB: (71,112,119)

Renk bilgisi

#477077 contains red, green and blue colors in about the same proportion. #477077 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#477077 color RGB value is (71,112,119).

  • kırmız ton 71;
  • yeşil ton 112;
  • mavi ton 119.
RGB:
(71,112,119)
(28%,44%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 119 of 255 = 47%

71
112
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 119 = 302 (100%)
R 71 of 302 ~ 23.51%
G 112 of 302 ~ 37.09%
B 119 of 302 ~ 39.4%

%23.51
%37.09
%39.4

CMYK RENK MODELİ

#477077 rengi CMYK tonu (40,6,0,53).

  • camgöbeği tonu 40.34%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(40,6,0,53)
C40M6Y0K53 
(40%,6%,0%,53%)
(0.40/0.06/0.00/0.53)	

CMYK yüzdeleri

%40.34
%5.88
%0
%53.33

Codes

Color #477077 in popluar color models

477077
RGB71112119
HSL189°25.26%37.25%
HSB/HSV189°40.34%46.67%
CMYK40.34%5.88%0.00%
53.33%

Color #477077 in popluar number systems.

HEX477077
Decimal71112119
Binary100011111100001110111
Octal107160167

Shades and tints

Shades of #477077

#477077
(71,112,119)
#41666D
(65,102,109)
#3B5C63
(59,92,99)
#355259
(53,82,89)
#2F484F
(47,72,79)
#293E45
(41,62,69)
#23343B
(35,52,59)
#1D2A31
(29,42,49)
#172027
(23,32,39)
#11161D
(17,22,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #477077

#477077
(71,112,119)
#577D83
(87,125,131)
#678A8F
(103,138,143)
#77979B
(119,151,155)
#87A4A7
(135,164,167)
#97B1B3
(151,177,179)
#A7BEBF
(167,190,191)
#B7CBCB
(183,203,203)
#C7D8D7
(199,216,215)
#D7E5E3
(215,229,227)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477077; }

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

This text font color is #477077.


Background Color

.myBgColor { background-color: #477077; }

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

This div background color is #477077.


Border color

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

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

This div border color is #477077.


Opacity

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

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

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

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

This text has shadow with #477077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477077 on black background.


Color preview on white background

This text has color #477077 on white background.



Black color preview on #477077 background

This text has black color on #477077 background.


White color preview on #477077 background

This text has white color on #477077 background.