COLOR #594250

HEX: #594250
RGB: (89,66,80)

Renk bilgisi

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

RGB renk modeli

#594250 color RGB value is (89,66,80).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 66 of 255 = 26%
B 80 of 255 = 31%

89
66
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 66 + 80 = 235 (100%)
R 89 of 235 ~ 37.87%
G 66 of 235 ~ 28.09%
B 80 of 235 ~ 34.04%

%37.87
%28.09
%34.04

CMYK RENK MODELİ

#594250 rengi CMYK tonu (0,26,10,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.84%
  • sarı tonu 10.11%
  • ana renk tonu 65.10%
CMYK:
(0,26,10,65)
C0M26Y10K65 
(0%,26%,10%,65%)
(0.00/0.26/0.10/0.65)	

CMYK yüzdeleri

%0
%25.84
%10.11
%65.1

Codes

Color #594250 in popluar color models

594250
RGB896680
HSL323°14.84%30.39%
HSB/HSV323°25.84%34.90%
CMYK0.00%25.84%10.11%
65.10%

Color #594250 in popluar number systems.

HEX594250
Decimal896680
Binary101100110000101010000
Octal131102120

Shades and tints

Shades of #594250

#594250
(89,66,80)
#513C49
(81,60,73)
#493642
(73,54,66)
#41303B
(65,48,59)
#392A34
(57,42,52)
#31242D
(49,36,45)
#291E26
(41,30,38)
#21181F
(33,24,31)
#191218
(25,18,24)
#110C11
(17,12,17)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #594250

#594250
(89,66,80)
#68535F
(104,83,95)
#77646E
(119,100,110)
#86757D
(134,117,125)
#95868C
(149,134,140)
#A4979B
(164,151,155)
#B3A8AA
(179,168,170)
#C2B9B9
(194,185,185)
#D1CAC8
(209,202,200)
#E0DBD7
(224,219,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594250; }

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

This text font color is #594250.


Background Color

.myBgColor { background-color: #594250; }

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

This div background color is #594250.


Border color

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

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

This div border color is #594250.


Opacity

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

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

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

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

This text has shadow with #594250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594250 on black background.


Color preview on white background

This text has color #594250 on white background.



Black color preview on #594250 background

This text has black color on #594250 background.


White color preview on #594250 background

This text has white color on #594250 background.