COLOR #594850

HEX: #594850
RGB: (89,72,80)

Renk bilgisi

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

RGB renk modeli

#594850 color RGB value is (89,72,80).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 72 of 255 = 28%
B 80 of 255 = 31%

89
72
80

R + G + B ~ 31%. #594850 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 72 + 80 = 241 (100%)
R 89 of 241 ~ 36.93%
G 72 of 241 ~ 29.88%
B 80 of 241 ~ 33.2%

%36.93
%29.88
%33.2

CMYK RENK MODELİ

#594850 rengi CMYK tonu (0,19,10,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.10%
  • sarı tonu 10.11%
  • ana renk tonu 65.10%
CMYK:
(0,19,10,65)
C0M19Y10K65 
(0%,19%,10%,65%)
(0.00/0.19/0.10/0.65)	

CMYK yüzdeleri

%0
%19.1
%10.11
%65.1

Codes

Color #594850 in popluar color models

594850
RGB897280
HSL332°10.56%31.57%
HSB/HSV332°19.10%34.90%
CMYK0.00%19.10%10.11%
65.10%

Color #594850 in popluar number systems.

HEX594850
Decimal897280
Binary101100110010001010000
Octal131110120

Shades and tints

Shades of #594850

#594850
(89,72,80)
#514249
(81,66,73)
#493C42
(73,60,66)
#41363B
(65,54,59)
#393034
(57,48,52)
#312A2D
(49,42,45)
#292426
(41,36,38)
#211E1F
(33,30,31)
#191818
(25,24,24)
#111211
(17,18,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #594850

#594850
(89,72,80)
#68585F
(104,88,95)
#77686E
(119,104,110)
#86787D
(134,120,125)
#95888C
(149,136,140)
#A4989B
(164,152,155)
#B3A8AA
(179,168,170)
#C2B8B9
(194,184,185)
#D1C8C8
(209,200,200)
#E0D8D7
(224,216,215)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594850; }

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

This text font color is #594850.


Background Color

.myBgColor { background-color: #594850; }

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

This div background color is #594850.


Border color

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

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

This div border color is #594850.


Opacity

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

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

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

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

This text has shadow with #594850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594850 on black background.


Color preview on white background

This text has color #594850 on white background.



Black color preview on #594850 background

This text has black color on #594850 background.


White color preview on #594850 background

This text has white color on #594850 background.