COLOR #584A41

HEX: #584A41
RGB: (88,74,65)

Color info

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

RGB color model

#584A41 color RGB value is (88,74,65).

  • red value is 88;
  • green value is 74;
  • blue value is 65.
RGB:
(88,74,65)
(35%,29%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 65 of 255 = 25%

88
74
65

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 65 = 227 (100%)
R 88 of 227 ~ 38.77%
G 74 of 227 ~ 32.6%
B 65 of 227 ~ 28.63%

%38.77
%32.6
%28.63

CMYK color model

#584A41 color CMYK value is (0,16,26,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(0,16,26,65)
C0M16Y26K65 
(0%,16%,26%,65%)
(0.00/0.16/0.26/0.65)	

CMYK percentages

%0
%15.91
%26.14
%65.49

Codes

Color #584A41 in popluar color models

584A41
RGB887465
HSL23°15.03%30.00%
HSB/HSV23°26.14%34.51%
CMYK0.00%15.91%26.14%
65.49%

Color #584A41 in popluar number systems.

HEX584A41
Decimal887465
Binary101100010010101000001
Octal130112101

Shades and tints

Shades of #584A41

#584A41
(88,74,65)
#50443C
(80,68,60)
#483E37
(72,62,55)
#403832
(64,56,50)
#38322D
(56,50,45)
#302C28
(48,44,40)
#282623
(40,38,35)
#20201E
(32,32,30)
#181A19
(24,26,25)
#101414
(16,20,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #584A41

#584A41
(88,74,65)
#675A52
(103,90,82)
#766A63
(118,106,99)
#857A74
(133,122,116)
#948A85
(148,138,133)
#A39A96
(163,154,150)
#B2AAA7
(178,170,167)
#C1BAB8
(193,186,184)
#D0CAC9
(208,202,201)
#DFDADA
(223,218,218)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584A41 color. Also use rgb(88,74,65) instead hex code.

Text Font Color

.myTextColor { color: #584A41; }

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

This text font color is #584A41.


Background Color

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

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

This div background color is #584A41.


Border color

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

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

This div border color is #584A41.


Opacity

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

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

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

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

This text has shadow with #584A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A41 on black background.


Color preview on white background

This text has color #584A41 on white background.



Black color preview on #584A41 background

This text has black color on #584A41 background.


White color preview on #584A41 background

This text has white color on #584A41 background.