COLOR #477C72

HEX: #477C72
RGB: (71,124,114)

Renk bilgisi

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

RGB renk modeli

#477C72 color RGB value is (71,124,114).

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

RGB bağlantıları ve doygunluk

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

71
124
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 124 + 114 = 309 (100%)
R 71 of 309 ~ 22.98%
G 124 of 309 ~ 40.13%
B 114 of 309 ~ 36.89%

%22.98
%40.13
%36.89

CMYK RENK MODELİ

#477C72 rengi CMYK tonu (43,0,8,51).

  • camgöbeği tonu 42.74%
  • eflatun tonu 0.00%
  • sarı tonu 8.06%
  • ana renk tonu 51.37%
CMYK:
(43,0,8,51)
C43M0Y8K51 
(43%,0%,8%,51%)
(0.43/0.00/0.08/0.51)	

CMYK yüzdeleri

%42.74
%0
%8.06
%51.37

Codes

Color #477C72 in popluar color models

477C72
RGB71124114
HSL169°27.18%38.24%
HSB/HSV169°42.74%48.63%
CMYK42.74%0.00%8.06%
51.37%

Color #477C72 in popluar number systems.

HEX477C72
Decimal71124114
Binary100011111111001110010
Octal107174162

Shades and tints

Shades of #477C72

#477C72
(71,124,114)
#417168
(65,113,104)
#3B665E
(59,102,94)
#355B54
(53,91,84)
#2F504A
(47,80,74)
#294540
(41,69,64)
#233A36
(35,58,54)
#1D2F2C
(29,47,44)
#172422
(23,36,34)
#111918
(17,25,24)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #477C72

#477C72
(71,124,114)
#57877E
(87,135,126)
#67928A
(103,146,138)
#779D96
(119,157,150)
#87A8A2
(135,168,162)
#97B3AE
(151,179,174)
#A7BEBA
(167,190,186)
#B7C9C6
(183,201,198)
#C7D4D2
(199,212,210)
#D7DFDE
(215,223,222)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477C72; }

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

This text font color is #477C72.


Background Color

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

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

This div background color is #477C72.


Border color

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

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

This div border color is #477C72.


Opacity

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

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

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

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

This text has shadow with #477C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C72 on black background.


Color preview on white background

This text has color #477C72 on white background.



Black color preview on #477C72 background

This text has black color on #477C72 background.


White color preview on #477C72 background

This text has white color on #477C72 background.