COLOR #585138

HEX: #585138
RGB: (88,81,56)

Renk bilgisi

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

RGB renk modeli

#585138 color RGB value is (88,81,56).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 56 of 255 = 22%

88
81
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 56 = 225 (100%)
R 88 of 225 ~ 39.11%
G 81 of 225 ~ 36%
B 56 of 225 ~ 24.89%

%39.11
%36
%24.89

CMYK RENK MODELİ

#585138 rengi CMYK tonu (0,8,36,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 36.36%
  • ana renk tonu 65.49%
CMYK:
(0,8,36,65)
C0M8Y36K65 
(0%,8%,36%,65%)
(0.00/0.08/0.36/0.65)	

CMYK yüzdeleri

%0
%7.95
%36.36
%65.49

Codes

Color #585138 in popluar color models

585138
RGB888156
HSL47°22.22%28.24%
HSB/HSV47°36.36%34.51%
CMYK0.00%7.95%36.36%
65.49%

Color #585138 in popluar number systems.

HEX585138
Decimal888156
Binary10110001010001111000
Octal13012170

Shades and tints

Shades of #585138

#585138
(88,81,56)
#504A33
(80,74,51)
#48432E
(72,67,46)
#403C29
(64,60,41)
#383524
(56,53,36)
#302E1F
(48,46,31)
#28271A
(40,39,26)
#202015
(32,32,21)
#181910
(24,25,16)
#10120B
(16,18,11)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #585138

#585138
(88,81,56)
#67604A
(103,96,74)
#766F5C
(118,111,92)
#857E6E
(133,126,110)
#948D80
(148,141,128)
#A39C92
(163,156,146)
#B2ABA4
(178,171,164)
#C1BAB6
(193,186,182)
#D0C9C8
(208,201,200)
#DFD8DA
(223,216,218)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585138; }

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

This text font color is #585138.


Background Color

.myBgColor { background-color: #585138; }

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

This div background color is #585138.


Border color

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

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

This div border color is #585138.


Opacity

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

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

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

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

This text has shadow with #585138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585138 on black background.


Color preview on white background

This text has color #585138 on white background.



Black color preview on #585138 background

This text has black color on #585138 background.


White color preview on #585138 background

This text has white color on #585138 background.