COLOR #584D58

HEX: #584D58
RGB: (88,77,88)

Renk bilgisi

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

RGB renk modeli

#584D58 color RGB value is (88,77,88).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 88 of 255 = 35%

88
77
88

R + G + B ~ 33%. #584D58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 88 = 253 (100%)
R 88 of 253 ~ 34.78%
G 77 of 253 ~ 30.43%
B 88 of 253 ~ 34.78%

%34.78
%30.43
%34.78

CMYK RENK MODELİ

#584D58 rengi CMYK tonu (0,13,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(0,13,0,65)
C0M13Y0K65 
(0%,13%,0%,65%)
(0.00/0.13/0.00/0.65)	

CMYK yüzdeleri

%0
%12.5
%0
%65.49

Codes

Color #584D58 in popluar color models

584D58
RGB887788
HSL300°6.67%32.35%
HSB/HSV300°12.50%34.51%
CMYK0.00%12.50%0.00%
65.49%

Color #584D58 in popluar number systems.

HEX584D58
Decimal887788
Binary101100010011011011000
Octal130115130

Shades and tints

Shades of #584D58

#584D58
(88,77,88)
#504650
(80,70,80)
#483F48
(72,63,72)
#403840
(64,56,64)
#383138
(56,49,56)
#302A30
(48,42,48)
#282328
(40,35,40)
#201C20
(32,28,32)
#181518
(24,21,24)
#100E10
(16,14,16)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #584D58

#584D58
(88,77,88)
#675D67
(103,93,103)
#766D76
(118,109,118)
#857D85
(133,125,133)
#948D94
(148,141,148)
#A39DA3
(163,157,163)
#B2ADB2
(178,173,178)
#C1BDC1
(193,189,193)
#D0CDD0
(208,205,208)
#DFDDDF
(223,221,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D58; }

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

This text font color is #584D58.


Background Color

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

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

This div background color is #584D58.


Border color

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

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

This div border color is #584D58.


Opacity

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

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

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

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

This text has shadow with #584D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D58 on black background.


Color preview on white background

This text has color #584D58 on white background.



Black color preview on #584D58 background

This text has black color on #584D58 background.


White color preview on #584D58 background

This text has white color on #584D58 background.