COLOR #584861

HEX: #584861
RGB: (88,72,97)

Renk bilgisi

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

RGB renk modeli

#584861 color RGB value is (88,72,97).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 72 of 255 = 28%
B 97 of 255 = 38%

88
72
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 72 + 97 = 257 (100%)
R 88 of 257 ~ 34.24%
G 72 of 257 ~ 28.02%
B 97 of 257 ~ 37.74%

%34.24
%28.02
%37.74

CMYK RENK MODELİ

#584861 rengi CMYK tonu (9,26,0,62).

  • camgöbeği tonu 9.28%
  • eflatun tonu 25.77%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(9,26,0,62)
C9M26Y0K62 
(9%,26%,0%,62%)
(0.09/0.26/0.00/0.62)	

CMYK yüzdeleri

%9.28
%25.77
%0
%61.96

Codes

Color #584861 in popluar color models

584861
RGB887297
HSL278°14.79%33.14%
HSB/HSV278°25.77%38.04%
CMYK9.28%25.77%0.00%
61.96%

Color #584861 in popluar number systems.

HEX584861
Decimal887297
Binary101100010010001100001
Octal130110141

Shades and tints

Shades of #584861

#584861
(88,72,97)
#504259
(80,66,89)
#483C51
(72,60,81)
#403649
(64,54,73)
#383041
(56,48,65)
#302A39
(48,42,57)
#282431
(40,36,49)
#201E29
(32,30,41)
#181821
(24,24,33)
#101219
(16,18,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #584861

#584861
(88,72,97)
#67586F
(103,88,111)
#76687D
(118,104,125)
#85788B
(133,120,139)
#948899
(148,136,153)
#A398A7
(163,152,167)
#B2A8B5
(178,168,181)
#C1B8C3
(193,184,195)
#D0C8D1
(208,200,209)
#DFD8DF
(223,216,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584861; }

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

This text font color is #584861.


Background Color

.myBgColor { background-color: #584861; }

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

This div background color is #584861.


Border color

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

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

This div border color is #584861.


Opacity

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

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

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

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

This text has shadow with #584861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584861 on black background.


Color preview on white background

This text has color #584861 on white background.



Black color preview on #584861 background

This text has black color on #584861 background.


White color preview on #584861 background

This text has white color on #584861 background.