COLOR #584D71

HEX: #584D71
RGB: (88,77,113)

Renk bilgisi

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

RGB renk modeli

#584D71 color RGB value is (88,77,113).

  • kırmız ton 88;
  • yeşil ton 77;
  • mavi ton 113.
RGB:
(88,77,113)
(35%,30%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 113 of 255 = 44%

88
77
113

R + G + B ~ 36%. #584D71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 113 = 278 (100%)
R 88 of 278 ~ 31.65%
G 77 of 278 ~ 27.7%
B 113 of 278 ~ 40.65%

%31.65
%27.7
%40.65

CMYK RENK MODELİ

#584D71 rengi CMYK tonu (22,32,0,56).

  • camgöbeği tonu 22.12%
  • eflatun tonu 31.86%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(22,32,0,56)
C22M32Y0K56 
(22%,32%,0%,56%)
(0.22/0.32/0.00/0.56)	

CMYK yüzdeleri

%22.12
%31.86
%0
%55.69

Codes

Color #584D71 in popluar color models

584D71
RGB8877113
HSL258°18.95%37.25%
HSB/HSV258°31.86%44.31%
CMYK22.12%31.86%0.00%
55.69%

Color #584D71 in popluar number systems.

HEX584D71
Decimal8877113
Binary101100010011011110001
Octal130115161

Shades and tints

Shades of #584D71

#584D71
(88,77,113)
#504667
(80,70,103)
#483F5D
(72,63,93)
#403853
(64,56,83)
#383149
(56,49,73)
#302A3F
(48,42,63)
#282335
(40,35,53)
#201C2B
(32,28,43)
#181521
(24,21,33)
#100E17
(16,14,23)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #584D71

#584D71
(88,77,113)
#675D7D
(103,93,125)
#766D89
(118,109,137)
#857D95
(133,125,149)
#948DA1
(148,141,161)
#A39DAD
(163,157,173)
#B2ADB9
(178,173,185)
#C1BDC5
(193,189,197)
#D0CDD1
(208,205,209)
#DFDDDD
(223,221,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584D71 color. Also use rgb(88,77,113) instead hex code.

Text Font Color

.myTextColor { color: #584D71; }

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

This text font color is #584D71.


Background Color

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

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

This div background color is #584D71.


Border color

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

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

This div border color is #584D71.


Opacity

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

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

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

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

This text has shadow with #584D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D71 on black background.


Color preview on white background

This text has color #584D71 on white background.



Black color preview on #584D71 background

This text has black color on #584D71 background.


White color preview on #584D71 background

This text has white color on #584D71 background.