COLOR #473D55

HEX: #473D55
RGB: (71,61,85)

Renk bilgisi

#473D55 contains red, green and blue colors in about the same proportion. #473D55 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473D55 color RGB value is (71,61,85).

  • kırmız ton 71;
  • yeşil ton 61;
  • mavi ton 85.
RGB:
(71,61,85)
(28%,24%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 85 of 255 = 33%

71
61
85

R + G + B ~ 28%. #473D55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 85 = 217 (100%)
R 71 of 217 ~ 32.72%
G 61 of 217 ~ 28.11%
B 85 of 217 ~ 39.17%

%32.72
%28.11
%39.17

CMYK RENK MODELİ

#473D55 rengi CMYK tonu (16,28,0,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 28.24%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(16,28,0,67)
C16M28Y0K67 
(16%,28%,0%,67%)
(0.16/0.28/0.00/0.67)	

CMYK yüzdeleri

%16.47
%28.24
%0
%66.67

Codes

Color #473D55 in popluar color models

473D55
RGB716185
HSL265°16.44%28.63%
HSB/HSV265°28.24%33.33%
CMYK16.47%28.24%0.00%
66.67%

Color #473D55 in popluar number systems.

HEX473D55
Decimal716185
Binary10001111111011010101
Octal10775125

Shades and tints

Shades of #473D55

#473D55
(71,61,85)
#41384E
(65,56,78)
#3B3347
(59,51,71)
#352E40
(53,46,64)
#2F2939
(47,41,57)
#292432
(41,36,50)
#231F2B
(35,31,43)
#1D1A24
(29,26,36)
#17151D
(23,21,29)
#111016
(17,16,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #473D55

#473D55
(71,61,85)
#574E64
(87,78,100)
#675F73
(103,95,115)
#777082
(119,112,130)
#878191
(135,129,145)
#9792A0
(151,146,160)
#A7A3AF
(167,163,175)
#B7B4BE
(183,180,190)
#C7C5CD
(199,197,205)
#D7D6DC
(215,214,220)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D55 color. Also use rgb(71,61,85) instead hex code.

Text Font Color

.myTextColor { color: #473D55; }

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

This text font color is #473D55.


Background Color

.myBgColor { background-color: #473D55; }

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

This div background color is #473D55.


Border color

.myBorderColor { border: 1px solid #473D55; }

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

This div border color is #473D55.


Opacity

.myOpacity80 { color: #473D55; opacity: 0.8; }

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

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

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

This text has shadow with #473D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D55 on black background.


Color preview on white background

This text has color #473D55 on white background.



Black color preview on #473D55 background

This text has black color on #473D55 background.


White color preview on #473D55 background

This text has white color on #473D55 background.