COLOR #585E7E

HEX: #585E7E
RGB: (88,94,126)

Renk bilgisi

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

RGB renk modeli

#585E7E color RGB value is (88,94,126).

  • kırmız ton 88;
  • yeşil ton 94;
  • mavi ton 126.
RGB:
(88,94,126)
(35%,37%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 126 of 255 = 49%

88
94
126

R + G + B ~ 40%. #585E7E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 126 = 308 (100%)
R 88 of 308 ~ 28.57%
G 94 of 308 ~ 30.52%
B 126 of 308 ~ 40.91%

%28.57
%30.52
%40.91

CMYK RENK MODELİ

#585E7E rengi CMYK tonu (30,25,0,51).

  • camgöbeği tonu 30.16%
  • eflatun tonu 25.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(30,25,0,51)
C30M25Y0K51 
(30%,25%,0%,51%)
(0.30/0.25/0.00/0.51)	

CMYK yüzdeleri

%30.16
%25.4
%0
%50.59

Codes

Color #585E7E in popluar color models

585E7E
RGB8894126
HSL231°17.76%41.96%
HSB/HSV231°30.16%49.41%
CMYK30.16%25.40%0.00%
50.59%

Color #585E7E in popluar number systems.

HEX585E7E
Decimal8894126
Binary101100010111101111110
Octal130136176

Shades and tints

Shades of #585E7E

#585E7E
(88,94,126)
#505673
(80,86,115)
#484E68
(72,78,104)
#40465D
(64,70,93)
#383E52
(56,62,82)
#303647
(48,54,71)
#282E3C
(40,46,60)
#202631
(32,38,49)
#181E26
(24,30,38)
#10161B
(16,22,27)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #585E7E

#585E7E
(88,94,126)
#676C89
(103,108,137)
#767A94
(118,122,148)
#85889F
(133,136,159)
#9496AA
(148,150,170)
#A3A4B5
(163,164,181)
#B2B2C0
(178,178,192)
#C1C0CB
(193,192,203)
#D0CED6
(208,206,214)
#DFDCE1
(223,220,225)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E7E color. Also use rgb(88,94,126) instead hex code.

Text Font Color

.myTextColor { color: #585E7E; }

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

This text font color is #585E7E.


Background Color

.myBgColor { background-color: #585E7E; }

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

This div background color is #585E7E.


Border color

.myBorderColor { border: 1px solid #585E7E; }

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

This div border color is #585E7E.


Opacity

.myOpacity80 { color: #585E7E; opacity: 0.8; }

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

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

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

This text has shadow with #585E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E7E on black background.


Color preview on white background

This text has color #585E7E on white background.



Black color preview on #585E7E background

This text has black color on #585E7E background.


White color preview on #585E7E background

This text has white color on #585E7E background.