COLOR #475263

HEX: #475263
RGB: (71,82,99)

Renk bilgisi

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

RGB renk modeli

#475263 color RGB value is (71,82,99).

  • kırmız ton 71;
  • yeşil ton 82;
  • mavi ton 99.
RGB:
(71,82,99)
(28%,32%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 99 of 255 = 39%

71
82
99

R + G + B ~ 33%. #475263 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 99 = 252 (100%)
R 71 of 252 ~ 28.17%
G 82 of 252 ~ 32.54%
B 99 of 252 ~ 39.29%

%28.17
%32.54
%39.29

CMYK RENK MODELİ

#475263 rengi CMYK tonu (28,17,0,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 17.17%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(28,17,0,61)
C28M17Y0K61 
(28%,17%,0%,61%)
(0.28/0.17/0.00/0.61)	

CMYK yüzdeleri

%28.28
%17.17
%0
%61.18

Codes

Color #475263 in popluar color models

475263
RGB718299
HSL216°16.47%33.33%
HSB/HSV216°28.28%38.82%
CMYK28.28%17.17%0.00%
61.18%

Color #475263 in popluar number systems.

HEX475263
Decimal718299
Binary100011110100101100011
Octal107122143

Shades and tints

Shades of #475263

#475263
(71,82,99)
#414B5A
(65,75,90)
#3B4451
(59,68,81)
#353D48
(53,61,72)
#2F363F
(47,54,63)
#292F36
(41,47,54)
#23282D
(35,40,45)
#1D2124
(29,33,36)
#171A1B
(23,26,27)
#111312
(17,19,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #475263

#475263
(71,82,99)
#576171
(87,97,113)
#67707F
(103,112,127)
#777F8D
(119,127,141)
#878E9B
(135,142,155)
#979DA9
(151,157,169)
#A7ACB7
(167,172,183)
#B7BBC5
(183,187,197)
#C7CAD3
(199,202,211)
#D7D9E1
(215,217,225)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475263 color. Also use rgb(71,82,99) instead hex code.

Text Font Color

.myTextColor { color: #475263; }

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

This text font color is #475263.


Background Color

.myBgColor { background-color: #475263; }

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

This div background color is #475263.


Border color

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

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

This div border color is #475263.


Opacity

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

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

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

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

This text has shadow with #475263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475263 on black background.


Color preview on white background

This text has color #475263 on white background.



Black color preview on #475263 background

This text has black color on #475263 background.


White color preview on #475263 background

This text has white color on #475263 background.