COLOR #58530F

HEX: #58530F
RGB: (88,83,15)

Color info

#58530F contains mainly red and green colors. Web safe color of #58530F is #666600 (or #660).

RGB color model

#58530F color RGB value is (88,83,15).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 15 of 255 = 6%

88
83
15

R + G + B ~ 25%. #58530F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 15 = 186 (100%)
R 88 of 186 ~ 47.31%
G 83 of 186 ~ 44.62%
B 15 of 186 ~ 8.06%

%47.31
%44.62

CMYK color model

#58530F color CMYK value is (0,6,83,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,6,83,65)
C0M6Y83K65 
(0%,6%,83%,65%)
(0.00/0.06/0.83/0.65)	

CMYK percentages

%0
%5.68
%82.95
%65.49

Codes

Color #58530F in popluar color models

58530F
RGB888315
HSL56°70.87%20.20%
HSB/HSV56°82.95%34.51%
CMYK0.00%5.68%82.95%
65.49%

Color #58530F in popluar number systems.

HEX58530F
Decimal888315
Binary101100010100111111
Octal13012317

Shades and tints

Shades of #58530F

#58530F
(88,83,15)
#504C0E
(80,76,14)
#48450D
(72,69,13)
#403E0C
(64,62,12)
#38370B
(56,55,11)
#30300A
(48,48,10)
#282909
(40,41,9)
#202208
(32,34,8)
#181B07
(24,27,7)
#101406
(16,20,6)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #58530F

#58530F
(88,83,15)
#676224
(103,98,36)
#767139
(118,113,57)
#85804E
(133,128,78)
#948F63
(148,143,99)
#A39E78
(163,158,120)
#B2AD8D
(178,173,141)
#C1BCA2
(193,188,162)
#D0CBB7
(208,203,183)
#DFDACC
(223,218,204)
#EEE9E1
(238,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58530F color. Also use rgb(88,83,15) instead hex code.

Text Font Color

.myTextColor { color: #58530F; }

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

This text font color is #58530F.


Background Color

.myBgColor { background-color: #58530F; }

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

This div background color is #58530F.


Border color

.myBorderColor { border: 1px solid #58530F; }

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

This div border color is #58530F.


Opacity

.myOpacity80 { color: #58530F; opacity: 0.8; }

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

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

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

This text has shadow with #58530F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58530F on black background.


Color preview on white background

This text has color #58530F on white background.



Black color preview on #58530F background

This text has black color on #58530F background.


White color preview on #58530F background

This text has white color on #58530F background.