COLOR #585044

HEX: #585044
RGB: (88,80,68)

Renk bilgisi

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

RGB renk modeli

#585044 color RGB value is (88,80,68).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 68 of 255 = 27%

88
80
68

R + G + B ~ 31%. #585044 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 68 = 236 (100%)
R 88 of 236 ~ 37.29%
G 80 of 236 ~ 33.9%
B 68 of 236 ~ 28.81%

%37.29
%33.9
%28.81

CMYK RENK MODELİ

#585044 rengi CMYK tonu (0,9,23,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 22.73%
  • ana renk tonu 65.49%
CMYK:
(0,9,23,65)
C0M9Y23K65 
(0%,9%,23%,65%)
(0.00/0.09/0.23/0.65)	

CMYK yüzdeleri

%0
%9.09
%22.73
%65.49

Codes

Color #585044 in popluar color models

585044
RGB888068
HSL36°12.82%30.59%
HSB/HSV36°22.73%34.51%
CMYK0.00%9.09%22.73%
65.49%

Color #585044 in popluar number systems.

HEX585044
Decimal888068
Binary101100010100001000100
Octal130120104

Shades and tints

Shades of #585044

#585044
(88,80,68)
#50493E
(80,73,62)
#484238
(72,66,56)
#403B32
(64,59,50)
#38342C
(56,52,44)
#302D26
(48,45,38)
#282620
(40,38,32)
#201F1A
(32,31,26)
#181814
(24,24,20)
#10110E
(16,17,14)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #585044

#585044
(88,80,68)
#675F55
(103,95,85)
#766E66
(118,110,102)
#857D77
(133,125,119)
#948C88
(148,140,136)
#A39B99
(163,155,153)
#B2AAAA
(178,170,170)
#C1B9BB
(193,185,187)
#D0C8CC
(208,200,204)
#DFD7DD
(223,215,221)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585044; }

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

This text font color is #585044.


Background Color

.myBgColor { background-color: #585044; }

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

This div background color is #585044.


Border color

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

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

This div border color is #585044.


Opacity

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

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

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

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

This text has shadow with #585044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585044 on black background.


Color preview on white background

This text has color #585044 on white background.



Black color preview on #585044 background

This text has black color on #585044 background.


White color preview on #585044 background

This text has white color on #585044 background.