COLOR #477960

HEX: #477960
RGB: (71,121,96)

Renk bilgisi

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

RGB renk modeli

#477960 color RGB value is (71,121,96).

  • kırmız ton 71;
  • yeşil ton 121;
  • mavi ton 96.
RGB:
(71,121,96)
(28%,47%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 121 of 255 = 47%
B 96 of 255 = 38%

71
121
96

R + G + B ~ 38%. #477960 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 121 + 96 = 288 (100%)
R 71 of 288 ~ 24.65%
G 121 of 288 ~ 42.01%
B 96 of 288 ~ 33.33%

%24.65
%42.01
%33.33

CMYK RENK MODELİ

#477960 rengi CMYK tonu (41,0,21,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 0.00%
  • sarı tonu 20.66%
  • ana renk tonu 52.55%
CMYK:
(41,0,21,53)
C41M0Y21K53 
(41%,0%,21%,53%)
(0.41/0.00/0.21/0.53)	

CMYK yüzdeleri

%41.32
%0
%20.66
%52.55

Codes

Color #477960 in popluar color models

477960
RGB7112196
HSL150°26.04%37.65%
HSB/HSV150°41.32%47.45%
CMYK41.32%0.00%20.66%
52.55%

Color #477960 in popluar number systems.

HEX477960
Decimal7112196
Binary100011111110011100000
Octal107171140

Shades and tints

Shades of #477960

#477960
(71,121,96)
#416E58
(65,110,88)
#3B6350
(59,99,80)
#355848
(53,88,72)
#2F4D40
(47,77,64)
#294238
(41,66,56)
#233730
(35,55,48)
#1D2C28
(29,44,40)
#172120
(23,33,32)
#111618
(17,22,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #477960

#477960
(71,121,96)
#57856E
(87,133,110)
#67917C
(103,145,124)
#779D8A
(119,157,138)
#87A998
(135,169,152)
#97B5A6
(151,181,166)
#A7C1B4
(167,193,180)
#B7CDC2
(183,205,194)
#C7D9D0
(199,217,208)
#D7E5DE
(215,229,222)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477960 color. Also use rgb(71,121,96) instead hex code.

Text Font Color

.myTextColor { color: #477960; }

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

This text font color is #477960.


Background Color

.myBgColor { background-color: #477960; }

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

This div background color is #477960.


Border color

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

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

This div border color is #477960.


Opacity

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

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

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

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

This text has shadow with #477960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477960 on black background.


Color preview on white background

This text has color #477960 on white background.



Black color preview on #477960 background

This text has black color on #477960 background.


White color preview on #477960 background

This text has white color on #477960 background.