COLOR #584369

HEX: #584369
RGB: (88,67,105)

Renk bilgisi

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

RGB renk modeli

#584369 color RGB value is (88,67,105).

  • kırmız ton 88;
  • yeşil ton 67;
  • mavi ton 105.
RGB:
(88,67,105)
(35%,26%,41%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 67 of 255 = 26%
B 105 of 255 = 41%

88
67
105

R + G + B ~ 34%. #584369 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 67 + 105 = 260 (100%)
R 88 of 260 ~ 33.85%
G 67 of 260 ~ 25.77%
B 105 of 260 ~ 40.38%

%33.85
%25.77
%40.38

CMYK RENK MODELİ

#584369 rengi CMYK tonu (16,36,0,59).

  • camgöbeği tonu 16.19%
  • eflatun tonu 36.19%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(16,36,0,59)
C16M36Y0K59 
(16%,36%,0%,59%)
(0.16/0.36/0.00/0.59)	

CMYK yüzdeleri

%16.19
%36.19
%0
%58.82

Codes

Color #584369 in popluar color models

584369
RGB8867105
HSL273°22.09%33.73%
HSB/HSV273°36.19%41.18%
CMYK16.19%36.19%0.00%
58.82%

Color #584369 in popluar number systems.

HEX584369
Decimal8867105
Binary101100010000111101001
Octal130103151

Shades and tints

Shades of #584369

#584369
(88,67,105)
#503D60
(80,61,96)
#483757
(72,55,87)
#40314E
(64,49,78)
#382B45
(56,43,69)
#30253C
(48,37,60)
#281F33
(40,31,51)
#20192A
(32,25,42)
#181321
(24,19,33)
#100D18
(16,13,24)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #584369

#584369
(88,67,105)
#675476
(103,84,118)
#766583
(118,101,131)
#857690
(133,118,144)
#94879D
(148,135,157)
#A398AA
(163,152,170)
#B2A9B7
(178,169,183)
#C1BAC4
(193,186,196)
#D0CBD1
(208,203,209)
#DFDCDE
(223,220,222)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584369 color. Also use rgb(88,67,105) instead hex code.

Text Font Color

.myTextColor { color: #584369; }

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

This text font color is #584369.


Background Color

.myBgColor { background-color: #584369; }

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

This div background color is #584369.


Border color

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

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

This div border color is #584369.


Opacity

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

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

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

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

This text has shadow with #584369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584369 on black background.


Color preview on white background

This text has color #584369 on white background.



Black color preview on #584369 background

This text has black color on #584369 background.


White color preview on #584369 background

This text has white color on #584369 background.