COLOR #585E40

HEX: #585E40
RGB: (88,94,64)

Renk bilgisi

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

RGB renk modeli

#585E40 color RGB value is (88,94,64).

  • kırmız ton 88;
  • yeşil ton 94;
  • mavi ton 64.
RGB:
(88,94,64)
(35%,37%,25%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 64 of 255 = 25%

88
94
64

R + G + B ~ 32%. #585E40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 64 = 246 (100%)
R 88 of 246 ~ 35.77%
G 94 of 246 ~ 38.21%
B 64 of 246 ~ 26.02%

%35.77
%38.21
%26.02

CMYK RENK MODELİ

#585E40 rengi CMYK tonu (6,0,32,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 0.00%
  • sarı tonu 31.91%
  • ana renk tonu 63.14%
CMYK:
(6,0,32,63)
C6M0Y32K63 
(6%,0%,32%,63%)
(0.06/0.00/0.32/0.63)	

CMYK yüzdeleri

%6.38
%0
%31.91
%63.14

Codes

Color #585E40 in popluar color models

585E40
RGB889464
HSL72°18.99%30.98%
HSB/HSV72°31.91%36.86%
CMYK6.38%0.00%31.91%
63.14%

Color #585E40 in popluar number systems.

HEX585E40
Decimal889464
Binary101100010111101000000
Octal130136100

Shades and tints

Shades of #585E40

#585E40
(88,94,64)
#50563B
(80,86,59)
#484E36
(72,78,54)
#404631
(64,70,49)
#383E2C
(56,62,44)
#303627
(48,54,39)
#282E22
(40,46,34)
#20261D
(32,38,29)
#181E18
(24,30,24)
#101613
(16,22,19)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #585E40

#585E40
(88,94,64)
#676C51
(103,108,81)
#767A62
(118,122,98)
#858873
(133,136,115)
#949684
(148,150,132)
#A3A495
(163,164,149)
#B2B2A6
(178,178,166)
#C1C0B7
(193,192,183)
#D0CEC8
(208,206,200)
#DFDCD9
(223,220,217)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E40 color. Also use rgb(88,94,64) instead hex code.

Text Font Color

.myTextColor { color: #585E40; }

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

This text font color is #585E40.


Background Color

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

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

This div background color is #585E40.


Border color

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

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

This div border color is #585E40.


Opacity

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

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

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

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

This text has shadow with #585E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E40 on black background.


Color preview on white background

This text has color #585E40 on white background.



Black color preview on #585E40 background

This text has black color on #585E40 background.


White color preview on #585E40 background

This text has white color on #585E40 background.