COLOR #475B53

HEX: #475B53
RGB: (71,91,83)

Renk bilgisi

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

RGB renk modeli

#475B53 color RGB value is (71,91,83).

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

RGB bağlantıları ve doygunluk

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

71
91
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 83 = 245 (100%)
R 71 of 245 ~ 28.98%
G 91 of 245 ~ 37.14%
B 83 of 245 ~ 33.88%

%28.98
%37.14
%33.88

CMYK RENK MODELİ

#475B53 rengi CMYK tonu (22,0,9,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 0.00%
  • sarı tonu 8.79%
  • ana renk tonu 64.31%
CMYK:
(22,0,9,64)
C22M0Y9K64 
(22%,0%,9%,64%)
(0.22/0.00/0.09/0.64)	

CMYK yüzdeleri

%21.98
%0
%8.79
%64.31

Codes

Color #475B53 in popluar color models

475B53
RGB719183
HSL156°12.35%31.76%
HSB/HSV156°21.98%35.69%
CMYK21.98%0.00%8.79%
64.31%

Color #475B53 in popluar number systems.

HEX475B53
Decimal719183
Binary100011110110111010011
Octal107133123

Shades and tints

Shades of #475B53

#475B53
(71,91,83)
#41534C
(65,83,76)
#3B4B45
(59,75,69)
#35433E
(53,67,62)
#2F3B37
(47,59,55)
#293330
(41,51,48)
#232B29
(35,43,41)
#1D2322
(29,35,34)
#171B1B
(23,27,27)
#111314
(17,19,20)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #475B53

#475B53
(71,91,83)
#576962
(87,105,98)
#677771
(103,119,113)
#778580
(119,133,128)
#87938F
(135,147,143)
#97A19E
(151,161,158)
#A7AFAD
(167,175,173)
#B7BDBC
(183,189,188)
#C7CBCB
(199,203,203)
#D7D9DA
(215,217,218)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B53; }

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

This text font color is #475B53.


Background Color

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

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

This div background color is #475B53.


Border color

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

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

This div border color is #475B53.


Opacity

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

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

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

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

This text has shadow with #475B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B53 on black background.


Color preview on white background

This text has color #475B53 on white background.



Black color preview on #475B53 background

This text has black color on #475B53 background.


White color preview on #475B53 background

This text has white color on #475B53 background.