COLOR #584857

HEX: #584857
RGB: (88,72,87)

Renk bilgisi

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

RGB renk modeli

#584857 color RGB value is (88,72,87).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 72 of 255 = 28%
B 87 of 255 = 34%

88
72
87

R + G + B ~ 32%. #584857 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 72 + 87 = 247 (100%)
R 88 of 247 ~ 35.63%
G 72 of 247 ~ 29.15%
B 87 of 247 ~ 35.22%

%35.63
%29.15
%35.22

CMYK RENK MODELİ

#584857 rengi CMYK tonu (0,18,1,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 1.14%
  • ana renk tonu 65.49%
CMYK:
(0,18,1,65)
C0M18Y1K65 
(0%,18%,1%,65%)
(0.00/0.18/0.01/0.65)	

CMYK yüzdeleri

%0
%18.18
%1.14
%65.49

Codes

Color #584857 in popluar color models

584857
RGB887287
HSL304°10.00%31.37%
HSB/HSV304°18.18%34.51%
CMYK0.00%18.18%1.14%
65.49%

Color #584857 in popluar number systems.

HEX584857
Decimal887287
Binary101100010010001010111
Octal130110127

Shades and tints

Shades of #584857

#584857
(88,72,87)
#504250
(80,66,80)
#483C49
(72,60,73)
#403642
(64,54,66)
#38303B
(56,48,59)
#302A34
(48,42,52)
#28242D
(40,36,45)
#201E26
(32,30,38)
#18181F
(24,24,31)
#101218
(16,18,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #584857

#584857
(88,72,87)
#675866
(103,88,102)
#766875
(118,104,117)
#857884
(133,120,132)
#948893
(148,136,147)
#A398A2
(163,152,162)
#B2A8B1
(178,168,177)
#C1B8C0
(193,184,192)
#D0C8CF
(208,200,207)
#DFD8DE
(223,216,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584857; }

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

This text font color is #584857.


Background Color

.myBgColor { background-color: #584857; }

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

This div background color is #584857.


Border color

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

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

This div border color is #584857.


Opacity

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

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

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

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

This text has shadow with #584857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584857 on black background.


Color preview on white background

This text has color #584857 on white background.



Black color preview on #584857 background

This text has black color on #584857 background.


White color preview on #584857 background

This text has white color on #584857 background.