COLOR #584C66

HEX: #584C66
RGB: (88,76,102)

Renk bilgisi

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

RGB renk modeli

#584C66 color RGB value is (88,76,102).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 76 of 255 = 30%
B 102 of 255 = 40%

88
76
102

R + G + B ~ 35%. #584C66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 76 + 102 = 266 (100%)
R 88 of 266 ~ 33.08%
G 76 of 266 ~ 28.57%
B 102 of 266 ~ 38.35%

%33.08
%28.57
%38.35

CMYK RENK MODELİ

#584C66 rengi CMYK tonu (14,25,0,60).

  • camgöbeği tonu 13.73%
  • eflatun tonu 25.49%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(14,25,0,60)
C14M25Y0K60 
(14%,25%,0%,60%)
(0.14/0.25/0.00/0.60)	

CMYK yüzdeleri

%13.73
%25.49
%0
%60

Codes

Color #584C66 in popluar color models

584C66
RGB8876102
HSL268°14.61%34.90%
HSB/HSV268°25.49%40.00%
CMYK13.73%25.49%0.00%
60.00%

Color #584C66 in popluar number systems.

HEX584C66
Decimal8876102
Binary101100010011001100110
Octal130114146

Shades and tints

Shades of #584C66

#584C66
(88,76,102)
#50465D
(80,70,93)
#484054
(72,64,84)
#403A4B
(64,58,75)
#383442
(56,52,66)
#302E39
(48,46,57)
#282830
(40,40,48)
#202227
(32,34,39)
#181C1E
(24,28,30)
#101615
(16,22,21)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #584C66

#584C66
(88,76,102)
#675C73
(103,92,115)
#766C80
(118,108,128)
#857C8D
(133,124,141)
#948C9A
(148,140,154)
#A39CA7
(163,156,167)
#B2ACB4
(178,172,180)
#C1BCC1
(193,188,193)
#D0CCCE
(208,204,206)
#DFDCDB
(223,220,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C66; }

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

This text font color is #584C66.


Background Color

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

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

This div background color is #584C66.


Border color

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

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

This div border color is #584C66.


Opacity

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

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

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

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

This text has shadow with #584C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C66 on black background.


Color preview on white background

This text has color #584C66 on white background.



Black color preview on #584C66 background

This text has black color on #584C66 background.


White color preview on #584C66 background

This text has white color on #584C66 background.