COLOR #584D76

HEX: #584D76
RGB: (88,77,118)

Renk bilgisi

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

RGB renk modeli

#584D76 color RGB value is (88,77,118).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 118 of 255 = 46%

88
77
118

R + G + B ~ 37%. #584D76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 118 = 283 (100%)
R 88 of 283 ~ 31.1%
G 77 of 283 ~ 27.21%
B 118 of 283 ~ 41.7%

%31.1
%27.21
%41.7

CMYK RENK MODELİ

#584D76 rengi CMYK tonu (25,35,0,54).

  • camgöbeği tonu 25.42%
  • eflatun tonu 34.75%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(25,35,0,54)
C25M35Y0K54 
(25%,35%,0%,54%)
(0.25/0.35/0.00/0.54)	

CMYK yüzdeleri

%25.42
%34.75
%0
%53.73

Codes

Color #584D76 in popluar color models

584D76
RGB8877118
HSL256°21.03%38.24%
HSB/HSV256°34.75%46.27%
CMYK25.42%34.75%0.00%
53.73%

Color #584D76 in popluar number systems.

HEX584D76
Decimal8877118
Binary101100010011011110110
Octal130115166

Shades and tints

Shades of #584D76

#584D76
(88,77,118)
#50466C
(80,70,108)
#483F62
(72,63,98)
#403858
(64,56,88)
#38314E
(56,49,78)
#302A44
(48,42,68)
#28233A
(40,35,58)
#201C30
(32,28,48)
#181526
(24,21,38)
#100E1C
(16,14,28)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #584D76

#584D76
(88,77,118)
#675D82
(103,93,130)
#766D8E
(118,109,142)
#857D9A
(133,125,154)
#948DA6
(148,141,166)
#A39DB2
(163,157,178)
#B2ADBE
(178,173,190)
#C1BDCA
(193,189,202)
#D0CDD6
(208,205,214)
#DFDDE2
(223,221,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D76; }

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

This text font color is #584D76.


Background Color

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

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

This div background color is #584D76.


Border color

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

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

This div border color is #584D76.


Opacity

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

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

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

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

This text has shadow with #584D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D76 on black background.


Color preview on white background

This text has color #584D76 on white background.



Black color preview on #584D76 background

This text has black color on #584D76 background.


White color preview on #584D76 background

This text has white color on #584D76 background.