COLOR #584860

HEX: #584860
RGB: (88,72,96)

Renk bilgisi

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

RGB renk modeli

#584860 color RGB value is (88,72,96).

  • kırmız ton 88;
  • yeşil ton 72;
  • mavi ton 96.
RGB:
(88,72,96)
(35%,28%,38%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 72 of 255 = 28%
B 96 of 255 = 38%

88
72
96

R + G + B ~ 34%. #584860 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 72 + 96 = 256 (100%)
R 88 of 256 ~ 34.38%
G 72 of 256 ~ 28.13%
B 96 of 256 ~ 37.5%

%34.38
%28.13
%37.5

CMYK RENK MODELİ

#584860 rengi CMYK tonu (8,25,0,62).

  • camgöbeği tonu 8.33%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(8,25,0,62)
C8M25Y0K62 
(8%,25%,0%,62%)
(0.08/0.25/0.00/0.62)	

CMYK yüzdeleri

%8.33
%25
%0
%62.35

Codes

Color #584860 in popluar color models

584860
RGB887296
HSL280°14.29%32.94%
HSB/HSV280°25.00%37.65%
CMYK8.33%25.00%0.00%
62.35%

Color #584860 in popluar number systems.

HEX584860
Decimal887296
Binary101100010010001100000
Octal130110140

Shades and tints

Shades of #584860

#584860
(88,72,96)
#504258
(80,66,88)
#483C50
(72,60,80)
#403648
(64,54,72)
#383040
(56,48,64)
#302A38
(48,42,56)
#282430
(40,36,48)
#201E28
(32,30,40)
#181820
(24,24,32)
#101218
(16,18,24)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #584860

#584860
(88,72,96)
#67586E
(103,88,110)
#76687C
(118,104,124)
#85788A
(133,120,138)
#948898
(148,136,152)
#A398A6
(163,152,166)
#B2A8B4
(178,168,180)
#C1B8C2
(193,184,194)
#D0C8D0
(208,200,208)
#DFD8DE
(223,216,222)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584860 color. Also use rgb(88,72,96) instead hex code.

Text Font Color

.myTextColor { color: #584860; }

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

This text font color is #584860.


Background Color

.myBgColor { background-color: #584860; }

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

This div background color is #584860.


Border color

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

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

This div border color is #584860.


Opacity

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

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

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

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

This text has shadow with #584860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584860 on black background.


Color preview on white background

This text has color #584860 on white background.



Black color preview on #584860 background

This text has black color on #584860 background.


White color preview on #584860 background

This text has white color on #584860 background.