COLOR #584064

HEX: #584064
RGB: (88,64,100)

Renk bilgisi

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

RGB renk modeli

#584064 color RGB value is (88,64,100).

  • kırmız ton 88;
  • yeşil ton 64;
  • mavi ton 100.
RGB:
(88,64,100)
(35%,25%,39%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 64 of 255 = 25%
B 100 of 255 = 39%

88
64
100

R + G + B ~ 33%. #584064 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 64 + 100 = 252 (100%)
R 88 of 252 ~ 34.92%
G 64 of 252 ~ 25.4%
B 100 of 252 ~ 39.68%

%34.92
%25.4
%39.68

CMYK RENK MODELİ

#584064 rengi CMYK tonu (12,36,0,61).

  • camgöbeği tonu 12.00%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(12,36,0,61)
C12M36Y0K61 
(12%,36%,0%,61%)
(0.12/0.36/0.00/0.61)	

CMYK yüzdeleri

%12
%36
%0
%60.78

Codes

Color #584064 in popluar color models

584064
RGB8864100
HSL280°21.95%32.16%
HSB/HSV280°36.00%39.22%
CMYK12.00%36.00%0.00%
60.78%

Color #584064 in popluar number systems.

HEX584064
Decimal8864100
Binary101100010000001100100
Octal130100144

Shades and tints

Shades of #584064

#584064
(88,64,100)
#503B5B
(80,59,91)
#483652
(72,54,82)
#403149
(64,49,73)
#382C40
(56,44,64)
#302737
(48,39,55)
#28222E
(40,34,46)
#201D25
(32,29,37)
#18181C
(24,24,28)
#101313
(16,19,19)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #584064

#584064
(88,64,100)
#675172
(103,81,114)
#766280
(118,98,128)
#85738E
(133,115,142)
#94849C
(148,132,156)
#A395AA
(163,149,170)
#B2A6B8
(178,166,184)
#C1B7C6
(193,183,198)
#D0C8D4
(208,200,212)
#DFD9E2
(223,217,226)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584064 color. Also use rgb(88,64,100) instead hex code.

Text Font Color

.myTextColor { color: #584064; }

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

This text font color is #584064.


Background Color

.myBgColor { background-color: #584064; }

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

This div background color is #584064.


Border color

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

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

This div border color is #584064.


Opacity

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

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

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

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

This text has shadow with #584064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584064 on black background.


Color preview on white background

This text has color #584064 on white background.



Black color preview on #584064 background

This text has black color on #584064 background.


White color preview on #584064 background

This text has white color on #584064 background.