COLOR #584B40

HEX: #584B40
RGB: (88,75,64)

Color info

#584B40 contains red, green and blue colors in about the same proportion. Web safe color of #584B40 is #663333 (or #633).

RGB color model

#584B40 color RGB value is (88,75,64).

  • red value is 88;
  • green value is 75;
  • blue value is 64.
RGB:
(88,75,64)
(35%,29%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 64 of 255 = 25%

88
75
64

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

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 64 = 227 (100%)
R 88 of 227 ~ 38.77%
G 75 of 227 ~ 33.04%
B 64 of 227 ~ 28.19%

%38.77
%33.04
%28.19

CMYK color model

#584B40 color CMYK value is (0,15,27,65).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 27.27%
  • key color value is 65.49%
CMYK:
(0,15,27,65)
C0M15Y27K65 
(0%,15%,27%,65%)
(0.00/0.15/0.27/0.65)	

CMYK percentages

%0
%14.77
%27.27
%65.49

Codes

Color #584B40 in popluar color models

584B40
RGB887564
HSL28°15.79%29.80%
HSB/HSV28°27.27%34.51%
CMYK0.00%14.77%27.27%
65.49%

Color #584B40 in popluar number systems.

HEX584B40
Decimal887564
Binary101100010010111000000
Octal130113100

Shades and tints

Shades of #584B40

#584B40
(88,75,64)
#50453B
(80,69,59)
#483F36
(72,63,54)
#403931
(64,57,49)
#38332C
(56,51,44)
#302D27
(48,45,39)
#282722
(40,39,34)
#20211D
(32,33,29)
#181B18
(24,27,24)
#101513
(16,21,19)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #584B40

#584B40
(88,75,64)
#675B51
(103,91,81)
#766B62
(118,107,98)
#857B73
(133,123,115)
#948B84
(148,139,132)
#A39B95
(163,155,149)
#B2ABA6
(178,171,166)
#C1BBB7
(193,187,183)
#D0CBC8
(208,203,200)
#DFDBD9
(223,219,217)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B40; }

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

This text font color is #584B40.


Background Color

.myBgColor { background-color: #584B40; }

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

This div background color is #584B40.


Border color

.myBorderColor { border: 1px solid #584B40; }

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

This div border color is #584B40.


Opacity

.myOpacity80 { color: #584B40; opacity: 0.8; }

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

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

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

This text has shadow with #584B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B40 on black background.


Color preview on white background

This text has color #584B40 on white background.



Black color preview on #584B40 background

This text has black color on #584B40 background.


White color preview on #584B40 background

This text has white color on #584B40 background.