COLOR #584773

HEX: #584773
RGB: (88,71,115)

Renk bilgisi

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

RGB renk modeli

#584773 color RGB value is (88,71,115).

  • kırmız ton 88;
  • yeşil ton 71;
  • mavi ton 115.
RGB:
(88,71,115)
(35%,28%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 71 of 255 = 28%
B 115 of 255 = 45%

88
71
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 71 + 115 = 274 (100%)
R 88 of 274 ~ 32.12%
G 71 of 274 ~ 25.91%
B 115 of 274 ~ 41.97%

%32.12
%25.91
%41.97

CMYK RENK MODELİ

#584773 rengi CMYK tonu (23,38,0,55).

  • camgöbeği tonu 23.48%
  • eflatun tonu 38.26%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,38,0,55)
C23M38Y0K55 
(23%,38%,0%,55%)
(0.23/0.38/0.00/0.55)	

CMYK yüzdeleri

%23.48
%38.26
%0
%54.9

Codes

Color #584773 in popluar color models

584773
RGB8871115
HSL263°23.66%36.47%
HSB/HSV263°38.26%45.10%
CMYK23.48%38.26%0.00%
54.90%

Color #584773 in popluar number systems.

HEX584773
Decimal8871115
Binary101100010001111110011
Octal130107163

Shades and tints

Shades of #584773

#584773
(88,71,115)
#504169
(80,65,105)
#483B5F
(72,59,95)
#403555
(64,53,85)
#382F4B
(56,47,75)
#302941
(48,41,65)
#282337
(40,35,55)
#201D2D
(32,29,45)
#181723
(24,23,35)
#101119
(16,17,25)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #584773

#584773
(88,71,115)
#67577F
(103,87,127)
#76678B
(118,103,139)
#857797
(133,119,151)
#9487A3
(148,135,163)
#A397AF
(163,151,175)
#B2A7BB
(178,167,187)
#C1B7C7
(193,183,199)
#D0C7D3
(208,199,211)
#DFD7DF
(223,215,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584773 color. Also use rgb(88,71,115) instead hex code.

Text Font Color

.myTextColor { color: #584773; }

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

This text font color is #584773.


Background Color

.myBgColor { background-color: #584773; }

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

This div background color is #584773.


Border color

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

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

This div border color is #584773.


Opacity

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

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

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

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

This text has shadow with #584773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584773 on black background.


Color preview on white background

This text has color #584773 on white background.



Black color preview on #584773 background

This text has black color on #584773 background.


White color preview on #584773 background

This text has white color on #584773 background.