COLOR #585938

HEX: #585938
RGB: (88,89,56)

Renk bilgisi

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

RGB renk modeli

#585938 color RGB value is (88,89,56).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 89 of 255 = 35%
B 56 of 255 = 22%

88
89
56

R + G + B ~ 31%. #585938 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 89 + 56 = 233 (100%)
R 88 of 233 ~ 37.77%
G 89 of 233 ~ 38.2%
B 56 of 233 ~ 24.03%

%37.77
%38.2
%24.03

CMYK RENK MODELİ

#585938 rengi CMYK tonu (1,0,37,65).

  • camgöbeği tonu 1.12%
  • eflatun tonu 0.00%
  • sarı tonu 37.08%
  • ana renk tonu 65.10%
CMYK:
(1,0,37,65)
C1M0Y37K65 
(1%,0%,37%,65%)
(0.01/0.00/0.37/0.65)	

CMYK yüzdeleri

%1.12
%0
%37.08
%65.1

Codes

Color #585938 in popluar color models

585938
RGB888956
HSL62°22.76%28.43%
HSB/HSV62°37.08%34.90%
CMYK1.12%0.00%37.08%
65.10%

Color #585938 in popluar number systems.

HEX585938
Decimal888956
Binary10110001011001111000
Octal13013170

Shades and tints

Shades of #585938

#585938
(88,89,56)
#505133
(80,81,51)
#48492E
(72,73,46)
#404129
(64,65,41)
#383924
(56,57,36)
#30311F
(48,49,31)
#28291A
(40,41,26)
#202115
(32,33,21)
#181910
(24,25,16)
#10110B
(16,17,11)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #585938

#585938
(88,89,56)
#67684A
(103,104,74)
#76775C
(118,119,92)
#85866E
(133,134,110)
#949580
(148,149,128)
#A3A492
(163,164,146)
#B2B3A4
(178,179,164)
#C1C2B6
(193,194,182)
#D0D1C8
(208,209,200)
#DFE0DA
(223,224,218)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585938; }

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

This text font color is #585938.


Background Color

.myBgColor { background-color: #585938; }

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

This div background color is #585938.


Border color

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

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

This div border color is #585938.


Opacity

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

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

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

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

This text has shadow with #585938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585938 on black background.


Color preview on white background

This text has color #585938 on white background.



Black color preview on #585938 background

This text has black color on #585938 background.


White color preview on #585938 background

This text has white color on #585938 background.