COLOR #475474

HEX: #475474
RGB: (71,84,116)

Renk bilgisi

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

RGB renk modeli

#475474 color RGB value is (71,84,116).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 84 of 255 = 33%
B 116 of 255 = 45%

71
84
116

R + G + B ~ 35%. #475474 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 84 + 116 = 271 (100%)
R 71 of 271 ~ 26.2%
G 84 of 271 ~ 31%
B 116 of 271 ~ 42.8%

%26.2
%31
%42.8

CMYK RENK MODELİ

#475474 rengi CMYK tonu (39,28,0,55).

  • camgöbeği tonu 38.79%
  • eflatun tonu 27.59%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(39,28,0,55)
C39M28Y0K55 
(39%,28%,0%,55%)
(0.39/0.28/0.00/0.55)	

CMYK yüzdeleri

%38.79
%27.59
%0
%54.51

Codes

Color #475474 in popluar color models

475474
RGB7184116
HSL223°24.06%36.67%
HSB/HSV223°38.79%45.49%
CMYK38.79%27.59%0.00%
54.51%

Color #475474 in popluar number systems.

HEX475474
Decimal7184116
Binary100011110101001110100
Octal107124164

Shades and tints

Shades of #475474

#475474
(71,84,116)
#414D6A
(65,77,106)
#3B4660
(59,70,96)
#353F56
(53,63,86)
#2F384C
(47,56,76)
#293142
(41,49,66)
#232A38
(35,42,56)
#1D232E
(29,35,46)
#171C24
(23,28,36)
#11151A
(17,21,26)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #475474

#475474
(71,84,116)
#576380
(87,99,128)
#67728C
(103,114,140)
#778198
(119,129,152)
#8790A4
(135,144,164)
#979FB0
(151,159,176)
#A7AEBC
(167,174,188)
#B7BDC8
(183,189,200)
#C7CCD4
(199,204,212)
#D7DBE0
(215,219,224)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475474; }

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

This text font color is #475474.


Background Color

.myBgColor { background-color: #475474; }

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

This div background color is #475474.


Border color

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

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

This div border color is #475474.


Opacity

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

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

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

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

This text has shadow with #475474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475474 on black background.


Color preview on white background

This text has color #475474 on white background.



Black color preview on #475474 background

This text has black color on #475474 background.


White color preview on #475474 background

This text has white color on #475474 background.