COLOR #594959

HEX: #594959
RGB: (89,73,89)

Renk bilgisi

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

RGB renk modeli

#594959 color RGB value is (89,73,89).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 73 of 255 = 29%
B 89 of 255 = 35%

89
73
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 73 + 89 = 251 (100%)
R 89 of 251 ~ 35.46%
G 73 of 251 ~ 29.08%
B 89 of 251 ~ 35.46%

%35.46
%29.08
%35.46

CMYK RENK MODELİ

#594959 rengi CMYK tonu (0,18,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.98%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(0,18,0,65)
C0M18Y0K65 
(0%,18%,0%,65%)
(0.00/0.18/0.00/0.65)	

CMYK yüzdeleri

%0
%17.98
%0
%65.1

Codes

Color #594959 in popluar color models

594959
RGB897389
HSL300°9.88%31.76%
HSB/HSV300°17.98%34.90%
CMYK0.00%17.98%0.00%
65.10%

Color #594959 in popluar number systems.

HEX594959
Decimal897389
Binary101100110010011011001
Octal131111131

Shades and tints

Shades of #594959

#594959
(89,73,89)
#514351
(81,67,81)
#493D49
(73,61,73)
#413741
(65,55,65)
#393139
(57,49,57)
#312B31
(49,43,49)
#292529
(41,37,41)
#211F21
(33,31,33)
#191919
(25,25,25)
#111311
(17,19,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #594959

#594959
(89,73,89)
#685968
(104,89,104)
#776977
(119,105,119)
#867986
(134,121,134)
#958995
(149,137,149)
#A499A4
(164,153,164)
#B3A9B3
(179,169,179)
#C2B9C2
(194,185,194)
#D1C9D1
(209,201,209)
#E0D9E0
(224,217,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594959; }

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

This text font color is #594959.


Background Color

.myBgColor { background-color: #594959; }

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

This div background color is #594959.


Border color

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

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

This div border color is #594959.


Opacity

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

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

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

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

This text has shadow with #594959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594959 on black background.


Color preview on white background

This text has color #594959 on white background.



Black color preview on #594959 background

This text has black color on #594959 background.


White color preview on #594959 background

This text has white color on #594959 background.