COLOR #475260

HEX: #475260
RGB: (71,82,96)

Renk bilgisi

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

RGB renk modeli

#475260 color RGB value is (71,82,96).

  • kırmız ton 71;
  • yeşil ton 82;
  • mavi ton 96.
RGB:
(71,82,96)
(28%,32%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 96 of 255 = 38%

71
82
96

R + G + B ~ 33%. #475260 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 96 = 249 (100%)
R 71 of 249 ~ 28.51%
G 82 of 249 ~ 32.93%
B 96 of 249 ~ 38.55%

%28.51
%32.93
%38.55

CMYK RENK MODELİ

#475260 rengi CMYK tonu (26,15,0,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 14.58%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(26,15,0,62)
C26M15Y0K62 
(26%,15%,0%,62%)
(0.26/0.15/0.00/0.62)	

CMYK yüzdeleri

%26.04
%14.58
%0
%62.35

Codes

Color #475260 in popluar color models

475260
RGB718296
HSL214°14.97%32.75%
HSB/HSV214°26.04%37.65%
CMYK26.04%14.58%0.00%
62.35%

Color #475260 in popluar number systems.

HEX475260
Decimal718296
Binary100011110100101100000
Octal107122140

Shades and tints

Shades of #475260

#475260
(71,82,96)
#414B58
(65,75,88)
#3B4450
(59,68,80)
#353D48
(53,61,72)
#2F3640
(47,54,64)
#292F38
(41,47,56)
#232830
(35,40,48)
#1D2128
(29,33,40)
#171A20
(23,26,32)
#111318
(17,19,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #475260

#475260
(71,82,96)
#57616E
(87,97,110)
#67707C
(103,112,124)
#777F8A
(119,127,138)
#878E98
(135,142,152)
#979DA6
(151,157,166)
#A7ACB4
(167,172,180)
#B7BBC2
(183,187,194)
#C7CAD0
(199,202,208)
#D7D9DE
(215,217,222)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475260; }

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

This text font color is #475260.


Background Color

.myBgColor { background-color: #475260; }

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

This div background color is #475260.


Border color

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

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

This div border color is #475260.


Opacity

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

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

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

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

This text has shadow with #475260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475260 on black background.


Color preview on white background

This text has color #475260 on white background.



Black color preview on #475260 background

This text has black color on #475260 background.


White color preview on #475260 background

This text has white color on #475260 background.