COLOR #585538

HEX: #585538
RGB: (88,85,56)

Renk bilgisi

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

RGB renk modeli

#585538 color RGB value is (88,85,56).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 85 of 255 = 33%
B 56 of 255 = 22%

88
85
56

R + G + B ~ 30%. #585538 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 85 + 56 = 229 (100%)
R 88 of 229 ~ 38.43%
G 85 of 229 ~ 37.12%
B 56 of 229 ~ 24.45%

%38.43
%37.12
%24.45

CMYK RENK MODELİ

#585538 rengi CMYK tonu (0,3,36,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.41%
  • sarı tonu 36.36%
  • ana renk tonu 65.49%
CMYK:
(0,3,36,65)
C0M3Y36K65 
(0%,3%,36%,65%)
(0.00/0.03/0.36/0.65)	

CMYK yüzdeleri

%0
%3.41
%36.36
%65.49

Codes

Color #585538 in popluar color models

585538
RGB888556
HSL54°22.22%28.24%
HSB/HSV54°36.36%34.51%
CMYK0.00%3.41%36.36%
65.49%

Color #585538 in popluar number systems.

HEX585538
Decimal888556
Binary10110001010101111000
Octal13012570

Shades and tints

Shades of #585538

#585538
(88,85,56)
#504E33
(80,78,51)
#48472E
(72,71,46)
#404029
(64,64,41)
#383924
(56,57,36)
#30321F
(48,50,31)
#282B1A
(40,43,26)
#202415
(32,36,21)
#181D10
(24,29,16)
#10160B
(16,22,11)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #585538

#585538
(88,85,56)
#67644A
(103,100,74)
#76735C
(118,115,92)
#85826E
(133,130,110)
#949180
(148,145,128)
#A3A092
(163,160,146)
#B2AFA4
(178,175,164)
#C1BEB6
(193,190,182)
#D0CDC8
(208,205,200)
#DFDCDA
(223,220,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585538; }

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

This text font color is #585538.


Background Color

.myBgColor { background-color: #585538; }

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

This div background color is #585538.


Border color

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

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

This div border color is #585538.


Opacity

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

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

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

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

This text has shadow with #585538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585538 on black background.


Color preview on white background

This text has color #585538 on white background.



Black color preview on #585538 background

This text has black color on #585538 background.


White color preview on #585538 background

This text has white color on #585538 background.