COLOR #585A4E

HEX: #585A4E
RGB: (88,90,78)

Renk bilgisi

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

RGB renk modeli

#585A4E color RGB value is (88,90,78).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 78 of 255 = 31%

88
90
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 78 = 256 (100%)
R 88 of 256 ~ 34.38%
G 90 of 256 ~ 35.16%
B 78 of 256 ~ 30.47%

%34.38
%35.16
%30.47

CMYK RENK MODELİ

#585A4E rengi CMYK tonu (2,0,13,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 13.33%
  • ana renk tonu 64.71%
CMYK:
(2,0,13,65)
C2M0Y13K65 
(2%,0%,13%,65%)
(0.02/0.00/0.13/0.65)	

CMYK yüzdeleri

%2.22
%0
%13.33
%64.71

Codes

Color #585A4E in popluar color models

585A4E
RGB889078
HSL70°7.14%32.94%
HSB/HSV70°13.33%35.29%
CMYK2.22%0.00%13.33%
64.71%

Color #585A4E in popluar number systems.

HEX585A4E
Decimal889078
Binary101100010110101001110
Octal130132116

Shades and tints

Shades of #585A4E

#585A4E
(88,90,78)
#505247
(80,82,71)
#484A40
(72,74,64)
#404239
(64,66,57)
#383A32
(56,58,50)
#30322B
(48,50,43)
#282A24
(40,42,36)
#20221D
(32,34,29)
#181A16
(24,26,22)
#10120F
(16,18,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #585A4E

#585A4E
(88,90,78)
#67695E
(103,105,94)
#76786E
(118,120,110)
#85877E
(133,135,126)
#94968E
(148,150,142)
#A3A59E
(163,165,158)
#B2B4AE
(178,180,174)
#C1C3BE
(193,195,190)
#D0D2CE
(208,210,206)
#DFE1DE
(223,225,222)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A4E color. Also use rgb(88,90,78) instead hex code.

Text Font Color

.myTextColor { color: #585A4E; }

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

This text font color is #585A4E.


Background Color

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

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

This div background color is #585A4E.


Border color

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

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

This div border color is #585A4E.


Opacity

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

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

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

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

This text has shadow with #585A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A4E on black background.


Color preview on white background

This text has color #585A4E on white background.



Black color preview on #585A4E background

This text has black color on #585A4E background.


White color preview on #585A4E background

This text has white color on #585A4E background.