COLOR #584C34

HEX: #584C34
RGB: (88,76,52)

Color info

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

RGB color model

#584C34 color RGB value is (88,76,52).

  • red value is 88;
  • green value is 76;
  • blue value is 52.
RGB:
(88,76,52)
(35%,30%,20%)

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 52 of 255 = 20%

88
76
52

R + G + B ~ 28%. #584C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 52 = 216 (100%)
R 88 of 216 ~ 40.74%
G 76 of 216 ~ 35.19%
B 52 of 216 ~ 24.07%

%40.74
%35.19
%24.07

CMYK color model

#584C34 color CMYK value is (0,14,41,65).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 40.91%
  • key color value is 65.49%
CMYK:
(0,14,41,65)
C0M14Y41K65 
(0%,14%,41%,65%)
(0.00/0.14/0.41/0.65)	

CMYK percentages

%0
%13.64
%40.91
%65.49

Codes

Color #584C34 in popluar color models

584C34
RGB887652
HSL40°25.71%27.45%
HSB/HSV40°40.91%34.51%
CMYK0.00%13.64%40.91%
65.49%

Color #584C34 in popluar number systems.

HEX584C34
Decimal887652
Binary10110001001100110100
Octal13011464

Shades and tints

Shades of #584C34

#584C34
(88,76,52)
#504630
(80,70,48)
#48402C
(72,64,44)
#403A28
(64,58,40)
#383424
(56,52,36)
#302E20
(48,46,32)
#28281C
(40,40,28)
#202218
(32,34,24)
#181C14
(24,28,20)
#101610
(16,22,16)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #584C34

#584C34
(88,76,52)
#675C46
(103,92,70)
#766C58
(118,108,88)
#857C6A
(133,124,106)
#948C7C
(148,140,124)
#A39C8E
(163,156,142)
#B2ACA0
(178,172,160)
#C1BCB2
(193,188,178)
#D0CCC4
(208,204,196)
#DFDCD6
(223,220,214)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584C34 color. Also use rgb(88,76,52) instead hex code.

Text Font Color

.myTextColor { color: #584C34; }

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

This text font color is #584C34.


Background Color

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

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

This div background color is #584C34.


Border color

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

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

This div border color is #584C34.


Opacity

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

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

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

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

This text has shadow with #584C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C34 on black background.


Color preview on white background

This text has color #584C34 on white background.



Black color preview on #584C34 background

This text has black color on #584C34 background.


White color preview on #584C34 background

This text has white color on #584C34 background.