COLOR #585149

HEX: #585149
RGB: (88,81,73)

Renk bilgisi

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

RGB renk modeli

#585149 color RGB value is (88,81,73).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 73 of 255 = 29%

88
81
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 73 = 242 (100%)
R 88 of 242 ~ 36.36%
G 81 of 242 ~ 33.47%
B 73 of 242 ~ 30.17%

%36.36
%33.47
%30.17

CMYK RENK MODELİ

#585149 rengi CMYK tonu (0,8,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,8,17,65)
C0M8Y17K65 
(0%,8%,17%,65%)
(0.00/0.08/0.17/0.65)	

CMYK yüzdeleri

%0
%7.95
%17.05
%65.49

Codes

Color #585149 in popluar color models

585149
RGB888173
HSL32°9.32%31.57%
HSB/HSV32°17.05%34.51%
CMYK0.00%7.95%17.05%
65.49%

Color #585149 in popluar number systems.

HEX585149
Decimal888173
Binary101100010100011001001
Octal130121111

Shades and tints

Shades of #585149

#585149
(88,81,73)
#504A43
(80,74,67)
#48433D
(72,67,61)
#403C37
(64,60,55)
#383531
(56,53,49)
#302E2B
(48,46,43)
#282725
(40,39,37)
#20201F
(32,32,31)
#181919
(24,25,25)
#101213
(16,18,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #585149

#585149
(88,81,73)
#676059
(103,96,89)
#766F69
(118,111,105)
#857E79
(133,126,121)
#948D89
(148,141,137)
#A39C99
(163,156,153)
#B2ABA9
(178,171,169)
#C1BAB9
(193,186,185)
#D0C9C9
(208,201,201)
#DFD8D9
(223,216,217)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585149; }

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

This text font color is #585149.


Background Color

.myBgColor { background-color: #585149; }

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

This div background color is #585149.


Border color

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

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

This div border color is #585149.


Opacity

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

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

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

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

This text has shadow with #585149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585149 on black background.


Color preview on white background

This text has color #585149 on white background.



Black color preview on #585149 background

This text has black color on #585149 background.


White color preview on #585149 background

This text has white color on #585149 background.