COLOR #584B1F

HEX: #584B1F
RGB: (88,75,31)

Color info

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

RGB color model

#584B1F color RGB value is (88,75,31).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 31 of 255 = 12%

88
75
31

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

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 31 = 194 (100%)
R 88 of 194 ~ 45.36%
G 75 of 194 ~ 38.66%
B 31 of 194 ~ 15.98%

%45.36
%38.66
%15.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,15,65,65)
C0M15Y65K65 
(0%,15%,65%,65%)
(0.00/0.15/0.65/0.65)	

CMYK percentages

%0
%14.77
%64.77
%65.49

Codes

Color #584B1F in popluar color models

584B1F
RGB887531
HSL46°47.90%23.33%
HSB/HSV46°64.77%34.51%
CMYK0.00%14.77%64.77%
65.49%

Color #584B1F in popluar number systems.

HEX584B1F
Decimal887531
Binary1011000100101111111
Octal13011337

Shades and tints

Shades of #584B1F

#584B1F
(88,75,31)
#50451D
(80,69,29)
#483F1B
(72,63,27)
#403919
(64,57,25)
#383317
(56,51,23)
#302D15
(48,45,21)
#282713
(40,39,19)
#202111
(32,33,17)
#181B0F
(24,27,15)
#10150D
(16,21,13)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #584B1F

#584B1F
(88,75,31)
#675B33
(103,91,51)
#766B47
(118,107,71)
#857B5B
(133,123,91)
#948B6F
(148,139,111)
#A39B83
(163,155,131)
#B2AB97
(178,171,151)
#C1BBAB
(193,187,171)
#D0CBBF
(208,203,191)
#DFDBD3
(223,219,211)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B1F; }

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

This text font color is #584B1F.


Background Color

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

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

This div background color is #584B1F.


Border color

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

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

This div border color is #584B1F.


Opacity

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

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

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

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

This text has shadow with #584B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B1F on black background.


Color preview on white background

This text has color #584B1F on white background.



Black color preview on #584B1F background

This text has black color on #584B1F background.


White color preview on #584B1F background

This text has white color on #584B1F background.