COLOR #59475A

HEX: #59475A
RGB: (89,71,90)

Renk bilgisi

#59475A contains red, green and blue colors in about the same proportion. #59475A ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#59475A color RGB value is (89,71,90).

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

RGB bağlantıları ve doygunluk

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

89
71
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 71 + 90 = 250 (100%)
R 89 of 250 ~ 35.6%
G 71 of 250 ~ 28.4%
B 90 of 250 ~ 36%

%35.6
%28.4
%36

CMYK RENK MODELİ

#59475A rengi CMYK tonu (1,21,0,65).

  • camgöbeği tonu 1.11%
  • eflatun tonu 21.11%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(1,21,0,65)
C1M21Y0K65 
(1%,21%,0%,65%)
(0.01/0.21/0.00/0.65)	

CMYK yüzdeleri

%1.11
%21.11
%0
%64.71

Codes

Color #59475A in popluar color models

59475A
RGB897190
HSL297°11.80%31.57%
HSB/HSV297°21.11%35.29%
CMYK1.11%21.11%0.00%
64.71%

Color #59475A in popluar number systems.

HEX59475A
Decimal897190
Binary101100110001111011010
Octal131107132

Shades and tints

Shades of #59475A

#59475A
(89,71,90)
#514152
(81,65,82)
#493B4A
(73,59,74)
#413542
(65,53,66)
#392F3A
(57,47,58)
#312932
(49,41,50)
#29232A
(41,35,42)
#211D22
(33,29,34)
#19171A
(25,23,26)
#111112
(17,17,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #59475A

#59475A
(89,71,90)
#685769
(104,87,105)
#776778
(119,103,120)
#867787
(134,119,135)
#958796
(149,135,150)
#A497A5
(164,151,165)
#B3A7B4
(179,167,180)
#C2B7C3
(194,183,195)
#D1C7D2
(209,199,210)
#E0D7E1
(224,215,225)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59475A; }

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

This text font color is #59475A.


Background Color

.myBgColor { background-color: #59475A; }

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

This div background color is #59475A.


Border color

.myBorderColor { border: 1px solid #59475A; }

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

This div border color is #59475A.


Opacity

.myOpacity80 { color: #59475A; opacity: 0.8; }

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

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

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

This text has shadow with #59475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59475A on black background.


Color preview on white background

This text has color #59475A on white background.



Black color preview on #59475A background

This text has black color on #59475A background.


White color preview on #59475A background

This text has white color on #59475A background.