COLOR #592350

HEX: #592350
RGB: (89,35,80)

Renk bilgisi

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

RGB renk modeli

#592350 color RGB value is (89,35,80).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 35 of 255 = 14%
B 80 of 255 = 31%

89
35
80

R + G + B ~ 27%. #592350 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 35 + 80 = 204 (100%)
R 89 of 204 ~ 43.63%
G 35 of 204 ~ 17.16%
B 80 of 204 ~ 39.22%

%43.63
%17.16
%39.22

CMYK RENK MODELİ

#592350 rengi CMYK tonu (0,61,10,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.67%
  • sarı tonu 10.11%
  • ana renk tonu 65.10%
CMYK:
(0,61,10,65)
C0M61Y10K65 
(0%,61%,10%,65%)
(0.00/0.61/0.10/0.65)	

CMYK yüzdeleri

%0
%60.67
%10.11
%65.1

Codes

Color #592350 in popluar color models

592350
RGB893580
HSL310°43.55%24.31%
HSB/HSV310°60.67%34.90%
CMYK0.00%60.67%10.11%
65.10%

Color #592350 in popluar number systems.

HEX592350
Decimal893580
Binary10110011000111010000
Octal13143120

Shades and tints

Shades of #592350

#592350
(89,35,80)
#512049
(81,32,73)
#491D42
(73,29,66)
#411A3B
(65,26,59)
#391734
(57,23,52)
#31142D
(49,20,45)
#291126
(41,17,38)
#210E1F
(33,14,31)
#190B18
(25,11,24)
#110811
(17,8,17)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #592350

#592350
(89,35,80)
#68375F
(104,55,95)
#774B6E
(119,75,110)
#865F7D
(134,95,125)
#95738C
(149,115,140)
#A4879B
(164,135,155)
#B39BAA
(179,155,170)
#C2AFB9
(194,175,185)
#D1C3C8
(209,195,200)
#E0D7D7
(224,215,215)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592350; }

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

This text font color is #592350.


Background Color

.myBgColor { background-color: #592350; }

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

This div background color is #592350.


Border color

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

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

This div border color is #592350.


Opacity

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

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

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

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

This text has shadow with #592350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592350 on black background.


Color preview on white background

This text has color #592350 on white background.



Black color preview on #592350 background

This text has black color on #592350 background.


White color preview on #592350 background

This text has white color on #592350 background.