COLOR #584B2D

HEX: #584B2D
RGB: (88,75,45)

Color info

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

RGB color model

#584B2D color RGB value is (88,75,45).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 45 of 255 = 18%

88
75
45

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

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 45 = 208 (100%)
R 88 of 208 ~ 42.31%
G 75 of 208 ~ 36.06%
B 45 of 208 ~ 21.63%

%42.31
%36.06
%21.63

CMYK color model

#584B2D color CMYK value is (0,15,49,65).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 48.86%
  • key color value is 65.49%
CMYK:
(0,15,49,65)
C0M15Y49K65 
(0%,15%,49%,65%)
(0.00/0.15/0.49/0.65)	

CMYK percentages

%0
%14.77
%48.86
%65.49

Codes

Color #584B2D in popluar color models

584B2D
RGB887545
HSL42°32.33%26.08%
HSB/HSV42°48.86%34.51%
CMYK0.00%14.77%48.86%
65.49%

Color #584B2D in popluar number systems.

HEX584B2D
Decimal887545
Binary10110001001011101101
Octal13011355

Shades and tints

Shades of #584B2D

#584B2D
(88,75,45)
#504529
(80,69,41)
#483F25
(72,63,37)
#403921
(64,57,33)
#38331D
(56,51,29)
#302D19
(48,45,25)
#282715
(40,39,21)
#202111
(32,33,17)
#181B0D
(24,27,13)
#101509
(16,21,9)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #584B2D

#584B2D
(88,75,45)
#675B40
(103,91,64)
#766B53
(118,107,83)
#857B66
(133,123,102)
#948B79
(148,139,121)
#A39B8C
(163,155,140)
#B2AB9F
(178,171,159)
#C1BBB2
(193,187,178)
#D0CBC5
(208,203,197)
#DFDBD8
(223,219,216)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584B2D color. Also use rgb(88,75,45) instead hex code.

Text Font Color

.myTextColor { color: #584B2D; }

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

This text font color is #584B2D.


Background Color

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

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

This div background color is #584B2D.


Border color

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

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

This div border color is #584B2D.


Opacity

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

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

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

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

This text has shadow with #584B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B2D on black background.


Color preview on white background

This text has color #584B2D on white background.



Black color preview on #584B2D background

This text has black color on #584B2D background.


White color preview on #584B2D background

This text has white color on #584B2D background.