COLOR #475072

HEX: #475072
RGB: (71,80,114)

Renk bilgisi

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

RGB renk modeli

#475072 color RGB value is (71,80,114).

  • kırmız ton 71;
  • yeşil ton 80;
  • mavi ton 114.
RGB:
(71,80,114)
(28%,31%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 114 of 255 = 45%

71
80
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 114 = 265 (100%)
R 71 of 265 ~ 26.79%
G 80 of 265 ~ 30.19%
B 114 of 265 ~ 43.02%

%26.79
%30.19
%43.02

CMYK RENK MODELİ

#475072 rengi CMYK tonu (38,30,0,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 29.82%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(38,30,0,55)
C38M30Y0K55 
(38%,30%,0%,55%)
(0.38/0.30/0.00/0.55)	

CMYK yüzdeleri

%37.72
%29.82
%0
%55.29

Codes

Color #475072 in popluar color models

475072
RGB7180114
HSL227°23.24%36.27%
HSB/HSV227°37.72%44.71%
CMYK37.72%29.82%0.00%
55.29%

Color #475072 in popluar number systems.

HEX475072
Decimal7180114
Binary100011110100001110010
Octal107120162

Shades and tints

Shades of #475072

#475072
(71,80,114)
#414968
(65,73,104)
#3B425E
(59,66,94)
#353B54
(53,59,84)
#2F344A
(47,52,74)
#292D40
(41,45,64)
#232636
(35,38,54)
#1D1F2C
(29,31,44)
#171822
(23,24,34)
#111118
(17,17,24)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #475072

#475072
(71,80,114)
#575F7E
(87,95,126)
#676E8A
(103,110,138)
#777D96
(119,125,150)
#878CA2
(135,140,162)
#979BAE
(151,155,174)
#A7AABA
(167,170,186)
#B7B9C6
(183,185,198)
#C7C8D2
(199,200,210)
#D7D7DE
(215,215,222)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475072; }

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

This text font color is #475072.


Background Color

.myBgColor { background-color: #475072; }

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

This div background color is #475072.


Border color

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

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

This div border color is #475072.


Opacity

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

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

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

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

This text has shadow with #475072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475072 on black background.


Color preview on white background

This text has color #475072 on white background.



Black color preview on #475072 background

This text has black color on #475072 background.


White color preview on #475072 background

This text has white color on #475072 background.