COLOR #584A2E

HEX: #584A2E
RGB: (88,74,46)

Color info

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

RGB color model

#584A2E color RGB value is (88,74,46).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 46 of 255 = 18%

88
74
46

R + G + B ~ 27%. #584A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 46 = 208 (100%)
R 88 of 208 ~ 42.31%
G 74 of 208 ~ 35.58%
B 46 of 208 ~ 22.12%

%42.31
%35.58
%22.12

CMYK color model

#584A2E color CMYK value is (0,16,48,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,16,48,65)
C0M16Y48K65 
(0%,16%,48%,65%)
(0.00/0.16/0.48/0.65)	

CMYK percentages

%0
%15.91
%47.73
%65.49

Codes

Color #584A2E in popluar color models

584A2E
RGB887446
HSL40°31.34%26.27%
HSB/HSV40°47.73%34.51%
CMYK0.00%15.91%47.73%
65.49%

Color #584A2E in popluar number systems.

HEX584A2E
Decimal887446
Binary10110001001010101110
Octal13011256

Shades and tints

Shades of #584A2E

#584A2E
(88,74,46)
#50442A
(80,68,42)
#483E26
(72,62,38)
#403822
(64,56,34)
#38321E
(56,50,30)
#302C1A
(48,44,26)
#282616
(40,38,22)
#202012
(32,32,18)
#181A0E
(24,26,14)
#10140A
(16,20,10)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #584A2E

#584A2E
(88,74,46)
#675A41
(103,90,65)
#766A54
(118,106,84)
#857A67
(133,122,103)
#948A7A
(148,138,122)
#A39A8D
(163,154,141)
#B2AAA0
(178,170,160)
#C1BAB3
(193,186,179)
#D0CAC6
(208,202,198)
#DFDAD9
(223,218,217)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A2E; }

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

This text font color is #584A2E.


Background Color

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

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

This div background color is #584A2E.


Border color

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

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

This div border color is #584A2E.


Opacity

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

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

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

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

This text has shadow with #584A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A2E on black background.


Color preview on white background

This text has color #584A2E on white background.



Black color preview on #584A2E background

This text has black color on #584A2E background.


White color preview on #584A2E background

This text has white color on #584A2E background.