COLOR #477A5C

HEX: #477A5C
RGB: (71,122,92)

Renk bilgisi

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

RGB renk modeli

#477A5C color RGB value is (71,122,92).

  • kırmız ton 71;
  • yeşil ton 122;
  • mavi ton 92.
RGB:
(71,122,92)
(28%,48%,36%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 122 of 255 = 48%
B 92 of 255 = 36%

71
122
92

R + G + B ~ 37%. #477A5C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 122 + 92 = 285 (100%)
R 71 of 285 ~ 24.91%
G 122 of 285 ~ 42.81%
B 92 of 285 ~ 32.28%

%24.91
%42.81
%32.28

CMYK RENK MODELİ

#477A5C rengi CMYK tonu (42,0,25,52).

  • camgöbeği tonu 41.80%
  • eflatun tonu 0.00%
  • sarı tonu 24.59%
  • ana renk tonu 52.16%
CMYK:
(42,0,25,52)
C42M0Y25K52 
(42%,0%,25%,52%)
(0.42/0.00/0.25/0.52)	

CMYK yüzdeleri

%41.8
%0
%24.59
%52.16

Codes

Color #477A5C in popluar color models

477A5C
RGB7112292
HSL145°26.42%37.84%
HSB/HSV145°41.80%47.84%
CMYK41.80%0.00%24.59%
52.16%

Color #477A5C in popluar number systems.

HEX477A5C
Decimal7112292
Binary100011111110101011100
Octal107172134

Shades and tints

Shades of #477A5C

#477A5C
(71,122,92)
#416F54
(65,111,84)
#3B644C
(59,100,76)
#355944
(53,89,68)
#2F4E3C
(47,78,60)
#294334
(41,67,52)
#23382C
(35,56,44)
#1D2D24
(29,45,36)
#17221C
(23,34,28)
#111714
(17,23,20)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #477A5C

#477A5C
(71,122,92)
#57866A
(87,134,106)
#679278
(103,146,120)
#779E86
(119,158,134)
#87AA94
(135,170,148)
#97B6A2
(151,182,162)
#A7C2B0
(167,194,176)
#B7CEBE
(183,206,190)
#C7DACC
(199,218,204)
#D7E6DA
(215,230,218)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477A5C color. Also use rgb(71,122,92) instead hex code.

Text Font Color

.myTextColor { color: #477A5C; }

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

This text font color is #477A5C.


Background Color

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

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

This div background color is #477A5C.


Border color

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

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

This div border color is #477A5C.


Opacity

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

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

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

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

This text has shadow with #477A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477A5C on black background.


Color preview on white background

This text has color #477A5C on white background.



Black color preview on #477A5C background

This text has black color on #477A5C background.


White color preview on #477A5C background

This text has white color on #477A5C background.