COLOR #58060B

HEX: #58060B
RGB: (88,6,11)

Color info

#58060B contains mainly red color. Web safe color of #58060B is #660000 (or #600).

RGB color model

#58060B color RGB value is (88,6,11).

  • red value is 88;
  • green value is 6;
  • blue value is 11.
RGB:
(88,6,11)
(35%,2%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 6 of 255 = 2%
B 11 of 255 = 4%

88
6
11

R + G + B ~ 14%. #58060B is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 6 + 11 = 105 (100%)
R 88 of 105 ~ 83.81%
G 6 of 105 ~ 5.71%
B 11 of 105 ~ 10.48%

%83.81
%10.48

CMYK color model

#58060B color CMYK value is (0,93,88,65).

  • cyan value is 0.00%
  • magenta value is 93.18%
  • yellow value is 87.50%
  • key color value is 65.49%
CMYK:
(0,93,88,65)
C0M93Y88K65 
(0%,93%,88%,65%)
(0.00/0.93/0.88/0.65)	

CMYK percentages

%0
%93.18
%87.5
%65.49

Codes

Color #58060B in popluar color models

58060B
RGB88611
HSL356°87.23%18.43%
HSB/HSV356°93.18%34.51%
CMYK0.00%93.18%87.50%
65.49%

Color #58060B in popluar number systems.

HEX58060B
Decimal88611
Binary10110001101011
Octal130613

Shades and tints

Shades of #58060B

#58060B
(88,6,11)
#50060A
(80,6,10)
#480609
(72,6,9)
#400608
(64,6,8)
#380607
(56,6,7)
#300606
(48,6,6)
#280605
(40,6,5)
#200604
(32,6,4)
#180603
(24,6,3)
#100602
(16,6,2)
#080601
(8,6,1)
#000000
(0,0,0)

Tints of #58060B

#58060B
(88,6,11)
#671C21
(103,28,33)
#763237
(118,50,55)
#85484D
(133,72,77)
#945E63
(148,94,99)
#A37479
(163,116,121)
#B28A8F
(178,138,143)
#C1A0A5
(193,160,165)
#D0B6BB
(208,182,187)
#DFCCD1
(223,204,209)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58060B color. Also use rgb(88,6,11) instead hex code.

Text Font Color

.myTextColor { color: #58060B; }

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

This text font color is #58060B.


Background Color

.myBgColor { background-color: #58060B; }

<div style="background-color:#58060B">Inner text</div>

This div background color is #58060B.


Border color

.myBorderColor { border: 1px solid #58060B; }

<div style="border:3px solid #58060B">Div</div>

This div border color is #58060B.


Opacity

.myOpacity80 { color: #58060B; opacity: 0.8; }

<p style="color:#58060B;opacity:0.8;">80%</p>

Text with #58060B 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 #58060B;}

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

This text has shadow with #58060B color.

.textShadow {text-shadow: 3px 3px 1px #58060B, 3px 3px 1px red;}

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

This text has shadow with #58060B primary color and red secondary color.


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

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

This text has shadow with #58060B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58060B on black background.


Color preview on white background

This text has color #58060B on white background.



Black color preview on #58060B background

This text has black color on #58060B background.


White color preview on #58060B background

This text has white color on #58060B background.