COLOR #477F63

HEX: #477F63
RGB: (71,127,99)

Renk bilgisi

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

RGB renk modeli

#477F63 color RGB value is (71,127,99).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 127 of 255 = 50%
B 99 of 255 = 39%

71
127
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 127 + 99 = 297 (100%)
R 71 of 297 ~ 23.91%
G 127 of 297 ~ 42.76%
B 99 of 297 ~ 33.33%

%23.91
%42.76
%33.33

CMYK RENK MODELİ

#477F63 rengi CMYK tonu (44,0,22,50).

  • camgöbeği tonu 44.09%
  • eflatun tonu 0.00%
  • sarı tonu 22.05%
  • ana renk tonu 50.20%
CMYK:
(44,0,22,50)
C44M0Y22K50 
(44%,0%,22%,50%)
(0.44/0.00/0.22/0.50)	

CMYK yüzdeleri

%44.09
%0
%22.05
%50.2

Codes

Color #477F63 in popluar color models

477F63
RGB7112799
HSL150°28.28%38.82%
HSB/HSV150°44.09%49.80%
CMYK44.09%0.00%22.05%
50.20%

Color #477F63 in popluar number systems.

HEX477F63
Decimal7112799
Binary100011111111111100011
Octal107177143

Shades and tints

Shades of #477F63

#477F63
(71,127,99)
#41745A
(65,116,90)
#3B6951
(59,105,81)
#355E48
(53,94,72)
#2F533F
(47,83,63)
#294836
(41,72,54)
#233D2D
(35,61,45)
#1D3224
(29,50,36)
#17271B
(23,39,27)
#111C12
(17,28,18)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #477F63

#477F63
(71,127,99)
#578A71
(87,138,113)
#67957F
(103,149,127)
#77A08D
(119,160,141)
#87AB9B
(135,171,155)
#97B6A9
(151,182,169)
#A7C1B7
(167,193,183)
#B7CCC5
(183,204,197)
#C7D7D3
(199,215,211)
#D7E2E1
(215,226,225)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F63; }

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

This text font color is #477F63.


Background Color

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

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

This div background color is #477F63.


Border color

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

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

This div border color is #477F63.


Opacity

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

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

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

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

This text has shadow with #477F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F63 on black background.


Color preview on white background

This text has color #477F63 on white background.



Black color preview on #477F63 background

This text has black color on #477F63 background.


White color preview on #477F63 background

This text has white color on #477F63 background.