COLOR #584253

HEX: #584253 RGB: (88,66,83)

Color info

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

RGB color model

#584253 color RGB value is (88,66,83).

RGB: (88,66,83) (35%, 26%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 66 of 255 = 26%
B 83 of 255 = 33%

88
66
83

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

Portions of RGB colors in percentages

R + G + B = 88 + 66 + 83 = 237 (100%)
R 88 of 237 ~ 37.13%
G 66 of 237 ~ 27.85%
B 83 of 237 ~ 35.02'%

%37.13
%27.85
%35.02

CMYK color model

#584253 color CMYK value is (0,25,6,65).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.68%
  • key color value is 65.49%

CMYK: (0,25,6,65)
C0M25Y6K65 (0%, 25%, 6%, 65%)
(0.00 / 0.25 / 0.06 / 0.65)

CMYK percentages

%0
%25
%5.68
%65.49

Codes

Color #584253 in popluar color models

58 42 53
RGB 88 66 83
HSL 314° 14.29% 30.20%
HSB/HSV 314° 25.00% 34.51%
CMYK 0.00% 25.00% 5.68%
65.49%

Color #584253 in popluar number systems.

HEX 58 42 53
Decimal 88 66 83
Binary 1011000 1000010 1010011
Octal 130 102 123

Shades and tints

Shades of #584253

#584253
(88,66,83)
#503C4C
(80,60,76)
#483645
(72,54,69)
#40303E
(64,48,62)
#382A37
(56,42,55)
#302430
(48,36,48)
#281E29
(40,30,41)
#201822
(32,24,34)
#18121B
(24,18,27)
#100C14
(16,12,20)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #584253

#584253
(88,66,83)
#675362
(103,83,98)
#766471
(118,100,113)
#857580
(133,117,128)
#94868F
(148,134,143)
#A3979E
(163,151,158)
#B2A8AD
(178,168,173)
#C1B9BC
(193,185,188)
#D0CACB
(208,202,203)
#DFDBDA
(223,219,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584253; }

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

This text font color is #584253.

Background Color

.myBgColor { background-color: #584253; }

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

This div background color is #584253.

Border color

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

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

This div border color is #584253.

Opacity

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

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

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

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

This text has shadow with #584253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584253.

Preview

Color preview on black background

This text has color #584253 on black background.


Color preview on white background

This text has color #584253 on white background.


Black color preview on #584253 background

This text has black color on #584253 background.


White color preview on #584253 background

This text has white color on #584253 background.


Related colors

Complementary color

Complementary color for #hex is #A7BDAC.


I love getcolorcode.com

Triadic colors

1 #535842 and #425358 with #584253 are triadic colors.

2 #534258 and #425853 with #584253 are triadic colors.