COLOR #585545

HEX: #585545
RGB: (88,85,69)

Renk bilgisi

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

RGB renk modeli

#585545 color RGB value is (88,85,69).

  • kırmız ton 88;
  • yeşil ton 85;
  • mavi ton 69.
RGB:
(88,85,69)
(35%,33%,27%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 69 of 255 = 27%

88
85
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 69 = 242 (100%)
R 88 of 242 ~ 36.36%
G 85 of 242 ~ 35.12%
B 69 of 242 ~ 28.51%

%36.36
%35.12
%28.51

CMYK RENK MODELİ

#585545 rengi CMYK tonu (0,3,22,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.41%
  • sarı tonu 21.59%
  • ana renk tonu 65.49%
CMYK:
(0,3,22,65)
C0M3Y22K65 
(0%,3%,22%,65%)
(0.00/0.03/0.22/0.65)	

CMYK yüzdeleri

%0
%3.41
%21.59
%65.49

Codes

Color #585545 in popluar color models

585545
RGB888569
HSL51°12.10%30.78%
HSB/HSV51°21.59%34.51%
CMYK0.00%3.41%21.59%
65.49%

Color #585545 in popluar number systems.

HEX585545
Decimal888569
Binary101100010101011000101
Octal130125105

Shades and tints

Shades of #585545

#585545
(88,85,69)
#504E3F
(80,78,63)
#484739
(72,71,57)
#404033
(64,64,51)
#38392D
(56,57,45)
#303227
(48,50,39)
#282B21
(40,43,33)
#20241B
(32,36,27)
#181D15
(24,29,21)
#10160F
(16,22,15)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #585545

#585545
(88,85,69)
#676455
(103,100,85)
#767365
(118,115,101)
#858275
(133,130,117)
#949185
(148,145,133)
#A3A095
(163,160,149)
#B2AFA5
(178,175,165)
#C1BEB5
(193,190,181)
#D0CDC5
(208,205,197)
#DFDCD5
(223,220,213)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585545 color. Also use rgb(88,85,69) instead hex code.

Text Font Color

.myTextColor { color: #585545; }

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

This text font color is #585545.


Background Color

.myBgColor { background-color: #585545; }

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

This div background color is #585545.


Border color

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

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

This div border color is #585545.


Opacity

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

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

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

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

This text has shadow with #585545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585545 on black background.


Color preview on white background

This text has color #585545 on white background.



Black color preview on #585545 background

This text has black color on #585545 background.


White color preview on #585545 background

This text has white color on #585545 background.