COLOR #474D55

HEX: #474D55
RGB: (71,77,85)

Renk bilgisi

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

RGB renk modeli

#474D55 color RGB value is (71,77,85).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 77 of 255 = 30%
B 85 of 255 = 33%

71
77
85

R + G + B ~ 30%. #474D55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 77 + 85 = 233 (100%)
R 71 of 233 ~ 30.47%
G 77 of 233 ~ 33.05%
B 85 of 233 ~ 36.48%

%30.47
%33.05
%36.48

CMYK RENK MODELİ

#474D55 rengi CMYK tonu (16,9,0,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 9.41%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(16,9,0,67)
C16M9Y0K67 
(16%,9%,0%,67%)
(0.16/0.09/0.00/0.67)	

CMYK yüzdeleri

%16.47
%9.41
%0
%66.67

Codes

Color #474D55 in popluar color models

474D55
RGB717785
HSL214°8.97%30.59%
HSB/HSV214°16.47%33.33%
CMYK16.47%9.41%0.00%
66.67%

Color #474D55 in popluar number systems.

HEX474D55
Decimal717785
Binary100011110011011010101
Octal107115125

Shades and tints

Shades of #474D55

#474D55
(71,77,85)
#41464E
(65,70,78)
#3B3F47
(59,63,71)
#353840
(53,56,64)
#2F3139
(47,49,57)
#292A32
(41,42,50)
#23232B
(35,35,43)
#1D1C24
(29,28,36)
#17151D
(23,21,29)
#110E16
(17,14,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #474D55

#474D55
(71,77,85)
#575D64
(87,93,100)
#676D73
(103,109,115)
#777D82
(119,125,130)
#878D91
(135,141,145)
#979DA0
(151,157,160)
#A7ADAF
(167,173,175)
#B7BDBE
(183,189,190)
#C7CDCD
(199,205,205)
#D7DDDC
(215,221,220)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D55; }

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

This text font color is #474D55.


Background Color

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

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

This div background color is #474D55.


Border color

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

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

This div border color is #474D55.


Opacity

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

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

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

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

This text has shadow with #474D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D55 on black background.


Color preview on white background

This text has color #474D55 on white background.



Black color preview on #474D55 background

This text has black color on #474D55 background.


White color preview on #474D55 background

This text has white color on #474D55 background.