COLOR #474E59

HEX: #474E59
RGB: (71,78,89)

Renk bilgisi

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

RGB renk modeli

#474E59 color RGB value is (71,78,89).

  • kırmız ton 71;
  • yeşil ton 78;
  • mavi ton 89.
RGB:
(71,78,89)
(28%,31%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 89 of 255 = 35%

71
78
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 89 = 238 (100%)
R 71 of 238 ~ 29.83%
G 78 of 238 ~ 32.77%
B 89 of 238 ~ 37.39%

%29.83
%32.77
%37.39

CMYK RENK MODELİ

#474E59 rengi CMYK tonu (20,12,0,65).

  • camgöbeği tonu 20.22%
  • eflatun tonu 12.36%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(20,12,0,65)
C20M12Y0K65 
(20%,12%,0%,65%)
(0.20/0.12/0.00/0.65)	

CMYK yüzdeleri

%20.22
%12.36
%0
%65.1

Codes

Color #474E59 in popluar color models

474E59
RGB717889
HSL217°11.25%31.37%
HSB/HSV217°20.22%34.90%
CMYK20.22%12.36%0.00%
65.10%

Color #474E59 in popluar number systems.

HEX474E59
Decimal717889
Binary100011110011101011001
Octal107116131

Shades and tints

Shades of #474E59

#474E59
(71,78,89)
#414751
(65,71,81)
#3B4049
(59,64,73)
#353941
(53,57,65)
#2F3239
(47,50,57)
#292B31
(41,43,49)
#232429
(35,36,41)
#1D1D21
(29,29,33)
#171619
(23,22,25)
#110F11
(17,15,17)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474E59

#474E59
(71,78,89)
#575E68
(87,94,104)
#676E77
(103,110,119)
#777E86
(119,126,134)
#878E95
(135,142,149)
#979EA4
(151,158,164)
#A7AEB3
(167,174,179)
#B7BEC2
(183,190,194)
#C7CED1
(199,206,209)
#D7DEE0
(215,222,224)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E59 color. Also use rgb(71,78,89) instead hex code.

Text Font Color

.myTextColor { color: #474E59; }

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

This text font color is #474E59.


Background Color

.myBgColor { background-color: #474E59; }

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

This div background color is #474E59.


Border color

.myBorderColor { border: 1px solid #474E59; }

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

This div border color is #474E59.


Opacity

.myOpacity80 { color: #474E59; opacity: 0.8; }

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

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

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

This text has shadow with #474E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E59 on black background.


Color preview on white background

This text has color #474E59 on white background.



Black color preview on #474E59 background

This text has black color on #474E59 background.


White color preview on #474E59 background

This text has white color on #474E59 background.