COLOR #476E57

HEX: #476E57
RGB: (71,110,87)

Renk bilgisi

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

RGB renk modeli

#476E57 color RGB value is (71,110,87).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 110 of 255 = 43%
B 87 of 255 = 34%

71
110
87

R + G + B ~ 35%. #476E57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 87 = 268 (100%)
R 71 of 268 ~ 26.49%
G 110 of 268 ~ 41.04%
B 87 of 268 ~ 32.46%

%26.49
%41.04
%32.46

CMYK RENK MODELİ

#476E57 rengi CMYK tonu (35,0,21,57).

  • camgöbeği tonu 35.45%
  • eflatun tonu 0.00%
  • sarı tonu 20.91%
  • ana renk tonu 56.86%
CMYK:
(35,0,21,57)
C35M0Y21K57 
(35%,0%,21%,57%)
(0.35/0.00/0.21/0.57)	

CMYK yüzdeleri

%35.45
%0
%20.91
%56.86

Codes

Color #476E57 in popluar color models

476E57
RGB7111087
HSL145°21.55%35.49%
HSB/HSV145°35.45%43.14%
CMYK35.45%0.00%20.91%
56.86%

Color #476E57 in popluar number systems.

HEX476E57
Decimal7111087
Binary100011111011101010111
Octal107156127

Shades and tints

Shades of #476E57

#476E57
(71,110,87)
#416450
(65,100,80)
#3B5A49
(59,90,73)
#355042
(53,80,66)
#2F463B
(47,70,59)
#293C34
(41,60,52)
#23322D
(35,50,45)
#1D2826
(29,40,38)
#171E1F
(23,30,31)
#111418
(17,20,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #476E57

#476E57
(71,110,87)
#577B66
(87,123,102)
#678875
(103,136,117)
#779584
(119,149,132)
#87A293
(135,162,147)
#97AFA2
(151,175,162)
#A7BCB1
(167,188,177)
#B7C9C0
(183,201,192)
#C7D6CF
(199,214,207)
#D7E3DE
(215,227,222)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E57 color. Also use rgb(71,110,87) instead hex code.

Text Font Color

.myTextColor { color: #476E57; }

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

This text font color is #476E57.


Background Color

.myBgColor { background-color: #476E57; }

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

This div background color is #476E57.


Border color

.myBorderColor { border: 1px solid #476E57; }

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

This div border color is #476E57.


Opacity

.myOpacity80 { color: #476E57; opacity: 0.8; }

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

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

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

This text has shadow with #476E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E57 on black background.


Color preview on white background

This text has color #476E57 on white background.



Black color preview on #476E57 background

This text has black color on #476E57 background.


White color preview on #476E57 background

This text has white color on #476E57 background.