COLOR #595477

HEX: #595477
RGB: (89,84,119)

Renk bilgisi

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

RGB renk modeli

#595477 color RGB value is (89,84,119).

  • kırmız ton 89;
  • yeşil ton 84;
  • mavi ton 119.
RGB:
(89,84,119)
(35%,33%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 84 of 255 = 33%
B 119 of 255 = 47%

89
84
119

R + G + B ~ 38%. #595477 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 84 + 119 = 292 (100%)
R 89 of 292 ~ 30.48%
G 84 of 292 ~ 28.77%
B 119 of 292 ~ 40.75%

%30.48
%28.77
%40.75

CMYK RENK MODELİ

#595477 rengi CMYK tonu (25,29,0,53).

  • camgöbeği tonu 25.21%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(25,29,0,53)
C25M29Y0K53 
(25%,29%,0%,53%)
(0.25/0.29/0.00/0.53)	

CMYK yüzdeleri

%25.21
%29.41
%0
%53.33

Codes

Color #595477 in popluar color models

595477
RGB8984119
HSL249°17.24%39.80%
HSB/HSV249°29.41%46.67%
CMYK25.21%29.41%0.00%
53.33%

Color #595477 in popluar number systems.

HEX595477
Decimal8984119
Binary101100110101001110111
Octal131124167

Shades and tints

Shades of #595477

#595477
(89,84,119)
#514D6D
(81,77,109)
#494663
(73,70,99)
#413F59
(65,63,89)
#39384F
(57,56,79)
#313145
(49,49,69)
#292A3B
(41,42,59)
#212331
(33,35,49)
#191C27
(25,28,39)
#11151D
(17,21,29)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #595477

#595477
(89,84,119)
#686383
(104,99,131)
#77728F
(119,114,143)
#86819B
(134,129,155)
#9590A7
(149,144,167)
#A49FB3
(164,159,179)
#B3AEBF
(179,174,191)
#C2BDCB
(194,189,203)
#D1CCD7
(209,204,215)
#E0DBE3
(224,219,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595477; }

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

This text font color is #595477.


Background Color

.myBgColor { background-color: #595477; }

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

This div background color is #595477.


Border color

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

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

This div border color is #595477.


Opacity

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

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

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

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

This text has shadow with #595477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595477 on black background.


Color preview on white background

This text has color #595477 on white background.



Black color preview on #595477 background

This text has black color on #595477 background.


White color preview on #595477 background

This text has white color on #595477 background.