COLOR #477170

HEX: #477170
RGB: (71,113,112)

Renk bilgisi

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

RGB renk modeli

#477170 color RGB value is (71,113,112).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 113 of 255 = 44%
B 112 of 255 = 44%

71
113
112

R + G + B ~ 39%. #477170 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 113 + 112 = 296 (100%)
R 71 of 296 ~ 23.99%
G 113 of 296 ~ 38.18%
B 112 of 296 ~ 37.84%

%23.99
%38.18
%37.84

CMYK RENK MODELİ

#477170 rengi CMYK tonu (37,0,1,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 0.00%
  • sarı tonu 0.88%
  • ana renk tonu 55.69%
CMYK:
(37,0,1,56)
C37M0Y1K56 
(37%,0%,1%,56%)
(0.37/0.00/0.01/0.56)	

CMYK yüzdeleri

%37.17
%0
%0.88
%55.69

Codes

Color #477170 in popluar color models

477170
RGB71113112
HSL179°22.83%36.08%
HSB/HSV179°37.17%44.31%
CMYK37.17%0.00%0.88%
55.69%

Color #477170 in popluar number systems.

HEX477170
Decimal71113112
Binary100011111100011110000
Octal107161160

Shades and tints

Shades of #477170

#477170
(71,113,112)
#416766
(65,103,102)
#3B5D5C
(59,93,92)
#355352
(53,83,82)
#2F4948
(47,73,72)
#293F3E
(41,63,62)
#233534
(35,53,52)
#1D2B2A
(29,43,42)
#172120
(23,33,32)
#111716
(17,23,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #477170

#477170
(71,113,112)
#577D7D
(87,125,125)
#67898A
(103,137,138)
#779597
(119,149,151)
#87A1A4
(135,161,164)
#97ADB1
(151,173,177)
#A7B9BE
(167,185,190)
#B7C5CB
(183,197,203)
#C7D1D8
(199,209,216)
#D7DDE5
(215,221,229)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477170; }

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

This text font color is #477170.


Background Color

.myBgColor { background-color: #477170; }

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

This div background color is #477170.


Border color

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

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

This div border color is #477170.


Opacity

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

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

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

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

This text has shadow with #477170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477170 on black background.


Color preview on white background

This text has color #477170 on white background.



Black color preview on #477170 background

This text has black color on #477170 background.


White color preview on #477170 background

This text has white color on #477170 background.