COLOR #584B4F

HEX: #584B4F
RGB: (88,75,79)

Color info

#584B4F contains red, green and blue colors in about the same proportion. Web safe color of #584B4F is #663366 (or #636).

RGB color model

#584B4F color RGB value is (88,75,79).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 79 of 255 = 31%

88
75
79

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

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 79 = 242 (100%)
R 88 of 242 ~ 36.36%
G 75 of 242 ~ 30.99%
B 79 of 242 ~ 32.64%

%36.36
%30.99
%32.64

CMYK color model

#584B4F color CMYK value is (0,15,10,65).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,15,10,65)
C0M15Y10K65 
(0%,15%,10%,65%)
(0.00/0.15/0.10/0.65)	

CMYK percentages

%0
%14.77
%10.23
%65.49

Codes

Color #584B4F in popluar color models

584B4F
RGB887579
HSL342°7.98%31.96%
HSB/HSV342°14.77%34.51%
CMYK0.00%14.77%10.23%
65.49%

Color #584B4F in popluar number systems.

HEX584B4F
Decimal887579
Binary101100010010111001111
Octal130113117

Shades and tints

Shades of #584B4F

#584B4F
(88,75,79)
#504548
(80,69,72)
#483F41
(72,63,65)
#40393A
(64,57,58)
#383333
(56,51,51)
#302D2C
(48,45,44)
#282725
(40,39,37)
#20211E
(32,33,30)
#181B17
(24,27,23)
#101510
(16,21,16)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #584B4F

#584B4F
(88,75,79)
#675B5F
(103,91,95)
#766B6F
(118,107,111)
#857B7F
(133,123,127)
#948B8F
(148,139,143)
#A39B9F
(163,155,159)
#B2ABAF
(178,171,175)
#C1BBBF
(193,187,191)
#D0CBCF
(208,203,207)
#DFDBDF
(223,219,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B4F; }

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

This text font color is #584B4F.


Background Color

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

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

This div background color is #584B4F.


Border color

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

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

This div border color is #584B4F.


Opacity

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

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

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

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

This text has shadow with #584B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B4F on black background.


Color preview on white background

This text has color #584B4F on white background.



Black color preview on #584B4F background

This text has black color on #584B4F background.


White color preview on #584B4F background

This text has white color on #584B4F background.