COLOR #475C53

HEX: #475C53
RGB: (71,92,83)

Renk bilgisi

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

RGB renk modeli

#475C53 color RGB value is (71,92,83).

  • kırmız ton 71;
  • yeşil ton 92;
  • mavi ton 83.
RGB:
(71,92,83)
(28%,36%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 83 of 255 = 33%

71
92
83

R + G + B ~ 32%. #475C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 83 = 246 (100%)
R 71 of 246 ~ 28.86%
G 92 of 246 ~ 37.4%
B 83 of 246 ~ 33.74%

%28.86
%37.4
%33.74

CMYK RENK MODELİ

#475C53 rengi CMYK tonu (23,0,10,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 9.78%
  • ana renk tonu 63.92%
CMYK:
(23,0,10,64)
C23M0Y10K64 
(23%,0%,10%,64%)
(0.23/0.00/0.10/0.64)	

CMYK yüzdeleri

%22.83
%0
%9.78
%63.92

Codes

Color #475C53 in popluar color models

475C53
RGB719283
HSL154°12.88%31.96%
HSB/HSV154°22.83%36.08%
CMYK22.83%0.00%9.78%
63.92%

Color #475C53 in popluar number systems.

HEX475C53
Decimal719283
Binary100011110111001010011
Octal107134123

Shades and tints

Shades of #475C53

#475C53
(71,92,83)
#41544C
(65,84,76)
#3B4C45
(59,76,69)
#35443E
(53,68,62)
#2F3C37
(47,60,55)
#293430
(41,52,48)
#232C29
(35,44,41)
#1D2422
(29,36,34)
#171C1B
(23,28,27)
#111414
(17,20,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #475C53

#475C53
(71,92,83)
#576A62
(87,106,98)
#677871
(103,120,113)
#778680
(119,134,128)
#87948F
(135,148,143)
#97A29E
(151,162,158)
#A7B0AD
(167,176,173)
#B7BEBC
(183,190,188)
#C7CCCB
(199,204,203)
#D7DADA
(215,218,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C53 color. Also use rgb(71,92,83) instead hex code.

Text Font Color

.myTextColor { color: #475C53; }

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

This text font color is #475C53.


Background Color

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

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

This div background color is #475C53.


Border color

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

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

This div border color is #475C53.


Opacity

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

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

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

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

This text has shadow with #475C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C53 on black background.


Color preview on white background

This text has color #475C53 on white background.



Black color preview on #475C53 background

This text has black color on #475C53 background.


White color preview on #475C53 background

This text has white color on #475C53 background.