COLOR #475959

HEX: #475959
RGB: (71,89,89)

Renk bilgisi

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

RGB renk modeli

#475959 color RGB value is (71,89,89).

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

RGB bağlantıları ve doygunluk

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

71
89
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 89 = 249 (100%)
R 71 of 249 ~ 28.51%
G 89 of 249 ~ 35.74%
B 89 of 249 ~ 35.74%

%28.51
%35.74
%35.74

CMYK RENK MODELİ

#475959 rengi CMYK tonu (20,0,0,65).

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

CMYK yüzdeleri

%20.22
%0
%0
%65.1

Codes

Color #475959 in popluar color models

475959
RGB718989
HSL180°11.25%31.37%
HSB/HSV180°20.22%34.90%
CMYK20.22%0.00%0.00%
65.10%

Color #475959 in popluar number systems.

HEX475959
Decimal718989
Binary100011110110011011001
Octal107131131

Shades and tints

Shades of #475959

#475959
(71,89,89)
#415151
(65,81,81)
#3B4949
(59,73,73)
#354141
(53,65,65)
#2F3939
(47,57,57)
#293131
(41,49,49)
#232929
(35,41,41)
#1D2121
(29,33,33)
#171919
(23,25,25)
#111111
(17,17,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #475959

#475959
(71,89,89)
#576868
(87,104,104)
#677777
(103,119,119)
#778686
(119,134,134)
#879595
(135,149,149)
#97A4A4
(151,164,164)
#A7B3B3
(167,179,179)
#B7C2C2
(183,194,194)
#C7D1D1
(199,209,209)
#D7E0E0
(215,224,224)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475959; }

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

This text font color is #475959.


Background Color

.myBgColor { background-color: #475959; }

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

This div background color is #475959.


Border color

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

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

This div border color is #475959.


Opacity

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

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

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

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

This text has shadow with #475959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475959 on black background.


Color preview on white background

This text has color #475959 on white background.



Black color preview on #475959 background

This text has black color on #475959 background.


White color preview on #475959 background

This text has white color on #475959 background.