COLOR #585148

HEX: #585148
RGB: (88,81,72)

Renk bilgisi

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

RGB renk modeli

#585148 color RGB value is (88,81,72).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 72 of 255 = 28%

88
81
72

R + G + B ~ 32%. #585148 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 72 = 241 (100%)
R 88 of 241 ~ 36.51%
G 81 of 241 ~ 33.61%
B 72 of 241 ~ 29.88%

%36.51
%33.61
%29.88

CMYK RENK MODELİ

#585148 rengi CMYK tonu (0,8,18,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 18.18%
  • ana renk tonu 65.49%
CMYK:
(0,8,18,65)
C0M8Y18K65 
(0%,8%,18%,65%)
(0.00/0.08/0.18/0.65)	

CMYK yüzdeleri

%0
%7.95
%18.18
%65.49

Codes

Color #585148 in popluar color models

585148
RGB888172
HSL34°10.00%31.37%
HSB/HSV34°18.18%34.51%
CMYK0.00%7.95%18.18%
65.49%

Color #585148 in popluar number systems.

HEX585148
Decimal888172
Binary101100010100011001000
Octal130121110

Shades and tints

Shades of #585148

#585148
(88,81,72)
#504A42
(80,74,66)
#48433C
(72,67,60)
#403C36
(64,60,54)
#383530
(56,53,48)
#302E2A
(48,46,42)
#282724
(40,39,36)
#20201E
(32,32,30)
#181918
(24,25,24)
#101212
(16,18,18)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #585148

#585148
(88,81,72)
#676058
(103,96,88)
#766F68
(118,111,104)
#857E78
(133,126,120)
#948D88
(148,141,136)
#A39C98
(163,156,152)
#B2ABA8
(178,171,168)
#C1BAB8
(193,186,184)
#D0C9C8
(208,201,200)
#DFD8D8
(223,216,216)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585148; }

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

This text font color is #585148.


Background Color

.myBgColor { background-color: #585148; }

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

This div background color is #585148.


Border color

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

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

This div border color is #585148.


Opacity

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

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

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

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

This text has shadow with #585148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585148 on black background.


Color preview on white background

This text has color #585148 on white background.



Black color preview on #585148 background

This text has black color on #585148 background.


White color preview on #585148 background

This text has white color on #585148 background.