COLOR #584F7D

HEX: #584F7D
RGB: (88,79,125)

Renk bilgisi

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

RGB renk modeli

#584F7D color RGB value is (88,79,125).

  • kırmız ton 88;
  • yeşil ton 79;
  • mavi ton 125.
RGB:
(88,79,125)
(35%,31%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 79 of 255 = 31%
B 125 of 255 = 49%

88
79
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 79 + 125 = 292 (100%)
R 88 of 292 ~ 30.14%
G 79 of 292 ~ 27.05%
B 125 of 292 ~ 42.81%

%30.14
%27.05
%42.81

CMYK RENK MODELİ

#584F7D rengi CMYK tonu (30,37,0,51).

  • camgöbeği tonu 29.60%
  • eflatun tonu 36.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(30,37,0,51)
C30M37Y0K51 
(30%,37%,0%,51%)
(0.30/0.37/0.00/0.51)	

CMYK yüzdeleri

%29.6
%36.8
%0
%50.98

Codes

Color #584F7D in popluar color models

584F7D
RGB8879125
HSL252°22.55%40.00%
HSB/HSV252°36.80%49.02%
CMYK29.60%36.80%0.00%
50.98%

Color #584F7D in popluar number systems.

HEX584F7D
Decimal8879125
Binary101100010011111111101
Octal130117175

Shades and tints

Shades of #584F7D

#584F7D
(88,79,125)
#504872
(80,72,114)
#484167
(72,65,103)
#403A5C
(64,58,92)
#383351
(56,51,81)
#302C46
(48,44,70)
#28253B
(40,37,59)
#201E30
(32,30,48)
#181725
(24,23,37)
#10101A
(16,16,26)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #584F7D

#584F7D
(88,79,125)
#675F88
(103,95,136)
#766F93
(118,111,147)
#857F9E
(133,127,158)
#948FA9
(148,143,169)
#A39FB4
(163,159,180)
#B2AFBF
(178,175,191)
#C1BFCA
(193,191,202)
#D0CFD5
(208,207,213)
#DFDFE0
(223,223,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584F7D color. Also use rgb(88,79,125) instead hex code.

Text Font Color

.myTextColor { color: #584F7D; }

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

This text font color is #584F7D.


Background Color

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

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

This div background color is #584F7D.


Border color

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

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

This div border color is #584F7D.


Opacity

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

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

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

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

This text has shadow with #584F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F7D on black background.


Color preview on white background

This text has color #584F7D on white background.



Black color preview on #584F7D background

This text has black color on #584F7D background.


White color preview on #584F7D background

This text has white color on #584F7D background.