COLOR #585B44

HEX: #585B44
RGB: (88,91,68)

Renk bilgisi

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

RGB renk modeli

#585B44 color RGB value is (88,91,68).

  • kırmız ton 88;
  • yeşil ton 91;
  • mavi ton 68.
RGB:
(88,91,68)
(35%,36%,27%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 68 of 255 = 27%

88
91
68

R + G + B ~ 33%. #585B44 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 68 = 247 (100%)
R 88 of 247 ~ 35.63%
G 91 of 247 ~ 36.84%
B 68 of 247 ~ 27.53%

%35.63
%36.84
%27.53

CMYK RENK MODELİ

#585B44 rengi CMYK tonu (3,0,25,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 0.00%
  • sarı tonu 25.27%
  • ana renk tonu 64.31%
CMYK:
(3,0,25,64)
C3M0Y25K64 
(3%,0%,25%,64%)
(0.03/0.00/0.25/0.64)	

CMYK yüzdeleri

%3.3
%0
%25.27
%64.31

Codes

Color #585B44 in popluar color models

585B44
RGB889168
HSL68°14.47%31.18%
HSB/HSV68°25.27%35.69%
CMYK3.30%0.00%25.27%
64.31%

Color #585B44 in popluar number systems.

HEX585B44
Decimal889168
Binary101100010110111000100
Octal130133104

Shades and tints

Shades of #585B44

#585B44
(88,91,68)
#50533E
(80,83,62)
#484B38
(72,75,56)
#404332
(64,67,50)
#383B2C
(56,59,44)
#303326
(48,51,38)
#282B20
(40,43,32)
#20231A
(32,35,26)
#181B14
(24,27,20)
#10130E
(16,19,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #585B44

#585B44
(88,91,68)
#676955
(103,105,85)
#767766
(118,119,102)
#858577
(133,133,119)
#949388
(148,147,136)
#A3A199
(163,161,153)
#B2AFAA
(178,175,170)
#C1BDBB
(193,189,187)
#D0CBCC
(208,203,204)
#DFD9DD
(223,217,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B44 color. Also use rgb(88,91,68) instead hex code.

Text Font Color

.myTextColor { color: #585B44; }

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

This text font color is #585B44.


Background Color

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

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

This div background color is #585B44.


Border color

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

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

This div border color is #585B44.


Opacity

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

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

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

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

This text has shadow with #585B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B44 on black background.


Color preview on white background

This text has color #585B44 on white background.



Black color preview on #585B44 background

This text has black color on #585B44 background.


White color preview on #585B44 background

This text has white color on #585B44 background.