COLOR #477C5A

HEX: #477C5A
RGB: (71,124,90)

Renk bilgisi

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

RGB renk modeli

#477C5A color RGB value is (71,124,90).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 124 of 255 = 49%
B 90 of 255 = 35%

71
124
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 124 + 90 = 285 (100%)
R 71 of 285 ~ 24.91%
G 124 of 285 ~ 43.51%
B 90 of 285 ~ 31.58%

%24.91
%43.51
%31.58

CMYK RENK MODELİ

#477C5A rengi CMYK tonu (43,0,27,51).

  • camgöbeği tonu 42.74%
  • eflatun tonu 0.00%
  • sarı tonu 27.42%
  • ana renk tonu 51.37%
CMYK:
(43,0,27,51)
C43M0Y27K51 
(43%,0%,27%,51%)
(0.43/0.00/0.27/0.51)	

CMYK yüzdeleri

%42.74
%0
%27.42
%51.37

Codes

Color #477C5A in popluar color models

477C5A
RGB7112490
HSL142°27.18%38.24%
HSB/HSV142°42.74%48.63%
CMYK42.74%0.00%27.42%
51.37%

Color #477C5A in popluar number systems.

HEX477C5A
Decimal7112490
Binary100011111111001011010
Octal107174132

Shades and tints

Shades of #477C5A

#477C5A
(71,124,90)
#417152
(65,113,82)
#3B664A
(59,102,74)
#355B42
(53,91,66)
#2F503A
(47,80,58)
#294532
(41,69,50)
#233A2A
(35,58,42)
#1D2F22
(29,47,34)
#17241A
(23,36,26)
#111912
(17,25,18)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #477C5A

#477C5A
(71,124,90)
#578769
(87,135,105)
#679278
(103,146,120)
#779D87
(119,157,135)
#87A896
(135,168,150)
#97B3A5
(151,179,165)
#A7BEB4
(167,190,180)
#B7C9C3
(183,201,195)
#C7D4D2
(199,212,210)
#D7DFE1
(215,223,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477C5A; }

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

This text font color is #477C5A.


Background Color

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

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

This div background color is #477C5A.


Border color

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

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

This div border color is #477C5A.


Opacity

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

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

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

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

This text has shadow with #477C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C5A on black background.


Color preview on white background

This text has color #477C5A on white background.



Black color preview on #477C5A background

This text has black color on #477C5A background.


White color preview on #477C5A background

This text has white color on #477C5A background.