COLOR #477F57

HEX: #477F57
RGB: (71,127,87)

Renk bilgisi

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

RGB renk modeli

#477F57 color RGB value is (71,127,87).

  • kırmız ton 71;
  • yeşil ton 127;
  • mavi ton 87.
RGB:
(71,127,87)
(28%,50%,34%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 127 of 255 = 50%
B 87 of 255 = 34%

71
127
87

R + G + B ~ 37%. #477F57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 127 + 87 = 285 (100%)
R 71 of 285 ~ 24.91%
G 127 of 285 ~ 44.56%
B 87 of 285 ~ 30.53%

%24.91
%44.56
%30.53

CMYK RENK MODELİ

#477F57 rengi CMYK tonu (44,0,31,50).

  • camgöbeği tonu 44.09%
  • eflatun tonu 0.00%
  • sarı tonu 31.50%
  • ana renk tonu 50.20%
CMYK:
(44,0,31,50)
C44M0Y31K50 
(44%,0%,31%,50%)
(0.44/0.00/0.31/0.50)	

CMYK yüzdeleri

%44.09
%0
%31.5
%50.2

Codes

Color #477F57 in popluar color models

477F57
RGB7112787
HSL137°28.28%38.82%
HSB/HSV137°44.09%49.80%
CMYK44.09%0.00%31.50%
50.20%

Color #477F57 in popluar number systems.

HEX477F57
Decimal7112787
Binary100011111111111010111
Octal107177127

Shades and tints

Shades of #477F57

#477F57
(71,127,87)
#417450
(65,116,80)
#3B6949
(59,105,73)
#355E42
(53,94,66)
#2F533B
(47,83,59)
#294834
(41,72,52)
#233D2D
(35,61,45)
#1D3226
(29,50,38)
#17271F
(23,39,31)
#111C18
(17,28,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #477F57

#477F57
(71,127,87)
#578A66
(87,138,102)
#679575
(103,149,117)
#77A084
(119,160,132)
#87AB93
(135,171,147)
#97B6A2
(151,182,162)
#A7C1B1
(167,193,177)
#B7CCC0
(183,204,192)
#C7D7CF
(199,215,207)
#D7E2DE
(215,226,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F57 color. Also use rgb(71,127,87) instead hex code.

Text Font Color

.myTextColor { color: #477F57; }

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

This text font color is #477F57.


Background Color

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

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

This div background color is #477F57.


Border color

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

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

This div border color is #477F57.


Opacity

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

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

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

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

This text has shadow with #477F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F57 on black background.


Color preview on white background

This text has color #477F57 on white background.



Black color preview on #477F57 background

This text has black color on #477F57 background.


White color preview on #477F57 background

This text has white color on #477F57 background.