COLOR #584B0F

HEX: #584B0F
RGB: (88,75,15)

Color info

#584B0F contains mainly red and green colors. Web safe color of #584B0F is #663300 (or #630).

RGB color model

#584B0F color RGB value is (88,75,15).

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

RGB channels and saturation

R 88 of 255 = 35%
G 75 of 255 = 29%
B 15 of 255 = 6%

88
75
15

R + G + B ~ 23%. #584B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 75 + 15 = 178 (100%)
R 88 of 178 ~ 49.44%
G 75 of 178 ~ 42.13%
B 15 of 178 ~ 8.43%

%49.44
%42.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,15,83,65)
C0M15Y83K65 
(0%,15%,83%,65%)
(0.00/0.15/0.83/0.65)	

CMYK percentages

%0
%14.77
%82.95
%65.49

Codes

Color #584B0F in popluar color models

584B0F
RGB887515
HSL49°70.87%20.20%
HSB/HSV49°82.95%34.51%
CMYK0.00%14.77%82.95%
65.49%

Color #584B0F in popluar number systems.

HEX584B0F
Decimal887515
Binary101100010010111111
Octal13011317

Shades and tints

Shades of #584B0F

#584B0F
(88,75,15)
#50450E
(80,69,14)
#483F0D
(72,63,13)
#40390C
(64,57,12)
#38330B
(56,51,11)
#302D0A
(48,45,10)
#282709
(40,39,9)
#202108
(32,33,8)
#181B07
(24,27,7)
#101506
(16,21,6)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #584B0F

#584B0F
(88,75,15)
#675B24
(103,91,36)
#766B39
(118,107,57)
#857B4E
(133,123,78)
#948B63
(148,139,99)
#A39B78
(163,155,120)
#B2AB8D
(178,171,141)
#C1BBA2
(193,187,162)
#D0CBB7
(208,203,183)
#DFDBCC
(223,219,204)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584B0F; }

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

This text font color is #584B0F.


Background Color

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

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

This div background color is #584B0F.


Border color

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

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

This div border color is #584B0F.


Opacity

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

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

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

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

This text has shadow with #584B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584B0F on black background.


Color preview on white background

This text has color #584B0F on white background.



Black color preview on #584B0F background

This text has black color on #584B0F background.


White color preview on #584B0F background

This text has white color on #584B0F background.