COLOR #584A7C

HEX: #584A7C
RGB: (88,74,124)

Renk bilgisi

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

RGB renk modeli

#584A7C color RGB value is (88,74,124).

  • kırmız ton 88;
  • yeşil ton 74;
  • mavi ton 124.
RGB:
(88,74,124)
(35%,29%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 74 of 255 = 29%
B 124 of 255 = 49%

88
74
124

R + G + B ~ 38%. #584A7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 74 + 124 = 286 (100%)
R 88 of 286 ~ 30.77%
G 74 of 286 ~ 25.87%
B 124 of 286 ~ 43.36%

%30.77
%25.87
%43.36

CMYK RENK MODELİ

#584A7C rengi CMYK tonu (29,40,0,51).

  • camgöbeği tonu 29.03%
  • eflatun tonu 40.32%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(29,40,0,51)
C29M40Y0K51 
(29%,40%,0%,51%)
(0.29/0.40/0.00/0.51)	

CMYK yüzdeleri

%29.03
%40.32
%0
%51.37

Codes

Color #584A7C in popluar color models

584A7C
RGB8874124
HSL257°25.25%38.82%
HSB/HSV257°40.32%48.63%
CMYK29.03%40.32%0.00%
51.37%

Color #584A7C in popluar number systems.

HEX584A7C
Decimal8874124
Binary101100010010101111100
Octal130112174

Shades and tints

Shades of #584A7C

#584A7C
(88,74,124)
#504471
(80,68,113)
#483E66
(72,62,102)
#40385B
(64,56,91)
#383250
(56,50,80)
#302C45
(48,44,69)
#28263A
(40,38,58)
#20202F
(32,32,47)
#181A24
(24,26,36)
#101419
(16,20,25)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #584A7C

#584A7C
(88,74,124)
#675A87
(103,90,135)
#766A92
(118,106,146)
#857A9D
(133,122,157)
#948AA8
(148,138,168)
#A39AB3
(163,154,179)
#B2AABE
(178,170,190)
#C1BAC9
(193,186,201)
#D0CAD4
(208,202,212)
#DFDADF
(223,218,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584A7C color. Also use rgb(88,74,124) instead hex code.

Text Font Color

.myTextColor { color: #584A7C; }

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

This text font color is #584A7C.


Background Color

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

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

This div background color is #584A7C.


Border color

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

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

This div border color is #584A7C.


Opacity

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

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

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

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

This text has shadow with #584A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A7C on black background.


Color preview on white background

This text has color #584A7C on white background.



Black color preview on #584A7C background

This text has black color on #584A7C background.


White color preview on #584A7C background

This text has white color on #584A7C background.