COLOR #584B75

HEX: #584B75
RGB: (88,75,117)

Renk bilgisi

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

RGB renk modeli

#584B75 color RGB value is (88,75,117).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 75 of 255 = 29%
B 117 of 255 = 46%

88
75
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 75 + 117 = 280 (100%)
R 88 of 280 ~ 31.43%
G 75 of 280 ~ 26.79%
B 117 of 280 ~ 41.79%

%31.43
%26.79
%41.79

CMYK RENK MODELİ

#584B75 rengi CMYK tonu (25,36,0,54).

  • camgöbeği tonu 24.79%
  • eflatun tonu 35.90%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(25,36,0,54)
C25M36Y0K54 
(25%,36%,0%,54%)
(0.25/0.36/0.00/0.54)	

CMYK yüzdeleri

%24.79
%35.9
%0
%54.12

Codes

Color #584B75 in popluar color models

584B75
RGB8875117
HSL259°21.88%37.65%
HSB/HSV259°35.90%45.88%
CMYK24.79%35.90%0.00%
54.12%

Color #584B75 in popluar number systems.

HEX584B75
Decimal8875117
Binary101100010010111110101
Octal130113165

Shades and tints

Shades of #584B75

#584B75
(88,75,117)
#50456B
(80,69,107)
#483F61
(72,63,97)
#403957
(64,57,87)
#38334D
(56,51,77)
#302D43
(48,45,67)
#282739
(40,39,57)
#20212F
(32,33,47)
#181B25
(24,27,37)
#10151B
(16,21,27)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #584B75

#584B75
(88,75,117)
#675B81
(103,91,129)
#766B8D
(118,107,141)
#857B99
(133,123,153)
#948BA5
(148,139,165)
#A39BB1
(163,155,177)
#B2ABBD
(178,171,189)
#C1BBC9
(193,187,201)
#D0CBD5
(208,203,213)
#DFDBE1
(223,219,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B75; }

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

This text font color is #584B75.


Background Color

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

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

This div background color is #584B75.


Border color

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

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

This div border color is #584B75.


Opacity

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

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

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

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

This text has shadow with #584B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B75 on black background.


Color preview on white background

This text has color #584B75 on white background.



Black color preview on #584B75 background

This text has black color on #584B75 background.


White color preview on #584B75 background

This text has white color on #584B75 background.