COLOR #477056

HEX: #477056
RGB: (71,112,86)

Renk bilgisi

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

RGB renk modeli

#477056 color RGB value is (71,112,86).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 86 of 255 = 34%

71
112
86

R + G + B ~ 35%. #477056 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 86 = 269 (100%)
R 71 of 269 ~ 26.39%
G 112 of 269 ~ 41.64%
B 86 of 269 ~ 31.97%

%26.39
%41.64
%31.97

CMYK RENK MODELİ

#477056 rengi CMYK tonu (37,0,23,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 23.21%
  • ana renk tonu 56.08%
CMYK:
(37,0,23,56)
C37M0Y23K56 
(37%,0%,23%,56%)
(0.37/0.00/0.23/0.56)	

CMYK yüzdeleri

%36.61
%0
%23.21
%56.08

Codes

Color #477056 in popluar color models

477056
RGB7111286
HSL142°22.40%35.88%
HSB/HSV142°36.61%43.92%
CMYK36.61%0.00%23.21%
56.08%

Color #477056 in popluar number systems.

HEX477056
Decimal7111286
Binary100011111100001010110
Octal107160126

Shades and tints

Shades of #477056

#477056
(71,112,86)
#41664F
(65,102,79)
#3B5C48
(59,92,72)
#355241
(53,82,65)
#2F483A
(47,72,58)
#293E33
(41,62,51)
#23342C
(35,52,44)
#1D2A25
(29,42,37)
#17201E
(23,32,30)
#111617
(17,22,23)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #477056

#477056
(71,112,86)
#577D65
(87,125,101)
#678A74
(103,138,116)
#779783
(119,151,131)
#87A492
(135,164,146)
#97B1A1
(151,177,161)
#A7BEB0
(167,190,176)
#B7CBBF
(183,203,191)
#C7D8CE
(199,216,206)
#D7E5DD
(215,229,221)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477056; }

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

This text font color is #477056.


Background Color

.myBgColor { background-color: #477056; }

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

This div background color is #477056.


Border color

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

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

This div border color is #477056.


Opacity

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

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

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

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

This text has shadow with #477056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477056 on black background.


Color preview on white background

This text has color #477056 on white background.



Black color preview on #477056 background

This text has black color on #477056 background.


White color preview on #477056 background

This text has white color on #477056 background.