COLOR #584240

HEX: #584240
RGB: (88,66,64)

Renk bilgisi

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

RGB renk modeli

#584240 color RGB value is (88,66,64).

  • kırmız ton 88;
  • yeşil ton 66;
  • mavi ton 64.
RGB:
(88,66,64)
(35%,26%,25%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 66 of 255 = 26%
B 64 of 255 = 25%

88
66
64

R + G + B ~ 29%. #584240 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 66 + 64 = 218 (100%)
R 88 of 218 ~ 40.37%
G 66 of 218 ~ 30.28%
B 64 of 218 ~ 29.36%

%40.37
%30.28
%29.36

CMYK RENK MODELİ

#584240 rengi CMYK tonu (0,25,27,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 27.27%
  • ana renk tonu 65.49%
CMYK:
(0,25,27,65)
C0M25Y27K65 
(0%,25%,27%,65%)
(0.00/0.25/0.27/0.65)	

CMYK yüzdeleri

%0
%25
%27.27
%65.49

Codes

Color #584240 in popluar color models

584240
RGB886664
HSL15.79%29.80%
HSB/HSV27.27%34.51%
CMYK0.00%25.00%27.27%
65.49%

Color #584240 in popluar number systems.

HEX584240
Decimal886664
Binary101100010000101000000
Octal130102100

Shades and tints

Shades of #584240

#584240
(88,66,64)
#503C3B
(80,60,59)
#483636
(72,54,54)
#403031
(64,48,49)
#382A2C
(56,42,44)
#302427
(48,36,39)
#281E22
(40,30,34)
#20181D
(32,24,29)
#181218
(24,18,24)
#100C13
(16,12,19)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #584240

#584240
(88,66,64)
#675351
(103,83,81)
#766462
(118,100,98)
#857573
(133,117,115)
#948684
(148,134,132)
#A39795
(163,151,149)
#B2A8A6
(178,168,166)
#C1B9B7
(193,185,183)
#D0CAC8
(208,202,200)
#DFDBD9
(223,219,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584240 color. Also use rgb(88,66,64) instead hex code.

Text Font Color

.myTextColor { color: #584240; }

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

This text font color is #584240.


Background Color

.myBgColor { background-color: #584240; }

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

This div background color is #584240.


Border color

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

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

This div border color is #584240.


Opacity

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

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

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

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

This text has shadow with #584240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584240 on black background.


Color preview on white background

This text has color #584240 on white background.



Black color preview on #584240 background

This text has black color on #584240 background.


White color preview on #584240 background

This text has white color on #584240 background.