COLOR #584D56

HEX: #584D56
RGB: (88,77,86)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

88
77
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 86 = 251 (100%)
R 88 of 251 ~ 35.06%
G 77 of 251 ~ 30.68%
B 86 of 251 ~ 34.26%

%35.06
%30.68
%34.26

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%12.5
%2.27
%65.49

Codes

Color #584D56 in popluar color models

584D56
RGB887786
HSL311°6.67%32.35%
HSB/HSV311°12.50%34.51%
CMYK0.00%12.50%2.27%
65.49%

Color #584D56 in popluar number systems.

HEX584D56
Decimal887786
Binary101100010011011010110
Octal130115126

Shades and tints

Shades of #584D56

#584D56
(88,77,86)
#50464F
(80,70,79)
#483F48
(72,63,72)
#403841
(64,56,65)
#38313A
(56,49,58)
#302A33
(48,42,51)
#28232C
(40,35,44)
#201C25
(32,28,37)
#18151E
(24,21,30)
#100E17
(16,14,23)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #584D56

#584D56
(88,77,86)
#675D65
(103,93,101)
#766D74
(118,109,116)
#857D83
(133,125,131)
#948D92
(148,141,146)
#A39DA1
(163,157,161)
#B2ADB0
(178,173,176)
#C1BDBF
(193,189,191)
#D0CDCE
(208,205,206)
#DFDDDD
(223,221,221)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D56; }

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

This text font color is #584D56.


Background Color

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

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

This div background color is #584D56.


Border color

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

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

This div border color is #584D56.


Opacity

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

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

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

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

This text has shadow with #584D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D56 on black background.


Color preview on white background

This text has color #584D56 on white background.



Black color preview on #584D56 background

This text has black color on #584D56 background.


White color preview on #584D56 background

This text has white color on #584D56 background.