COLOR #475053

HEX: #475053
RGB: (71,80,83)

Renk bilgisi

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

RGB renk modeli

#475053 color RGB value is (71,80,83).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 83 of 255 = 33%

71
80
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 83 = 234 (100%)
R 71 of 234 ~ 30.34%
G 80 of 234 ~ 34.19%
B 83 of 234 ~ 35.47%

%30.34
%34.19
%35.47

CMYK RENK MODELİ

#475053 rengi CMYK tonu (14,4,0,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 3.61%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(14,4,0,67)
C14M4Y0K67 
(14%,4%,0%,67%)
(0.14/0.04/0.00/0.67)	

CMYK yüzdeleri

%14.46
%3.61
%0
%67.45

Codes

Color #475053 in popluar color models

475053
RGB718083
HSL195°7.79%30.20%
HSB/HSV195°14.46%32.55%
CMYK14.46%3.61%0.00%
67.45%

Color #475053 in popluar number systems.

HEX475053
Decimal718083
Binary100011110100001010011
Octal107120123

Shades and tints

Shades of #475053

#475053
(71,80,83)
#41494C
(65,73,76)
#3B4245
(59,66,69)
#353B3E
(53,59,62)
#2F3437
(47,52,55)
#292D30
(41,45,48)
#232629
(35,38,41)
#1D1F22
(29,31,34)
#17181B
(23,24,27)
#111114
(17,17,20)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #475053

#475053
(71,80,83)
#575F62
(87,95,98)
#676E71
(103,110,113)
#777D80
(119,125,128)
#878C8F
(135,140,143)
#979B9E
(151,155,158)
#A7AAAD
(167,170,173)
#B7B9BC
(183,185,188)
#C7C8CB
(199,200,203)
#D7D7DA
(215,215,218)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475053; }

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

This text font color is #475053.


Background Color

.myBgColor { background-color: #475053; }

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

This div background color is #475053.


Border color

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

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

This div border color is #475053.


Opacity

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

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

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

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

This text has shadow with #475053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475053 on black background.


Color preview on white background

This text has color #475053 on white background.



Black color preview on #475053 background

This text has black color on #475053 background.


White color preview on #475053 background

This text has white color on #475053 background.