COLOR #477D72

HEX: #477D72
RGB: (71,125,114)

Renk bilgisi

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

RGB renk modeli

#477D72 color RGB value is (71,125,114).

  • kırmız ton 71;
  • yeşil ton 125;
  • mavi ton 114.
RGB:
(71,125,114)
(28%,49%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 125 of 255 = 49%
B 114 of 255 = 45%

71
125
114

R + G + B ~ 41%. #477D72 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 125 + 114 = 310 (100%)
R 71 of 310 ~ 22.9%
G 125 of 310 ~ 40.32%
B 114 of 310 ~ 36.77%

%22.9
%40.32
%36.77

CMYK RENK MODELİ

#477D72 rengi CMYK tonu (43,0,9,51).

  • camgöbeği tonu 43.20%
  • eflatun tonu 0.00%
  • sarı tonu 8.80%
  • ana renk tonu 50.98%
CMYK:
(43,0,9,51)
C43M0Y9K51 
(43%,0%,9%,51%)
(0.43/0.00/0.09/0.51)	

CMYK yüzdeleri

%43.2
%0
%8.8
%50.98

Codes

Color #477D72 in popluar color models

477D72
RGB71125114
HSL168°27.55%38.43%
HSB/HSV168°43.20%49.02%
CMYK43.20%0.00%8.80%
50.98%

Color #477D72 in popluar number systems.

HEX477D72
Decimal71125114
Binary100011111111011110010
Octal107175162

Shades and tints

Shades of #477D72

#477D72
(71,125,114)
#417268
(65,114,104)
#3B675E
(59,103,94)
#355C54
(53,92,84)
#2F514A
(47,81,74)
#294640
(41,70,64)
#233B36
(35,59,54)
#1D302C
(29,48,44)
#172522
(23,37,34)
#111A18
(17,26,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #477D72

#477D72
(71,125,114)
#57887E
(87,136,126)
#67938A
(103,147,138)
#779E96
(119,158,150)
#87A9A2
(135,169,162)
#97B4AE
(151,180,174)
#A7BFBA
(167,191,186)
#B7CAC6
(183,202,198)
#C7D5D2
(199,213,210)
#D7E0DE
(215,224,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D72 color. Also use rgb(71,125,114) instead hex code.

Text Font Color

.myTextColor { color: #477D72; }

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

This text font color is #477D72.


Background Color

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

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

This div background color is #477D72.


Border color

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

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

This div border color is #477D72.


Opacity

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

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

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

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

This text has shadow with #477D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D72 on black background.


Color preview on white background

This text has color #477D72 on white background.



Black color preview on #477D72 background

This text has black color on #477D72 background.


White color preview on #477D72 background

This text has white color on #477D72 background.