COLOR #585C4D

HEX: #585C4D
RGB: (88,92,77)

Renk bilgisi

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

RGB renk modeli

#585C4D color RGB value is (88,92,77).

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

RGB bağlantıları ve doygunluk

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

88
92
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 77 = 257 (100%)
R 88 of 257 ~ 34.24%
G 92 of 257 ~ 35.8%
B 77 of 257 ~ 29.96%

%34.24
%35.8
%29.96

CMYK RENK MODELİ

#585C4D rengi CMYK tonu (4,0,16,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 16.30%
  • ana renk tonu 63.92%
CMYK:
(4,0,16,64)
C4M0Y16K64 
(4%,0%,16%,64%)
(0.04/0.00/0.16/0.64)	

CMYK yüzdeleri

%4.35
%0
%16.3
%63.92

Codes

Color #585C4D in popluar color models

585C4D
RGB889277
HSL76°8.88%33.14%
HSB/HSV76°16.30%36.08%
CMYK4.35%0.00%16.30%
63.92%

Color #585C4D in popluar number systems.

HEX585C4D
Decimal889277
Binary101100010111001001101
Octal130134115

Shades and tints

Shades of #585C4D

#585C4D
(88,92,77)
#505446
(80,84,70)
#484C3F
(72,76,63)
#404438
(64,68,56)
#383C31
(56,60,49)
#30342A
(48,52,42)
#282C23
(40,44,35)
#20241C
(32,36,28)
#181C15
(24,28,21)
#10140E
(16,20,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #585C4D

#585C4D
(88,92,77)
#676A5D
(103,106,93)
#76786D
(118,120,109)
#85867D
(133,134,125)
#94948D
(148,148,141)
#A3A29D
(163,162,157)
#B2B0AD
(178,176,173)
#C1BEBD
(193,190,189)
#D0CCCD
(208,204,205)
#DFDADD
(223,218,221)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C4D; }

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

This text font color is #585C4D.


Background Color

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

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

This div background color is #585C4D.


Border color

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

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

This div border color is #585C4D.


Opacity

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

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

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

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

This text has shadow with #585C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C4D on black background.


Color preview on white background

This text has color #585C4D on white background.



Black color preview on #585C4D background

This text has black color on #585C4D background.


White color preview on #585C4D background

This text has white color on #585C4D background.