COLOR #584964

HEX: #584964
RGB: (88,73,100)

Renk bilgisi

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

RGB renk modeli

#584964 color RGB value is (88,73,100).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 73 of 255 = 29%
B 100 of 255 = 39%

88
73
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 73 + 100 = 261 (100%)
R 88 of 261 ~ 33.72%
G 73 of 261 ~ 27.97%
B 100 of 261 ~ 38.31%

%33.72
%27.97
%38.31

CMYK RENK MODELİ

#584964 rengi CMYK tonu (12,27,0,61).

  • camgöbeği tonu 12.00%
  • eflatun tonu 27.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(12,27,0,61)
C12M27Y0K61 
(12%,27%,0%,61%)
(0.12/0.27/0.00/0.61)	

CMYK yüzdeleri

%12
%27
%0
%60.78

Codes

Color #584964 in popluar color models

584964
RGB8873100
HSL273°15.61%33.92%
HSB/HSV273°27.00%39.22%
CMYK12.00%27.00%0.00%
60.78%

Color #584964 in popluar number systems.

HEX584964
Decimal8873100
Binary101100010010011100100
Octal130111144

Shades and tints

Shades of #584964

#584964
(88,73,100)
#50435B
(80,67,91)
#483D52
(72,61,82)
#403749
(64,55,73)
#383140
(56,49,64)
#302B37
(48,43,55)
#28252E
(40,37,46)
#201F25
(32,31,37)
#18191C
(24,25,28)
#101313
(16,19,19)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #584964

#584964
(88,73,100)
#675972
(103,89,114)
#766980
(118,105,128)
#85798E
(133,121,142)
#94899C
(148,137,156)
#A399AA
(163,153,170)
#B2A9B8
(178,169,184)
#C1B9C6
(193,185,198)
#D0C9D4
(208,201,212)
#DFD9E2
(223,217,226)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584964; }

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

This text font color is #584964.


Background Color

.myBgColor { background-color: #584964; }

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

This div background color is #584964.


Border color

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

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

This div border color is #584964.


Opacity

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

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

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

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

This text has shadow with #584964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584964 on black background.


Color preview on white background

This text has color #584964 on white background.



Black color preview on #584964 background

This text has black color on #584964 background.


White color preview on #584964 background

This text has white color on #584964 background.