COLOR #584345

HEX: #584345
RGB: (88,67,69)

Color info

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

RGB color model

#584345 color RGB value is (88,67,69).

  • red value is 88;
  • green value is 67;
  • blue value is 69.
RGB:
(88,67,69)
(35%,26%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 67 of 255 = 26%
B 69 of 255 = 27%

88
67
69

R + G + B ~ 29%. #584345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 67 + 69 = 224 (100%)
R 88 of 224 ~ 39.29%
G 67 of 224 ~ 29.91%
B 69 of 224 ~ 30.8%

%39.29
%29.91
%30.8

CMYK color model

#584345 color CMYK value is (0,24,22,65).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 21.59%
  • key color value is 65.49%
CMYK:
(0,24,22,65)
C0M24Y22K65 
(0%,24%,22%,65%)
(0.00/0.24/0.22/0.65)	

CMYK percentages

%0
%23.86
%21.59
%65.49

Codes

Color #584345 in popluar color models

584345
RGB886769
HSL354°13.55%30.39%
HSB/HSV354°23.86%34.51%
CMYK0.00%23.86%21.59%
65.49%

Color #584345 in popluar number systems.

HEX584345
Decimal886769
Binary101100010000111000101
Octal130103105

Shades and tints

Shades of #584345

#584345
(88,67,69)
#503D3F
(80,61,63)
#483739
(72,55,57)
#403133
(64,49,51)
#382B2D
(56,43,45)
#302527
(48,37,39)
#281F21
(40,31,33)
#20191B
(32,25,27)
#181315
(24,19,21)
#100D0F
(16,13,15)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #584345

#584345
(88,67,69)
#675455
(103,84,85)
#766565
(118,101,101)
#857675
(133,118,117)
#948785
(148,135,133)
#A39895
(163,152,149)
#B2A9A5
(178,169,165)
#C1BAB5
(193,186,181)
#D0CBC5
(208,203,197)
#DFDCD5
(223,220,213)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584345; }

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

This text font color is #584345.


Background Color

.myBgColor { background-color: #584345; }

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

This div background color is #584345.


Border color

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

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

This div border color is #584345.


Opacity

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

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

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

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

This text has shadow with #584345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584345 on black background.


Color preview on white background

This text has color #584345 on white background.



Black color preview on #584345 background

This text has black color on #584345 background.


White color preview on #584345 background

This text has white color on #584345 background.