COLOR #475259

HEX: #475259
RGB: (71,82,89)

Renk bilgisi

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

RGB renk modeli

#475259 color RGB value is (71,82,89).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 89 of 255 = 35%

71
82
89

R + G + B ~ 32%. #475259 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 89 = 242 (100%)
R 71 of 242 ~ 29.34%
G 82 of 242 ~ 33.88%
B 89 of 242 ~ 36.78%

%29.34
%33.88
%36.78

CMYK RENK MODELİ

#475259 rengi CMYK tonu (20,8,0,65).

  • camgöbeği tonu 20.22%
  • eflatun tonu 7.87%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(20,8,0,65)
C20M8Y0K65 
(20%,8%,0%,65%)
(0.20/0.08/0.00/0.65)	

CMYK yüzdeleri

%20.22
%7.87
%0
%65.1

Codes

Color #475259 in popluar color models

475259
RGB718289
HSL203°11.25%31.37%
HSB/HSV203°20.22%34.90%
CMYK20.22%7.87%0.00%
65.10%

Color #475259 in popluar number systems.

HEX475259
Decimal718289
Binary100011110100101011001
Octal107122131

Shades and tints

Shades of #475259

#475259
(71,82,89)
#414B51
(65,75,81)
#3B4449
(59,68,73)
#353D41
(53,61,65)
#2F3639
(47,54,57)
#292F31
(41,47,49)
#232829
(35,40,41)
#1D2121
(29,33,33)
#171A19
(23,26,25)
#111311
(17,19,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #475259

#475259
(71,82,89)
#576168
(87,97,104)
#677077
(103,112,119)
#777F86
(119,127,134)
#878E95
(135,142,149)
#979DA4
(151,157,164)
#A7ACB3
(167,172,179)
#B7BBC2
(183,187,194)
#C7CAD1
(199,202,209)
#D7D9E0
(215,217,224)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475259; }

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

This text font color is #475259.


Background Color

.myBgColor { background-color: #475259; }

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

This div background color is #475259.


Border color

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

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

This div border color is #475259.


Opacity

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

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

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

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

This text has shadow with #475259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475259 on black background.


Color preview on white background

This text has color #475259 on white background.



Black color preview on #475259 background

This text has black color on #475259 background.


White color preview on #475259 background

This text has white color on #475259 background.