COLOR #585746

HEX: #585746
RGB: (88,87,70)

Renk bilgisi

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

RGB renk modeli

#585746 color RGB value is (88,87,70).

  • kırmız ton 88;
  • yeşil ton 87;
  • mavi ton 70.
RGB:
(88,87,70)
(35%,34%,27%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 87 of 255 = 34%
B 70 of 255 = 27%

88
87
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 87 + 70 = 245 (100%)
R 88 of 245 ~ 35.92%
G 87 of 245 ~ 35.51%
B 70 of 245 ~ 28.57%

%35.92
%35.51
%28.57

CMYK RENK MODELİ

#585746 rengi CMYK tonu (0,1,20,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.14%
  • sarı tonu 20.45%
  • ana renk tonu 65.49%
CMYK:
(0,1,20,65)
C0M1Y20K65 
(0%,1%,20%,65%)
(0.00/0.01/0.20/0.65)	

CMYK yüzdeleri

%0
%1.14
%20.45
%65.49

Codes

Color #585746 in popluar color models

585746
RGB888770
HSL57°11.39%30.98%
HSB/HSV57°20.45%34.51%
CMYK0.00%1.14%20.45%
65.49%

Color #585746 in popluar number systems.

HEX585746
Decimal888770
Binary101100010101111000110
Octal130127106

Shades and tints

Shades of #585746

#585746
(88,87,70)
#505040
(80,80,64)
#48493A
(72,73,58)
#404234
(64,66,52)
#383B2E
(56,59,46)
#303428
(48,52,40)
#282D22
(40,45,34)
#20261C
(32,38,28)
#181F16
(24,31,22)
#101810
(16,24,16)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #585746

#585746
(88,87,70)
#676656
(103,102,86)
#767566
(118,117,102)
#858476
(133,132,118)
#949386
(148,147,134)
#A3A296
(163,162,150)
#B2B1A6
(178,177,166)
#C1C0B6
(193,192,182)
#D0CFC6
(208,207,198)
#DFDED6
(223,222,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585746 color. Also use rgb(88,87,70) instead hex code.

Text Font Color

.myTextColor { color: #585746; }

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

This text font color is #585746.


Background Color

.myBgColor { background-color: #585746; }

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

This div background color is #585746.


Border color

.myBorderColor { border: 1px solid #585746; }

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

This div border color is #585746.


Opacity

.myOpacity80 { color: #585746; opacity: 0.8; }

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

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

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

This text has shadow with #585746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585746 on black background.


Color preview on white background

This text has color #585746 on white background.



Black color preview on #585746 background

This text has black color on #585746 background.


White color preview on #585746 background

This text has white color on #585746 background.