COLOR #585331

HEX: #585331
RGB: (88,83,49)

Renk bilgisi

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

RGB renk modeli

#585331 color RGB value is (88,83,49).

  • kırmız ton 88;
  • yeşil ton 83;
  • mavi ton 49.
RGB:
(88,83,49)
(35%,33%,19%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 83 of 255 = 33%
B 49 of 255 = 19%

88
83
49

R + G + B ~ 29%. #585331 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 83 + 49 = 220 (100%)
R 88 of 220 ~ 40%
G 83 of 220 ~ 37.73%
B 49 of 220 ~ 22.27%

%40
%37.73
%22.27

CMYK RENK MODELİ

#585331 rengi CMYK tonu (0,6,44,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.68%
  • sarı tonu 44.32%
  • ana renk tonu 65.49%
CMYK:
(0,6,44,65)
C0M6Y44K65 
(0%,6%,44%,65%)
(0.00/0.06/0.44/0.65)	

CMYK yüzdeleri

%0
%5.68
%44.32
%65.49

Codes

Color #585331 in popluar color models

585331
RGB888349
HSL52°28.47%26.86%
HSB/HSV52°44.32%34.51%
CMYK0.00%5.68%44.32%
65.49%

Color #585331 in popluar number systems.

HEX585331
Decimal888349
Binary10110001010011110001
Octal13012361

Shades and tints

Shades of #585331

#585331
(88,83,49)
#504C2D
(80,76,45)
#484529
(72,69,41)
#403E25
(64,62,37)
#383721
(56,55,33)
#30301D
(48,48,29)
#282919
(40,41,25)
#202215
(32,34,21)
#181B11
(24,27,17)
#10140D
(16,20,13)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #585331

#585331
(88,83,49)
#676243
(103,98,67)
#767155
(118,113,85)
#858067
(133,128,103)
#948F79
(148,143,121)
#A39E8B
(163,158,139)
#B2AD9D
(178,173,157)
#C1BCAF
(193,188,175)
#D0CBC1
(208,203,193)
#DFDAD3
(223,218,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585331 color. Also use rgb(88,83,49) instead hex code.

Text Font Color

.myTextColor { color: #585331; }

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

This text font color is #585331.


Background Color

.myBgColor { background-color: #585331; }

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

This div background color is #585331.


Border color

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

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

This div border color is #585331.


Opacity

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

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

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

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

This text has shadow with #585331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585331 on black background.


Color preview on white background

This text has color #585331 on white background.



Black color preview on #585331 background

This text has black color on #585331 background.


White color preview on #585331 background

This text has white color on #585331 background.