COLOR #592A59

HEX: #592A59
RGB: (89,42,89)

Renk bilgisi

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

RGB renk modeli

#592A59 color RGB value is (89,42,89).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 42 of 255 = 16%
B 89 of 255 = 35%

89
42
89

R + G + B ~ 29%. #592A59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 42 + 89 = 220 (100%)
R 89 of 220 ~ 40.45%
G 42 of 220 ~ 19.09%
B 89 of 220 ~ 40.45%

%40.45
%19.09
%40.45

CMYK RENK MODELİ

#592A59 rengi CMYK tonu (0,53,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.81%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(0,53,0,65)
C0M53Y0K65 
(0%,53%,0%,65%)
(0.00/0.53/0.00/0.65)	

CMYK yüzdeleri

%0
%52.81
%0
%65.1

Codes

Color #592A59 in popluar color models

592A59
RGB894289
HSL300°35.88%25.69%
HSB/HSV300°52.81%34.90%
CMYK0.00%52.81%0.00%
65.10%

Color #592A59 in popluar number systems.

HEX592A59
Decimal894289
Binary10110011010101011001
Octal13152131

Shades and tints

Shades of #592A59

#592A59
(89,42,89)
#512751
(81,39,81)
#492449
(73,36,73)
#412141
(65,33,65)
#391E39
(57,30,57)
#311B31
(49,27,49)
#291829
(41,24,41)
#211521
(33,21,33)
#191219
(25,18,25)
#110F11
(17,15,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #592A59

#592A59
(89,42,89)
#683D68
(104,61,104)
#775077
(119,80,119)
#866386
(134,99,134)
#957695
(149,118,149)
#A489A4
(164,137,164)
#B39CB3
(179,156,179)
#C2AFC2
(194,175,194)
#D1C2D1
(209,194,209)
#E0D5E0
(224,213,224)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592A59; }

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

This text font color is #592A59.


Background Color

.myBgColor { background-color: #592A59; }

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

This div background color is #592A59.


Border color

.myBorderColor { border: 1px solid #592A59; }

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

This div border color is #592A59.


Opacity

.myOpacity80 { color: #592A59; opacity: 0.8; }

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

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

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

This text has shadow with #592A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A59 on black background.


Color preview on white background

This text has color #592A59 on white background.



Black color preview on #592A59 background

This text has black color on #592A59 background.


White color preview on #592A59 background

This text has white color on #592A59 background.