COLOR #584B78

HEX: #584B78
RGB: (88,75,120)

Renk bilgisi

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

RGB renk modeli

#584B78 color RGB value is (88,75,120).

  • kırmız ton 88;
  • yeşil ton 75;
  • mavi ton 120.
RGB:
(88,75,120)
(35%,29%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 75 of 255 = 29%
B 120 of 255 = 47%

88
75
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 75 + 120 = 283 (100%)
R 88 of 283 ~ 31.1%
G 75 of 283 ~ 26.5%
B 120 of 283 ~ 42.4%

%31.1
%26.5
%42.4

CMYK RENK MODELİ

#584B78 rengi CMYK tonu (27,38,0,53).

  • camgöbeği tonu 26.67%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(27,38,0,53)
C27M38Y0K53 
(27%,38%,0%,53%)
(0.27/0.38/0.00/0.53)	

CMYK yüzdeleri

%26.67
%37.5
%0
%52.94

Codes

Color #584B78 in popluar color models

584B78
RGB8875120
HSL257°23.08%38.24%
HSB/HSV257°37.50%47.06%
CMYK26.67%37.50%0.00%
52.94%

Color #584B78 in popluar number systems.

HEX584B78
Decimal8875120
Binary101100010010111111000
Octal130113170

Shades and tints

Shades of #584B78

#584B78
(88,75,120)
#50456E
(80,69,110)
#483F64
(72,63,100)
#40395A
(64,57,90)
#383350
(56,51,80)
#302D46
(48,45,70)
#28273C
(40,39,60)
#202132
(32,33,50)
#181B28
(24,27,40)
#10151E
(16,21,30)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #584B78

#584B78
(88,75,120)
#675B84
(103,91,132)
#766B90
(118,107,144)
#857B9C
(133,123,156)
#948BA8
(148,139,168)
#A39BB4
(163,155,180)
#B2ABC0
(178,171,192)
#C1BBCC
(193,187,204)
#D0CBD8
(208,203,216)
#DFDBE4
(223,219,228)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584B78 color. Also use rgb(88,75,120) instead hex code.

Text Font Color

.myTextColor { color: #584B78; }

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

This text font color is #584B78.


Background Color

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

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

This div background color is #584B78.


Border color

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

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

This div border color is #584B78.


Opacity

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

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

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

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

This text has shadow with #584B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B78 on black background.


Color preview on white background

This text has color #584B78 on white background.



Black color preview on #584B78 background

This text has black color on #584B78 background.


White color preview on #584B78 background

This text has white color on #584B78 background.