COLOR #474755

HEX: #474755
RGB: (71,71,85)

Renk bilgisi

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

RGB renk modeli

#474755 color RGB value is (71,71,85).

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

RGB bağlantıları ve doygunluk

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

71
71
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 85 = 227 (100%)
R 71 of 227 ~ 31.28%
G 71 of 227 ~ 31.28%
B 85 of 227 ~ 37.44%

%31.28
%31.28
%37.44

CMYK RENK MODELİ

#474755 rengi CMYK tonu (16,16,0,67).

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

CMYK yüzdeleri

%16.47
%16.47
%0
%66.67

Codes

Color #474755 in popluar color models

474755
RGB717185
HSL240°8.97%30.59%
HSB/HSV240°16.47%33.33%
CMYK16.47%16.47%0.00%
66.67%

Color #474755 in popluar number systems.

HEX474755
Decimal717185
Binary100011110001111010101
Octal107107125

Shades and tints

Shades of #474755

#474755
(71,71,85)
#41414E
(65,65,78)
#3B3B47
(59,59,71)
#353540
(53,53,64)
#2F2F39
(47,47,57)
#292932
(41,41,50)
#23232B
(35,35,43)
#1D1D24
(29,29,36)
#17171D
(23,23,29)
#111116
(17,17,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #474755

#474755
(71,71,85)
#575764
(87,87,100)
#676773
(103,103,115)
#777782
(119,119,130)
#878791
(135,135,145)
#9797A0
(151,151,160)
#A7A7AF
(167,167,175)
#B7B7BE
(183,183,190)
#C7C7CD
(199,199,205)
#D7D7DC
(215,215,220)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474755; }

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

This text font color is #474755.


Background Color

.myBgColor { background-color: #474755; }

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

This div background color is #474755.


Border color

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

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

This div border color is #474755.


Opacity

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

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

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

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

This text has shadow with #474755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474755 on black background.


Color preview on white background

This text has color #474755 on white background.



Black color preview on #474755 background

This text has black color on #474755 background.


White color preview on #474755 background

This text has white color on #474755 background.