COLOR #477E81

HEX: #477E81
RGB: (71,126,129)

Renk bilgisi

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

RGB renk modeli

#477E81 color RGB value is (71,126,129).

  • kırmız ton 71;
  • yeşil ton 126;
  • mavi ton 129.
RGB:
(71,126,129)
(28%,49%,51%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 126 of 255 = 49%
B 129 of 255 = 51%

71
126
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 126 + 129 = 326 (100%)
R 71 of 326 ~ 21.78%
G 126 of 326 ~ 38.65%
B 129 of 326 ~ 39.57%

%21.78
%38.65
%39.57

CMYK RENK MODELİ

#477E81 rengi CMYK tonu (45,2,0,49).

  • camgöbeği tonu 44.96%
  • eflatun tonu 2.33%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(45,2,0,49)
C45M2Y0K49 
(45%,2%,0%,49%)
(0.45/0.02/0.00/0.49)	

CMYK yüzdeleri

%44.96
%2.33
%0
%49.41

Codes

Color #477E81 in popluar color models

477E81
RGB71126129
HSL183°29.00%39.22%
HSB/HSV183°44.96%50.59%
CMYK44.96%2.33%0.00%
49.41%

Color #477E81 in popluar number systems.

HEX477E81
Decimal71126129
Binary1000111111111010000001
Octal107176201

Shades and tints

Shades of #477E81

#477E81
(71,126,129)
#417376
(65,115,118)
#3B686B
(59,104,107)
#355D60
(53,93,96)
#2F5255
(47,82,85)
#29474A
(41,71,74)
#233C3F
(35,60,63)
#1D3134
(29,49,52)
#172629
(23,38,41)
#111B1E
(17,27,30)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #477E81

#477E81
(71,126,129)
#57898C
(87,137,140)
#679497
(103,148,151)
#779FA2
(119,159,162)
#87AAAD
(135,170,173)
#97B5B8
(151,181,184)
#A7C0C3
(167,192,195)
#B7CBCE
(183,203,206)
#C7D6D9
(199,214,217)
#D7E1E4
(215,225,228)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E81 color. Also use rgb(71,126,129) instead hex code.

Text Font Color

.myTextColor { color: #477E81; }

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

This text font color is #477E81.


Background Color

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

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

This div background color is #477E81.


Border color

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

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

This div border color is #477E81.


Opacity

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

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

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

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

This text has shadow with #477E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E81 on black background.


Color preview on white background

This text has color #477E81 on white background.



Black color preview on #477E81 background

This text has black color on #477E81 background.


White color preview on #477E81 background

This text has white color on #477E81 background.