COLOR #585B41

HEX: #585B41
RGB: (88,91,65)

Renk bilgisi

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

RGB renk modeli

#585B41 color RGB value is (88,91,65).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 91 of 255 = 36%
B 65 of 255 = 25%

88
91
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 91 + 65 = 244 (100%)
R 88 of 244 ~ 36.07%
G 91 of 244 ~ 37.3%
B 65 of 244 ~ 26.64%

%36.07
%37.3
%26.64

CMYK RENK MODELİ

#585B41 rengi CMYK tonu (3,0,29,64).

  • camgöbeği tonu 3.30%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 64.31%
CMYK:
(3,0,29,64)
C3M0Y29K64 
(3%,0%,29%,64%)
(0.03/0.00/0.29/0.64)	

CMYK yüzdeleri

%3.3
%0
%28.57
%64.31

Codes

Color #585B41 in popluar color models

585B41
RGB889165
HSL67°16.67%30.59%
HSB/HSV67°28.57%35.69%
CMYK3.30%0.00%28.57%
64.31%

Color #585B41 in popluar number systems.

HEX585B41
Decimal889165
Binary101100010110111000001
Octal130133101

Shades and tints

Shades of #585B41

#585B41
(88,91,65)
#50533C
(80,83,60)
#484B37
(72,75,55)
#404332
(64,67,50)
#383B2D
(56,59,45)
#303328
(48,51,40)
#282B23
(40,43,35)
#20231E
(32,35,30)
#181B19
(24,27,25)
#101314
(16,19,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585B41

#585B41
(88,91,65)
#676952
(103,105,82)
#767763
(118,119,99)
#858574
(133,133,116)
#949385
(148,147,133)
#A3A196
(163,161,150)
#B2AFA7
(178,175,167)
#C1BDB8
(193,189,184)
#D0CBC9
(208,203,201)
#DFD9DA
(223,217,218)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B41; }

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

This text font color is #585B41.


Background Color

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

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

This div background color is #585B41.


Border color

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

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

This div border color is #585B41.


Opacity

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

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

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

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

This text has shadow with #585B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B41 on black background.


Color preview on white background

This text has color #585B41 on white background.



Black color preview on #585B41 background

This text has black color on #585B41 background.


White color preview on #585B41 background

This text has white color on #585B41 background.