COLOR #477061

HEX: #477061
RGB: (71,112,97)

Renk bilgisi

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

RGB renk modeli

#477061 color RGB value is (71,112,97).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 97 of 255 = 38%

71
112
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 97 = 280 (100%)
R 71 of 280 ~ 25.36%
G 112 of 280 ~ 40%
B 97 of 280 ~ 34.64%

%25.36
%40
%34.64

CMYK RENK MODELİ

#477061 rengi CMYK tonu (37,0,13,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 13.39%
  • ana renk tonu 56.08%
CMYK:
(37,0,13,56)
C37M0Y13K56 
(37%,0%,13%,56%)
(0.37/0.00/0.13/0.56)	

CMYK yüzdeleri

%36.61
%0
%13.39
%56.08

Codes

Color #477061 in popluar color models

477061
RGB7111297
HSL158°22.40%35.88%
HSB/HSV158°36.61%43.92%
CMYK36.61%0.00%13.39%
56.08%

Color #477061 in popluar number systems.

HEX477061
Decimal7111297
Binary100011111100001100001
Octal107160141

Shades and tints

Shades of #477061

#477061
(71,112,97)
#416659
(65,102,89)
#3B5C51
(59,92,81)
#355249
(53,82,73)
#2F4841
(47,72,65)
#293E39
(41,62,57)
#233431
(35,52,49)
#1D2A29
(29,42,41)
#172021
(23,32,33)
#111619
(17,22,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #477061

#477061
(71,112,97)
#577D6F
(87,125,111)
#678A7D
(103,138,125)
#77978B
(119,151,139)
#87A499
(135,164,153)
#97B1A7
(151,177,167)
#A7BEB5
(167,190,181)
#B7CBC3
(183,203,195)
#C7D8D1
(199,216,209)
#D7E5DF
(215,229,223)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477061; }

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

This text font color is #477061.


Background Color

.myBgColor { background-color: #477061; }

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

This div background color is #477061.


Border color

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

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

This div border color is #477061.


Opacity

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

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

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

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

This text has shadow with #477061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477061 on black background.


Color preview on white background

This text has color #477061 on white background.



Black color preview on #477061 background

This text has black color on #477061 background.


White color preview on #477061 background

This text has white color on #477061 background.