COLOR #584128

HEX: #584128 RGB: (88,65,40)

Color info

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

RGB color model

#584128 color RGB value is (88,65,40).

RGB: (88,65,40) (35%, 25%, 16%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 40 of 255 = 16%

88
65
40

R + G + B ~ 25%. #584128 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 65 + 40 = 193 (100%)
R 88 of 193 ~ 45.6%
G 65 of 193 ~ 33.68%
B 40 of 193 ~ 20.73'%

%45.6
%33.68
%20.73

CMYK color model

#584128 color CMYK value is (0,26,55,65).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 54.55%
  • key color value is 65.49%

CMYK: (0,26,55,65)
C0M26Y55K65 (0%, 26%, 55%, 65%)
(0.00 / 0.26 / 0.55 / 0.65)

CMYK percentages

%0
%26.14
%54.55
%65.49

Codes

Color #584128 in popluar color models

58 41 28
RGB 88 65 40
HSL 31° 37.50% 25.10%
HSB/HSV 31° 54.55% 34.51%
CMYK 0.00% 26.14% 54.55%
65.49%

Color #584128 in popluar number systems.

HEX 58 41 28
Decimal 88 65 40
Binary 1011000 1000001 101000
Octal 130 101 50

Shades and tints

Shades of #584128

#584128
(88,65,40)
#503C25
(80,60,37)
#483722
(72,55,34)
#40321F
(64,50,31)
#382D1C
(56,45,28)
#302819
(48,40,25)
#282316
(40,35,22)
#201E13
(32,30,19)
#181910
(24,25,16)
#10140D
(16,20,13)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #584128

#584128
(88,65,40)
#67523B
(103,82,59)
#76634E
(118,99,78)
#857461
(133,116,97)
#948574
(148,133,116)
#A39687
(163,150,135)
#B2A79A
(178,167,154)
#C1B8AD
(193,184,173)
#D0C9C0
(208,201,192)
#DFDAD3
(223,218,211)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584128; }

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

This text font color is #584128.

Background Color

.myBgColor { background-color: #584128; }

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

This div background color is #584128.

Border color

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

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

This div border color is #584128.

Opacity

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

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

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

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

This text has shadow with #584128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584128.

Preview

Color preview on black background

This text has color #584128 on black background.


Color preview on white background

This text has color #584128 on white background.


Black color preview on #584128 background

This text has black color on #584128 background.


White color preview on #584128 background

This text has white color on #584128 background.


Related colors

Complementary color

Complementary color for #hex is #A7BED7.


I love getcolorcode.com

Triadic colors

1 #285841 and #412858 with #584128 are triadic colors.

2 #284158 and #415828 with #584128 are triadic colors.