COLOR #585E30

HEX: #585E30
RGB: (88,94,48)

Renk bilgisi

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

RGB renk modeli

#585E30 color RGB value is (88,94,48).

  • kırmız ton 88;
  • yeşil ton 94;
  • mavi ton 48.
RGB:
(88,94,48)
(35%,37%,19%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 94 of 255 = 37%
B 48 of 255 = 19%

88
94
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 94 + 48 = 230 (100%)
R 88 of 230 ~ 38.26%
G 94 of 230 ~ 40.87%
B 48 of 230 ~ 20.87%

%38.26
%40.87
%20.87

CMYK RENK MODELİ

#585E30 rengi CMYK tonu (6,0,49,63).

  • camgöbeği tonu 6.38%
  • eflatun tonu 0.00%
  • sarı tonu 48.94%
  • ana renk tonu 63.14%
CMYK:
(6,0,49,63)
C6M0Y49K63 
(6%,0%,49%,63%)
(0.06/0.00/0.49/0.63)	

CMYK yüzdeleri

%6.38
%0
%48.94
%63.14

Codes

Color #585E30 in popluar color models

585E30
RGB889448
HSL68°32.39%27.84%
HSB/HSV68°48.94%36.86%
CMYK6.38%0.00%48.94%
63.14%

Color #585E30 in popluar number systems.

HEX585E30
Decimal889448
Binary10110001011110110000
Octal13013660

Shades and tints

Shades of #585E30

#585E30
(88,94,48)
#50562C
(80,86,44)
#484E28
(72,78,40)
#404624
(64,70,36)
#383E20
(56,62,32)
#30361C
(48,54,28)
#282E18
(40,46,24)
#202614
(32,38,20)
#181E10
(24,30,16)
#10160C
(16,22,12)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #585E30

#585E30
(88,94,48)
#676C42
(103,108,66)
#767A54
(118,122,84)
#858866
(133,136,102)
#949678
(148,150,120)
#A3A48A
(163,164,138)
#B2B29C
(178,178,156)
#C1C0AE
(193,192,174)
#D0CEC0
(208,206,192)
#DFDCD2
(223,220,210)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E30 color. Also use rgb(88,94,48) instead hex code.

Text Font Color

.myTextColor { color: #585E30; }

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

This text font color is #585E30.


Background Color

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

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

This div background color is #585E30.


Border color

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

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

This div border color is #585E30.


Opacity

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

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

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

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

This text has shadow with #585E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E30 on black background.


Color preview on white background

This text has color #585E30 on white background.



Black color preview on #585E30 background

This text has black color on #585E30 background.


White color preview on #585E30 background

This text has white color on #585E30 background.