COLOR #585241

HEX: #585241
RGB: (88,82,65)

Renk bilgisi

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

RGB renk modeli

#585241 color RGB value is (88,82,65).

  • kırmız ton 88;
  • yeşil ton 82;
  • mavi ton 65.
RGB:
(88,82,65)
(35%,32%,25%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 82 of 255 = 32%
B 65 of 255 = 25%

88
82
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 82 + 65 = 235 (100%)
R 88 of 235 ~ 37.45%
G 82 of 235 ~ 34.89%
B 65 of 235 ~ 27.66%

%37.45
%34.89
%27.66

CMYK RENK MODELİ

#585241 rengi CMYK tonu (0,7,26,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.82%
  • sarı tonu 26.14%
  • ana renk tonu 65.49%
CMYK:
(0,7,26,65)
C0M7Y26K65 
(0%,7%,26%,65%)
(0.00/0.07/0.26/0.65)	

CMYK yüzdeleri

%0
%6.82
%26.14
%65.49

Codes

Color #585241 in popluar color models

585241
RGB888265
HSL44°15.03%30.00%
HSB/HSV44°26.14%34.51%
CMYK0.00%6.82%26.14%
65.49%

Color #585241 in popluar number systems.

HEX585241
Decimal888265
Binary101100010100101000001
Octal130122101

Shades and tints

Shades of #585241

#585241
(88,82,65)
#504B3C
(80,75,60)
#484437
(72,68,55)
#403D32
(64,61,50)
#38362D
(56,54,45)
#302F28
(48,47,40)
#282823
(40,40,35)
#20211E
(32,33,30)
#181A19
(24,26,25)
#101314
(16,19,20)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #585241

#585241
(88,82,65)
#676152
(103,97,82)
#767063
(118,112,99)
#857F74
(133,127,116)
#948E85
(148,142,133)
#A39D96
(163,157,150)
#B2ACA7
(178,172,167)
#C1BBB8
(193,187,184)
#D0CAC9
(208,202,201)
#DFD9DA
(223,217,218)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585241 color. Also use rgb(88,82,65) instead hex code.

Text Font Color

.myTextColor { color: #585241; }

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

This text font color is #585241.


Background Color

.myBgColor { background-color: #585241; }

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

This div background color is #585241.


Border color

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

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

This div border color is #585241.


Opacity

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

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

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

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

This text has shadow with #585241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585241 on black background.


Color preview on white background

This text has color #585241 on white background.



Black color preview on #585241 background

This text has black color on #585241 background.


White color preview on #585241 background

This text has white color on #585241 background.