COLOR #58550A

HEX: #58550A
RGB: (88,85,10)

Color info

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

RGB color model

#58550A color RGB value is (88,85,10).

  • red value is 88;
  • green value is 85;
  • blue value is 10.
RGB:
(88,85,10)
(35%,33%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 10 of 255 = 4%

88
85
10

R + G + B ~ 24%. #58550A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 10 = 183 (100%)
R 88 of 183 ~ 48.09%
G 85 of 183 ~ 46.45%
B 10 of 183 ~ 5.46%

%48.09
%46.45

CMYK color model

#58550A color CMYK value is (0,3,89,65).

  • cyan value is 0.00%
  • magenta value is 3.41%
  • yellow value is 88.64%
  • key color value is 65.49%
CMYK:
(0,3,89,65)
C0M3Y89K65 
(0%,3%,89%,65%)
(0.00/0.03/0.89/0.65)	

CMYK percentages

%0
%3.41
%88.64
%65.49

Codes

Color #58550A in popluar color models

58550A
RGB888510
HSL58°79.59%19.22%
HSB/HSV58°88.64%34.51%
CMYK0.00%3.41%88.64%
65.49%

Color #58550A in popluar number systems.

HEX58550A
Decimal888510
Binary101100010101011010
Octal13012512

Shades and tints

Shades of #58550A

#58550A
(88,85,10)
#504E0A
(80,78,10)
#48470A
(72,71,10)
#40400A
(64,64,10)
#38390A
(56,57,10)
#30320A
(48,50,10)
#282B0A
(40,43,10)
#20240A
(32,36,10)
#181D0A
(24,29,10)
#10160A
(16,22,10)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #58550A

#58550A
(88,85,10)
#676420
(103,100,32)
#767336
(118,115,54)
#85824C
(133,130,76)
#949162
(148,145,98)
#A3A078
(163,160,120)
#B2AF8E
(178,175,142)
#C1BEA4
(193,190,164)
#D0CDBA
(208,205,186)
#DFDCD0
(223,220,208)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58550A color. Also use rgb(88,85,10) instead hex code.

Text Font Color

.myTextColor { color: #58550A; }

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

This text font color is #58550A.


Background Color

.myBgColor { background-color: #58550A; }

<div style="background-color:#58550A">Inner text</div>

This div background color is #58550A.


Border color

.myBorderColor { border: 1px solid #58550A; }

<div style="border:3px solid #58550A">Div</div>

This div border color is #58550A.


Opacity

.myOpacity80 { color: #58550A; opacity: 0.8; }

<p style="color:#58550A;opacity:0.8;">80%</p>

Text with #58550A 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 #58550A;}

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

This text has shadow with #58550A color.

.textShadow {text-shadow: 3px 3px 1px #58550A, 3px 3px 1px red;}

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

This text has shadow with #58550A primary color and red secondary color.


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

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

This text has shadow with #58550A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58550A on black background.


Color preview on white background

This text has color #58550A on white background.



Black color preview on #58550A background

This text has black color on #58550A background.


White color preview on #58550A background

This text has white color on #58550A background.