COLOR #474553

HEX: #474553
RGB: (71,69,83)

Renk bilgisi

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

RGB renk modeli

#474553 color RGB value is (71,69,83).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 69 of 255 = 27%
B 83 of 255 = 33%

71
69
83

R + G + B ~ 29%. #474553 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 69 + 83 = 223 (100%)
R 71 of 223 ~ 31.84%
G 69 of 223 ~ 30.94%
B 83 of 223 ~ 37.22%

%31.84
%30.94
%37.22

CMYK RENK MODELİ

#474553 rengi CMYK tonu (14,17,0,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 16.87%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(14,17,0,67)
C14M17Y0K67 
(14%,17%,0%,67%)
(0.14/0.17/0.00/0.67)	

CMYK yüzdeleri

%14.46
%16.87
%0
%67.45

Codes

Color #474553 in popluar color models

474553
RGB716983
HSL249°9.21%29.80%
HSB/HSV249°16.87%32.55%
CMYK14.46%16.87%0.00%
67.45%

Color #474553 in popluar number systems.

HEX474553
Decimal716983
Binary100011110001011010011
Octal107105123

Shades and tints

Shades of #474553

#474553
(71,69,83)
#413F4C
(65,63,76)
#3B3945
(59,57,69)
#35333E
(53,51,62)
#2F2D37
(47,45,55)
#292730
(41,39,48)
#232129
(35,33,41)
#1D1B22
(29,27,34)
#17151B
(23,21,27)
#110F14
(17,15,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #474553

#474553
(71,69,83)
#575562
(87,85,98)
#676571
(103,101,113)
#777580
(119,117,128)
#87858F
(135,133,143)
#97959E
(151,149,158)
#A7A5AD
(167,165,173)
#B7B5BC
(183,181,188)
#C7C5CB
(199,197,203)
#D7D5DA
(215,213,218)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474553; }

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

This text font color is #474553.


Background Color

.myBgColor { background-color: #474553; }

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

This div background color is #474553.


Border color

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

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

This div border color is #474553.


Opacity

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

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

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

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

This text has shadow with #474553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474553 on black background.


Color preview on white background

This text has color #474553 on white background.



Black color preview on #474553 background

This text has black color on #474553 background.


White color preview on #474553 background

This text has white color on #474553 background.