COLOR #585028

HEX: #585028
RGB: (88,80,40)

Renk bilgisi

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

RGB renk modeli

#585028 color RGB value is (88,80,40).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 40 of 255 = 16%

88
80
40

R + G + B ~ 27%. #585028 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 40 = 208 (100%)
R 88 of 208 ~ 42.31%
G 80 of 208 ~ 38.46%
B 40 of 208 ~ 19.23%

%42.31
%38.46
%19.23

CMYK RENK MODELİ

#585028 rengi CMYK tonu (0,9,55,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 54.55%
  • ana renk tonu 65.49%
CMYK:
(0,9,55,65)
C0M9Y55K65 
(0%,9%,55%,65%)
(0.00/0.09/0.55/0.65)	

CMYK yüzdeleri

%0
%9.09
%54.55
%65.49

Codes

Color #585028 in popluar color models

585028
RGB888040
HSL50°37.50%25.10%
HSB/HSV50°54.55%34.51%
CMYK0.00%9.09%54.55%
65.49%

Color #585028 in popluar number systems.

HEX585028
Decimal888040
Binary10110001010000101000
Octal13012050

Shades and tints

Shades of #585028

#585028
(88,80,40)
#504925
(80,73,37)
#484222
(72,66,34)
#403B1F
(64,59,31)
#38341C
(56,52,28)
#302D19
(48,45,25)
#282616
(40,38,22)
#201F13
(32,31,19)
#181810
(24,24,16)
#10110D
(16,17,13)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #585028

#585028
(88,80,40)
#675F3B
(103,95,59)
#766E4E
(118,110,78)
#857D61
(133,125,97)
#948C74
(148,140,116)
#A39B87
(163,155,135)
#B2AA9A
(178,170,154)
#C1B9AD
(193,185,173)
#D0C8C0
(208,200,192)
#DFD7D3
(223,215,211)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585028; }

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

This text font color is #585028.


Background Color

.myBgColor { background-color: #585028; }

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

This div background color is #585028.


Border color

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

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

This div border color is #585028.


Opacity

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

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

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

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

This text has shadow with #585028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585028 on black background.


Color preview on white background

This text has color #585028 on white background.



Black color preview on #585028 background

This text has black color on #585028 background.


White color preview on #585028 background

This text has white color on #585028 background.