COLOR #584949

HEX: #584949 RGB: (88,73,73)

Color info

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

RGB color model

#584949 color RGB value is (88,73,73).

RGB: (88,73,73) (35%, 29%, 29%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 73 of 255 = 29%

88
73
73

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

Portions of RGB colors in percentages

R + G + B = 88 + 73 + 73 = 234 (100%)
R 88 of 234 ~ 37.61%
G 73 of 234 ~ 31.2%
B 73 of 234 ~ 31.2'%

%37.61
%31.2
%31.2

CMYK color model

#584949 color CMYK value is (0,17,17,65).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 17.05%
  • key color value is 65.49%

CMYK: (0,17,17,65)
C0M17Y17K65 (0%, 17%, 17%, 65%)
(0.00 / 0.17 / 0.17 / 0.65)

CMYK percentages

%0
%17.05
%17.05
%65.49

Codes

Color #584949 in popluar color models

58 49 49
RGB 88 73 73
HSL 9.32% 31.57%
HSB/HSV 17.05% 34.51%
CMYK 0.00% 17.05% 17.05%
65.49%

Color #584949 in popluar number systems.

HEX 58 49 49
Decimal 88 73 73
Binary 1011000 1001001 1001001
Octal 130 111 111

Shades and tints

Shades of #584949

#584949
(88,73,73)
#504343
(80,67,67)
#483D3D
(72,61,61)
#403737
(64,55,55)
#383131
(56,49,49)
#302B2B
(48,43,43)
#282525
(40,37,37)
#201F1F
(32,31,31)
#181919
(24,25,25)
#101313
(16,19,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #584949

#584949
(88,73,73)
#675959
(103,89,89)
#766969
(118,105,105)
#857979
(133,121,121)
#948989
(148,137,137)
#A39999
(163,153,153)
#B2A9A9
(178,169,169)
#C1B9B9
(193,185,185)
#D0C9C9
(208,201,201)
#DFD9D9
(223,217,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584949; }

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

This text font color is #584949.

Background Color

.myBgColor { background-color: #584949; }

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

This div background color is #584949.

Border color

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

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

This div border color is #584949.

Opacity

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

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

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

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

This text has shadow with #584949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584949.

Preview

Color preview on black background

This text has color #584949 on black background.


Color preview on white background

This text has color #584949 on white background.


Black color preview on #584949 background

This text has black color on #584949 background.


White color preview on #584949 background

This text has white color on #584949 background.


Related colors

Complementary color

Complementary color for #hex is #A7B6B6.


I love getcolorcode.com