COLOR #477D55

HEX: #477D55
RGB: (71,125,85)

Renk bilgisi

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

RGB renk modeli

#477D55 color RGB value is (71,125,85).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 125 of 255 = 49%
B 85 of 255 = 33%

71
125
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 125 + 85 = 281 (100%)
R 71 of 281 ~ 25.27%
G 125 of 281 ~ 44.48%
B 85 of 281 ~ 30.25%

%25.27
%44.48
%30.25

CMYK RENK MODELİ

#477D55 rengi CMYK tonu (43,0,32,51).

  • camgöbeği tonu 43.20%
  • eflatun tonu 0.00%
  • sarı tonu 32.00%
  • ana renk tonu 50.98%
CMYK:
(43,0,32,51)
C43M0Y32K51 
(43%,0%,32%,51%)
(0.43/0.00/0.32/0.51)	

CMYK yüzdeleri

%43.2
%0
%32
%50.98

Codes

Color #477D55 in popluar color models

477D55
RGB7112585
HSL136°27.55%38.43%
HSB/HSV136°43.20%49.02%
CMYK43.20%0.00%32.00%
50.98%

Color #477D55 in popluar number systems.

HEX477D55
Decimal7112585
Binary100011111111011010101
Octal107175125

Shades and tints

Shades of #477D55

#477D55
(71,125,85)
#41724E
(65,114,78)
#3B6747
(59,103,71)
#355C40
(53,92,64)
#2F5139
(47,81,57)
#294632
(41,70,50)
#233B2B
(35,59,43)
#1D3024
(29,48,36)
#17251D
(23,37,29)
#111A16
(17,26,22)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #477D55

#477D55
(71,125,85)
#578864
(87,136,100)
#679373
(103,147,115)
#779E82
(119,158,130)
#87A991
(135,169,145)
#97B4A0
(151,180,160)
#A7BFAF
(167,191,175)
#B7CABE
(183,202,190)
#C7D5CD
(199,213,205)
#D7E0DC
(215,224,220)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477D55; }

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

This text font color is #477D55.


Background Color

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

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

This div background color is #477D55.


Border color

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

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

This div border color is #477D55.


Opacity

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

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

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

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

This text has shadow with #477D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D55 on black background.


Color preview on white background

This text has color #477D55 on white background.



Black color preview on #477D55 background

This text has black color on #477D55 background.


White color preview on #477D55 background

This text has white color on #477D55 background.