COLOR #477B70

HEX: #477B70
RGB: (71,123,112)

Renk bilgisi

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

RGB renk modeli

#477B70 color RGB value is (71,123,112).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 123 of 255 = 48%
B 112 of 255 = 44%

71
123
112

R + G + B ~ 40%. #477B70 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 123 + 112 = 306 (100%)
R 71 of 306 ~ 23.2%
G 123 of 306 ~ 40.2%
B 112 of 306 ~ 36.6%

%23.2
%40.2
%36.6

CMYK RENK MODELİ

#477B70 rengi CMYK tonu (42,0,9,52).

  • camgöbeği tonu 42.28%
  • eflatun tonu 0.00%
  • sarı tonu 8.94%
  • ana renk tonu 51.76%
CMYK:
(42,0,9,52)
C42M0Y9K52 
(42%,0%,9%,52%)
(0.42/0.00/0.09/0.52)	

CMYK yüzdeleri

%42.28
%0
%8.94
%51.76

Codes

Color #477B70 in popluar color models

477B70
RGB71123112
HSL167°26.80%38.04%
HSB/HSV167°42.28%48.24%
CMYK42.28%0.00%8.94%
51.76%

Color #477B70 in popluar number systems.

HEX477B70
Decimal71123112
Binary100011111110111110000
Octal107173160

Shades and tints

Shades of #477B70

#477B70
(71,123,112)
#417066
(65,112,102)
#3B655C
(59,101,92)
#355A52
(53,90,82)
#2F4F48
(47,79,72)
#29443E
(41,68,62)
#233934
(35,57,52)
#1D2E2A
(29,46,42)
#172320
(23,35,32)
#111816
(17,24,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #477B70

#477B70
(71,123,112)
#57877D
(87,135,125)
#67938A
(103,147,138)
#779F97
(119,159,151)
#87ABA4
(135,171,164)
#97B7B1
(151,183,177)
#A7C3BE
(167,195,190)
#B7CFCB
(183,207,203)
#C7DBD8
(199,219,216)
#D7E7E5
(215,231,229)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477B70; }

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

This text font color is #477B70.


Background Color

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

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

This div background color is #477B70.


Border color

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

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

This div border color is #477B70.


Opacity

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

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

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

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

This text has shadow with #477B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B70 on black background.


Color preview on white background

This text has color #477B70 on white background.



Black color preview on #477B70 background

This text has black color on #477B70 background.


White color preview on #477B70 background

This text has white color on #477B70 background.