COLOR #584945

HEX: #584945 RGB: (88,73,69)

Color info

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

RGB color model

#584945 color RGB value is (88,73,69).

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

RGB channels and saturation

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

88
73
69

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

Portions of RGB colors in percentages

R + G + B = 88 + 73 + 69 = 230 (100%)
R 88 of 230 ~ 38.26%
G 73 of 230 ~ 31.74%
B 69 of 230 ~ 30'%

%38.26
%31.74
%30

CMYK color model

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

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

CMYK: (0,17,22,65)
C0M17Y22K65 (0%, 17%, 22%, 65%)
(0.00 / 0.17 / 0.22 / 0.65)

CMYK percentages

%0
%17.05
%21.59
%65.49

Codes

Color #584945 in popluar color models

58 49 45
RGB 88 73 69
HSL 13° 12.10% 30.78%
HSB/HSV 13° 21.59% 34.51%
CMYK 0.00% 17.05% 21.59%
65.49%

Color #584945 in popluar number systems.

HEX 58 49 45
Decimal 88 73 69
Binary 1011000 1001001 1000101
Octal 130 111 105

Shades and tints

Shades of #584945

#584945
(88,73,69)
#50433F
(80,67,63)
#483D39
(72,61,57)
#403733
(64,55,51)
#38312D
(56,49,45)
#302B27
(48,43,39)
#282521
(40,37,33)
#201F1B
(32,31,27)
#181915
(24,25,21)
#10130F
(16,19,15)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #584945

#584945
(88,73,69)
#675955
(103,89,85)
#766965
(118,105,101)
#857975
(133,121,117)
#948985
(148,137,133)
#A39995
(163,153,149)
#B2A9A5
(178,169,165)
#C1B9B5
(193,185,181)
#D0C9C5
(208,201,197)
#DFD9D5
(223,217,213)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584945; }

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

This text font color is #584945.

Background Color

.myBgColor { background-color: #584945; }

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

This div background color is #584945.

Border color

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

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

This div border color is #584945.

Opacity

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

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

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

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

This text has shadow with #584945 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584945.

Preview

Color preview on black background

This text has color #584945 on black background.


Color preview on white background

This text has color #584945 on white background.


Black color preview on #584945 background

This text has black color on #584945 background.


White color preview on #584945 background

This text has white color on #584945 background.


Related colors

Complementary color

Complementary color for #hex is #A7B6BA.


I love getcolorcode.com

Triadic colors

1 #455849 and #494558 with #584945 are triadic colors.

2 #454958 and #495845 with #584945 are triadic colors.