COLOR #477F65

HEX: #477F65
RGB: (71,127,101)

Renk bilgisi

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

RGB renk modeli

#477F65 color RGB value is (71,127,101).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 127 of 255 = 50%
B 101 of 255 = 40%

71
127
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 127 + 101 = 299 (100%)
R 71 of 299 ~ 23.75%
G 127 of 299 ~ 42.47%
B 101 of 299 ~ 33.78%

%23.75
%42.47
%33.78

CMYK RENK MODELİ

#477F65 rengi CMYK tonu (44,0,20,50).

  • camgöbeği tonu 44.09%
  • eflatun tonu 0.00%
  • sarı tonu 20.47%
  • ana renk tonu 50.20%
CMYK:
(44,0,20,50)
C44M0Y20K50 
(44%,0%,20%,50%)
(0.44/0.00/0.20/0.50)	

CMYK yüzdeleri

%44.09
%0
%20.47
%50.2

Codes

Color #477F65 in popluar color models

477F65
RGB71127101
HSL152°28.28%38.82%
HSB/HSV152°44.09%49.80%
CMYK44.09%0.00%20.47%
50.20%

Color #477F65 in popluar number systems.

HEX477F65
Decimal71127101
Binary100011111111111100101
Octal107177145

Shades and tints

Shades of #477F65

#477F65
(71,127,101)
#41745C
(65,116,92)
#3B6953
(59,105,83)
#355E4A
(53,94,74)
#2F5341
(47,83,65)
#294838
(41,72,56)
#233D2F
(35,61,47)
#1D3226
(29,50,38)
#17271D
(23,39,29)
#111C14
(17,28,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #477F65

#477F65
(71,127,101)
#578A73
(87,138,115)
#679581
(103,149,129)
#77A08F
(119,160,143)
#87AB9D
(135,171,157)
#97B6AB
(151,182,171)
#A7C1B9
(167,193,185)
#B7CCC7
(183,204,199)
#C7D7D5
(199,215,213)
#D7E2E3
(215,226,227)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F65; }

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

This text font color is #477F65.


Background Color

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

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

This div background color is #477F65.


Border color

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

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

This div border color is #477F65.


Opacity

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

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

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

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

This text has shadow with #477F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F65 on black background.


Color preview on white background

This text has color #477F65 on white background.



Black color preview on #477F65 background

This text has black color on #477F65 background.


White color preview on #477F65 background

This text has white color on #477F65 background.