COLOR #475056

HEX: #475056
RGB: (71,80,86)

Renk bilgisi

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

RGB renk modeli

#475056 color RGB value is (71,80,86).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 86 of 255 = 34%

71
80
86

R + G + B ~ 31%. #475056 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 86 = 237 (100%)
R 71 of 237 ~ 29.96%
G 80 of 237 ~ 33.76%
B 86 of 237 ~ 36.29%

%29.96
%33.76
%36.29

CMYK RENK MODELİ

#475056 rengi CMYK tonu (17,7,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 6.98%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,7,0,66)
C17M7Y0K66 
(17%,7%,0%,66%)
(0.17/0.07/0.00/0.66)	

CMYK yüzdeleri

%17.44
%6.98
%0
%66.27

Codes

Color #475056 in popluar color models

475056
RGB718086
HSL204°9.55%30.78%
HSB/HSV204°17.44%33.73%
CMYK17.44%6.98%0.00%
66.27%

Color #475056 in popluar number systems.

HEX475056
Decimal718086
Binary100011110100001010110
Octal107120126

Shades and tints

Shades of #475056

#475056
(71,80,86)
#41494F
(65,73,79)
#3B4248
(59,66,72)
#353B41
(53,59,65)
#2F343A
(47,52,58)
#292D33
(41,45,51)
#23262C
(35,38,44)
#1D1F25
(29,31,37)
#17181E
(23,24,30)
#111117
(17,17,23)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #475056

#475056
(71,80,86)
#575F65
(87,95,101)
#676E74
(103,110,116)
#777D83
(119,125,131)
#878C92
(135,140,146)
#979BA1
(151,155,161)
#A7AAB0
(167,170,176)
#B7B9BF
(183,185,191)
#C7C8CE
(199,200,206)
#D7D7DD
(215,215,221)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475056; }

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

This text font color is #475056.


Background Color

.myBgColor { background-color: #475056; }

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

This div background color is #475056.


Border color

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

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

This div border color is #475056.


Opacity

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

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

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

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

This text has shadow with #475056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475056 on black background.


Color preview on white background

This text has color #475056 on white background.



Black color preview on #475056 background

This text has black color on #475056 background.


White color preview on #475056 background

This text has white color on #475056 background.