COLOR #477050

HEX: #477050
RGB: (71,112,80)

Renk bilgisi

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

RGB renk modeli

#477050 color RGB value is (71,112,80).

  • kırmız ton 71;
  • yeşil ton 112;
  • mavi ton 80.
RGB:
(71,112,80)
(28%,44%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 80 of 255 = 31%

71
112
80

R + G + B ~ 34%. #477050 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 80 = 263 (100%)
R 71 of 263 ~ 27%
G 112 of 263 ~ 42.59%
B 80 of 263 ~ 30.42%

%27
%42.59
%30.42

CMYK RENK MODELİ

#477050 rengi CMYK tonu (37,0,29,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 56.08%
CMYK:
(37,0,29,56)
C37M0Y29K56 
(37%,0%,29%,56%)
(0.37/0.00/0.29/0.56)	

CMYK yüzdeleri

%36.61
%0
%28.57
%56.08

Codes

Color #477050 in popluar color models

477050
RGB7111280
HSL133°22.40%35.88%
HSB/HSV133°36.61%43.92%
CMYK36.61%0.00%28.57%
56.08%

Color #477050 in popluar number systems.

HEX477050
Decimal7111280
Binary100011111100001010000
Octal107160120

Shades and tints

Shades of #477050

#477050
(71,112,80)
#416649
(65,102,73)
#3B5C42
(59,92,66)
#35523B
(53,82,59)
#2F4834
(47,72,52)
#293E2D
(41,62,45)
#233426
(35,52,38)
#1D2A1F
(29,42,31)
#172018
(23,32,24)
#111611
(17,22,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #477050

#477050
(71,112,80)
#577D5F
(87,125,95)
#678A6E
(103,138,110)
#77977D
(119,151,125)
#87A48C
(135,164,140)
#97B19B
(151,177,155)
#A7BEAA
(167,190,170)
#B7CBB9
(183,203,185)
#C7D8C8
(199,216,200)
#D7E5D7
(215,229,215)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477050 color. Also use rgb(71,112,80) instead hex code.

Text Font Color

.myTextColor { color: #477050; }

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

This text font color is #477050.


Background Color

.myBgColor { background-color: #477050; }

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

This div background color is #477050.


Border color

.myBorderColor { border: 1px solid #477050; }

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

This div border color is #477050.


Opacity

.myOpacity80 { color: #477050; opacity: 0.8; }

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

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

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

This text has shadow with #477050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477050 on black background.


Color preview on white background

This text has color #477050 on white background.



Black color preview on #477050 background

This text has black color on #477050 background.


White color preview on #477050 background

This text has white color on #477050 background.