COLOR #584F60

HEX: #584F60
RGB: (88,79,96)

Renk bilgisi

#584F60 contains red, green and blue colors in about the same proportion. #584F60 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#584F60 color RGB value is (88,79,96).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 79 of 255 = 31%
B 96 of 255 = 38%

88
79
96

R + G + B ~ 35%. #584F60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 79 + 96 = 263 (100%)
R 88 of 263 ~ 33.46%
G 79 of 263 ~ 30.04%
B 96 of 263 ~ 36.5%

%33.46
%30.04
%36.5

CMYK RENK MODELİ

#584F60 rengi CMYK tonu (8,18,0,62).

  • camgöbeği tonu 8.33%
  • eflatun tonu 17.71%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(8,18,0,62)
C8M18Y0K62 
(8%,18%,0%,62%)
(0.08/0.18/0.00/0.62)	

CMYK yüzdeleri

%8.33
%17.71
%0
%62.35

Codes

Color #584F60 in popluar color models

584F60
RGB887996
HSL272°9.71%34.31%
HSB/HSV272°17.71%37.65%
CMYK8.33%17.71%0.00%
62.35%

Color #584F60 in popluar number systems.

HEX584F60
Decimal887996
Binary101100010011111100000
Octal130117140

Shades and tints

Shades of #584F60

#584F60
(88,79,96)
#504858
(80,72,88)
#484150
(72,65,80)
#403A48
(64,58,72)
#383340
(56,51,64)
#302C38
(48,44,56)
#282530
(40,37,48)
#201E28
(32,30,40)
#181720
(24,23,32)
#101018
(16,16,24)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #584F60

#584F60
(88,79,96)
#675F6E
(103,95,110)
#766F7C
(118,111,124)
#857F8A
(133,127,138)
#948F98
(148,143,152)
#A39FA6
(163,159,166)
#B2AFB4
(178,175,180)
#C1BFC2
(193,191,194)
#D0CFD0
(208,207,208)
#DFDFDE
(223,223,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584F60; }

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

This text font color is #584F60.


Background Color

.myBgColor { background-color: #584F60; }

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

This div background color is #584F60.


Border color

.myBorderColor { border: 1px solid #584F60; }

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

This div border color is #584F60.


Opacity

.myOpacity80 { color: #584F60; opacity: 0.8; }

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

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

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

This text has shadow with #584F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F60 on black background.


Color preview on white background

This text has color #584F60 on white background.



Black color preview on #584F60 background

This text has black color on #584F60 background.


White color preview on #584F60 background

This text has white color on #584F60 background.