COLOR #584E72

HEX: #584E72
RGB: (88,78,114)

Renk bilgisi

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

RGB renk modeli

#584E72 color RGB value is (88,78,114).

  • kırmız ton 88;
  • yeşil ton 78;
  • mavi ton 114.
RGB:
(88,78,114)
(35%,31%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 78 of 255 = 31%
B 114 of 255 = 45%

88
78
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 78 + 114 = 280 (100%)
R 88 of 280 ~ 31.43%
G 78 of 280 ~ 27.86%
B 114 of 280 ~ 40.71%

%31.43
%27.86
%40.71

CMYK RENK MODELİ

#584E72 rengi CMYK tonu (23,32,0,55).

  • camgöbeği tonu 22.81%
  • eflatun tonu 31.58%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(23,32,0,55)
C23M32Y0K55 
(23%,32%,0%,55%)
(0.23/0.32/0.00/0.55)	

CMYK yüzdeleri

%22.81
%31.58
%0
%55.29

Codes

Color #584E72 in popluar color models

584E72
RGB8878114
HSL257°18.75%37.65%
HSB/HSV257°31.58%44.71%
CMYK22.81%31.58%0.00%
55.29%

Color #584E72 in popluar number systems.

HEX584E72
Decimal8878114
Binary101100010011101110010
Octal130116162

Shades and tints

Shades of #584E72

#584E72
(88,78,114)
#504768
(80,71,104)
#48405E
(72,64,94)
#403954
(64,57,84)
#38324A
(56,50,74)
#302B40
(48,43,64)
#282436
(40,36,54)
#201D2C
(32,29,44)
#181622
(24,22,34)
#100F18
(16,15,24)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #584E72

#584E72
(88,78,114)
#675E7E
(103,94,126)
#766E8A
(118,110,138)
#857E96
(133,126,150)
#948EA2
(148,142,162)
#A39EAE
(163,158,174)
#B2AEBA
(178,174,186)
#C1BEC6
(193,190,198)
#D0CED2
(208,206,210)
#DFDEDE
(223,222,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584E72 color. Also use rgb(88,78,114) instead hex code.

Text Font Color

.myTextColor { color: #584E72; }

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

This text font color is #584E72.


Background Color

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

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

This div background color is #584E72.


Border color

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

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

This div border color is #584E72.


Opacity

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

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

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

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

This text has shadow with #584E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E72 on black background.


Color preview on white background

This text has color #584E72 on white background.



Black color preview on #584E72 background

This text has black color on #584E72 background.


White color preview on #584E72 background

This text has white color on #584E72 background.