COLOR #477C77

HEX: #477C77
RGB: (71,124,119)

Renk bilgisi

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

RGB renk modeli

#477C77 color RGB value is (71,124,119).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 124 of 255 = 49%
B 119 of 255 = 47%

71
124
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 124 + 119 = 314 (100%)
R 71 of 314 ~ 22.61%
G 124 of 314 ~ 39.49%
B 119 of 314 ~ 37.9%

%22.61
%39.49
%37.9

CMYK RENK MODELİ

#477C77 rengi CMYK tonu (43,0,4,51).

  • camgöbeği tonu 42.74%
  • eflatun tonu 0.00%
  • sarı tonu 4.03%
  • ana renk tonu 51.37%
CMYK:
(43,0,4,51)
C43M0Y4K51 
(43%,0%,4%,51%)
(0.43/0.00/0.04/0.51)	

CMYK yüzdeleri

%42.74
%0
%4.03
%51.37

Codes

Color #477C77 in popluar color models

477C77
RGB71124119
HSL174°27.18%38.24%
HSB/HSV174°42.74%48.63%
CMYK42.74%0.00%4.03%
51.37%

Color #477C77 in popluar number systems.

HEX477C77
Decimal71124119
Binary100011111111001110111
Octal107174167

Shades and tints

Shades of #477C77

#477C77
(71,124,119)
#41716D
(65,113,109)
#3B6663
(59,102,99)
#355B59
(53,91,89)
#2F504F
(47,80,79)
#294545
(41,69,69)
#233A3B
(35,58,59)
#1D2F31
(29,47,49)
#172427
(23,36,39)
#11191D
(17,25,29)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #477C77

#477C77
(71,124,119)
#578783
(87,135,131)
#67928F
(103,146,143)
#779D9B
(119,157,155)
#87A8A7
(135,168,167)
#97B3B3
(151,179,179)
#A7BEBF
(167,190,191)
#B7C9CB
(183,201,203)
#C7D4D7
(199,212,215)
#D7DFE3
(215,223,227)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477C77; }

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

This text font color is #477C77.


Background Color

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

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

This div background color is #477C77.


Border color

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

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

This div border color is #477C77.


Opacity

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

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

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

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

This text has shadow with #477C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C77 on black background.


Color preview on white background

This text has color #477C77 on white background.



Black color preview on #477C77 background

This text has black color on #477C77 background.


White color preview on #477C77 background

This text has white color on #477C77 background.