COLOR #585C32

HEX: #585C32
RGB: (88,92,50)

Renk bilgisi

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

RGB renk modeli

#585C32 color RGB value is (88,92,50).

  • kırmız ton 88;
  • yeşil ton 92;
  • mavi ton 50.
RGB:
(88,92,50)
(35%,36%,20%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 50 of 255 = 20%

88
92
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 50 = 230 (100%)
R 88 of 230 ~ 38.26%
G 92 of 230 ~ 40%
B 50 of 230 ~ 21.74%

%38.26
%40
%21.74

CMYK RENK MODELİ

#585C32 rengi CMYK tonu (4,0,46,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 45.65%
  • ana renk tonu 63.92%
CMYK:
(4,0,46,64)
C4M0Y46K64 
(4%,0%,46%,64%)
(0.04/0.00/0.46/0.64)	

CMYK yüzdeleri

%4.35
%0
%45.65
%63.92

Codes

Color #585C32 in popluar color models

585C32
RGB889250
HSL66°29.58%27.84%
HSB/HSV66°45.65%36.08%
CMYK4.35%0.00%45.65%
63.92%

Color #585C32 in popluar number systems.

HEX585C32
Decimal889250
Binary10110001011100110010
Octal13013462

Shades and tints

Shades of #585C32

#585C32
(88,92,50)
#50542E
(80,84,46)
#484C2A
(72,76,42)
#404426
(64,68,38)
#383C22
(56,60,34)
#30341E
(48,52,30)
#282C1A
(40,44,26)
#202416
(32,36,22)
#181C12
(24,28,18)
#10140E
(16,20,14)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #585C32

#585C32
(88,92,50)
#676A44
(103,106,68)
#767856
(118,120,86)
#858668
(133,134,104)
#94947A
(148,148,122)
#A3A28C
(163,162,140)
#B2B09E
(178,176,158)
#C1BEB0
(193,190,176)
#D0CCC2
(208,204,194)
#DFDAD4
(223,218,212)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C32 color. Also use rgb(88,92,50) instead hex code.

Text Font Color

.myTextColor { color: #585C32; }

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

This text font color is #585C32.


Background Color

.myBgColor { background-color: #585C32; }

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

This div background color is #585C32.


Border color

.myBorderColor { border: 1px solid #585C32; }

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

This div border color is #585C32.


Opacity

.myOpacity80 { color: #585C32; opacity: 0.8; }

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

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

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

This text has shadow with #585C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C32 on black background.


Color preview on white background

This text has color #585C32 on white background.



Black color preview on #585C32 background

This text has black color on #585C32 background.


White color preview on #585C32 background

This text has white color on #585C32 background.