COLOR #584E58

HEX: #584E58
RGB: (88,78,88)

Renk bilgisi

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

RGB renk modeli

#584E58 color RGB value is (88,78,88).

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

RGB bağlantıları ve doygunluk

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

88
78
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 78 + 88 = 254 (100%)
R 88 of 254 ~ 34.65%
G 78 of 254 ~ 30.71%
B 88 of 254 ~ 34.65%

%34.65
%30.71
%34.65

CMYK RENK MODELİ

#584E58 rengi CMYK tonu (0,11,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.36%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(0,11,0,65)
C0M11Y0K65 
(0%,11%,0%,65%)
(0.00/0.11/0.00/0.65)	

CMYK yüzdeleri

%0
%11.36
%0
%65.49

Codes

Color #584E58 in popluar color models

584E58
RGB887888
HSL300°6.02%32.55%
HSB/HSV300°11.36%34.51%
CMYK0.00%11.36%0.00%
65.49%

Color #584E58 in popluar number systems.

HEX584E58
Decimal887888
Binary101100010011101011000
Octal130116130

Shades and tints

Shades of #584E58

#584E58
(88,78,88)
#504750
(80,71,80)
#484048
(72,64,72)
#403940
(64,57,64)
#383238
(56,50,56)
#302B30
(48,43,48)
#282428
(40,36,40)
#201D20
(32,29,32)
#181618
(24,22,24)
#100F10
(16,15,16)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #584E58

#584E58
(88,78,88)
#675E67
(103,94,103)
#766E76
(118,110,118)
#857E85
(133,126,133)
#948E94
(148,142,148)
#A39EA3
(163,158,163)
#B2AEB2
(178,174,178)
#C1BEC1
(193,190,193)
#D0CED0
(208,206,208)
#DFDEDF
(223,222,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584E58; }

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

This text font color is #584E58.


Background Color

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

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

This div background color is #584E58.


Border color

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

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

This div border color is #584E58.


Opacity

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

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

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

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

This text has shadow with #584E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E58 on black background.


Color preview on white background

This text has color #584E58 on white background.



Black color preview on #584E58 background

This text has black color on #584E58 background.


White color preview on #584E58 background

This text has white color on #584E58 background.