COLOR #584061

HEX: #584061
RGB: (88,64,97)

Renk bilgisi

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

RGB renk modeli

#584061 color RGB value is (88,64,97).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 64 of 255 = 25%
B 97 of 255 = 38%

88
64
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 64 + 97 = 249 (100%)
R 88 of 249 ~ 35.34%
G 64 of 249 ~ 25.7%
B 97 of 249 ~ 38.96%

%35.34
%25.7
%38.96

CMYK RENK MODELİ

#584061 rengi CMYK tonu (9,34,0,62).

  • camgöbeği tonu 9.28%
  • eflatun tonu 34.02%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(9,34,0,62)
C9M34Y0K62 
(9%,34%,0%,62%)
(0.09/0.34/0.00/0.62)	

CMYK yüzdeleri

%9.28
%34.02
%0
%61.96

Codes

Color #584061 in popluar color models

584061
RGB886497
HSL284°20.50%31.57%
HSB/HSV284°34.02%38.04%
CMYK9.28%34.02%0.00%
61.96%

Color #584061 in popluar number systems.

HEX584061
Decimal886497
Binary101100010000001100001
Octal130100141

Shades and tints

Shades of #584061

#584061
(88,64,97)
#503B59
(80,59,89)
#483651
(72,54,81)
#403149
(64,49,73)
#382C41
(56,44,65)
#302739
(48,39,57)
#282231
(40,34,49)
#201D29
(32,29,41)
#181821
(24,24,33)
#101319
(16,19,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #584061

#584061
(88,64,97)
#67516F
(103,81,111)
#76627D
(118,98,125)
#85738B
(133,115,139)
#948499
(148,132,153)
#A395A7
(163,149,167)
#B2A6B5
(178,166,181)
#C1B7C3
(193,183,195)
#D0C8D1
(208,200,209)
#DFD9DF
(223,217,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584061; }

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

This text font color is #584061.


Background Color

.myBgColor { background-color: #584061; }

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

This div background color is #584061.


Border color

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

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

This div border color is #584061.


Opacity

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

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

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

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

This text has shadow with #584061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584061 on black background.


Color preview on white background

This text has color #584061 on white background.



Black color preview on #584061 background

This text has black color on #584061 background.


White color preview on #584061 background

This text has white color on #584061 background.