COLOR #475E64

HEX: #475E64
RGB: (71,94,100)

Renk bilgisi

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

RGB renk modeli

#475E64 color RGB value is (71,94,100).

  • kırmız ton 71;
  • yeşil ton 94;
  • mavi ton 100.
RGB:
(71,94,100)
(28%,37%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 100 of 255 = 39%

71
94
100

R + G + B ~ 35%. #475E64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 100 = 265 (100%)
R 71 of 265 ~ 26.79%
G 94 of 265 ~ 35.47%
B 100 of 265 ~ 37.74%

%26.79
%35.47
%37.74

CMYK RENK MODELİ

#475E64 rengi CMYK tonu (29,6,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 6.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,6,0,61)
C29M6Y0K61 
(29%,6%,0%,61%)
(0.29/0.06/0.00/0.61)	

CMYK yüzdeleri

%29
%6
%0
%60.78

Codes

Color #475E64 in popluar color models

475E64
RGB7194100
HSL192°16.96%33.53%
HSB/HSV192°29.00%39.22%
CMYK29.00%6.00%0.00%
60.78%

Color #475E64 in popluar number systems.

HEX475E64
Decimal7194100
Binary100011110111101100100
Octal107136144

Shades and tints

Shades of #475E64

#475E64
(71,94,100)
#41565B
(65,86,91)
#3B4E52
(59,78,82)
#354649
(53,70,73)
#2F3E40
(47,62,64)
#293637
(41,54,55)
#232E2E
(35,46,46)
#1D2625
(29,38,37)
#171E1C
(23,30,28)
#111613
(17,22,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #475E64

#475E64
(71,94,100)
#576C72
(87,108,114)
#677A80
(103,122,128)
#77888E
(119,136,142)
#87969C
(135,150,156)
#97A4AA
(151,164,170)
#A7B2B8
(167,178,184)
#B7C0C6
(183,192,198)
#C7CED4
(199,206,212)
#D7DCE2
(215,220,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E64 color. Also use rgb(71,94,100) instead hex code.

Text Font Color

.myTextColor { color: #475E64; }

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

This text font color is #475E64.


Background Color

.myBgColor { background-color: #475E64; }

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

This div background color is #475E64.


Border color

.myBorderColor { border: 1px solid #475E64; }

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

This div border color is #475E64.


Opacity

.myOpacity80 { color: #475E64; opacity: 0.8; }

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

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

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

This text has shadow with #475E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E64 on black background.


Color preview on white background

This text has color #475E64 on white background.



Black color preview on #475E64 background

This text has black color on #475E64 background.


White color preview on #475E64 background

This text has white color on #475E64 background.