COLOR #584B53

HEX: #584B53
RGB: (88,75,83)

Color info

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

RGB color model

#584B53 color RGB value is (88,75,83).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 83 of 255 = 33%

88
75
83

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

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 83 = 246 (100%)
R 88 of 246 ~ 35.77%
G 75 of 246 ~ 30.49%
B 83 of 246 ~ 33.74%

%35.77
%30.49
%33.74

CMYK color model

#584B53 color CMYK value is (0,15,6,65).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(0,15,6,65)
C0M15Y6K65 
(0%,15%,6%,65%)
(0.00/0.15/0.06/0.65)	

CMYK percentages

%0
%14.77
%5.68
%65.49

Codes

Color #584B53 in popluar color models

584B53
RGB887583
HSL323°7.98%31.96%
HSB/HSV323°14.77%34.51%
CMYK0.00%14.77%5.68%
65.49%

Color #584B53 in popluar number systems.

HEX584B53
Decimal887583
Binary101100010010111010011
Octal130113123

Shades and tints

Shades of #584B53

#584B53
(88,75,83)
#50454C
(80,69,76)
#483F45
(72,63,69)
#40393E
(64,57,62)
#383337
(56,51,55)
#302D30
(48,45,48)
#282729
(40,39,41)
#202122
(32,33,34)
#181B1B
(24,27,27)
#101514
(16,21,20)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #584B53

#584B53
(88,75,83)
#675B62
(103,91,98)
#766B71
(118,107,113)
#857B80
(133,123,128)
#948B8F
(148,139,143)
#A39B9E
(163,155,158)
#B2ABAD
(178,171,173)
#C1BBBC
(193,187,188)
#D0CBCB
(208,203,203)
#DFDBDA
(223,219,218)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B53; }

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

This text font color is #584B53.


Background Color

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

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

This div background color is #584B53.


Border color

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

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

This div border color is #584B53.


Opacity

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

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

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

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

This text has shadow with #584B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B53 on black background.


Color preview on white background

This text has color #584B53 on white background.



Black color preview on #584B53 background

This text has black color on #584B53 background.


White color preview on #584B53 background

This text has white color on #584B53 background.