COLOR #58092C

HEX: #58092C
RGB: (88,9,44)

Color info

#58092C contains mainly red and blue colors. Web safe color of #58092C is #660033 (or #603).

RGB color model

#58092C color RGB value is (88,9,44).

  • red value is 88;
  • green value is 9;
  • blue value is 44.
RGB:
(88,9,44)
(35%,4%,17%)

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 44 of 255 = 17%

88
9
44

R + G + B ~ 19%. #58092C is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 9 + 44 = 141 (100%)
R 88 of 141 ~ 62.41%
G 9 of 141 ~ 6.38%
B 44 of 141 ~ 31.21%

%62.41
%31.21

CMYK color model

#58092C color CMYK value is (0,90,50,65).

  • cyan value is 0.00%
  • magenta value is 89.77%
  • yellow value is 50.00%
  • key color value is 65.49%
CMYK:
(0,90,50,65)
C0M90Y50K65 
(0%,90%,50%,65%)
(0.00/0.90/0.50/0.65)	

CMYK percentages

%0
%89.77
%50
%65.49

Codes

Color #58092C in popluar color models

58092C
RGB88944
HSL333°81.44%19.02%
HSB/HSV333°89.77%34.51%
CMYK0.00%89.77%50.00%
65.49%

Color #58092C in popluar number systems.

HEX58092C
Decimal88944
Binary10110001001101100
Octal1301154

Shades and tints

Shades of #58092C

#58092C
(88,9,44)
#500928
(80,9,40)
#480924
(72,9,36)
#400920
(64,9,32)
#38091C
(56,9,28)
#300918
(48,9,24)
#280914
(40,9,20)
#200910
(32,9,16)
#18090C
(24,9,12)
#100908
(16,9,8)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #58092C

#58092C
(88,9,44)
#671F3F
(103,31,63)
#763552
(118,53,82)
#854B65
(133,75,101)
#946178
(148,97,120)
#A3778B
(163,119,139)
#B28D9E
(178,141,158)
#C1A3B1
(193,163,177)
#D0B9C4
(208,185,196)
#DFCFD7
(223,207,215)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58092C color. Also use rgb(88,9,44) instead hex code.

Text Font Color

.myTextColor { color: #58092C; }

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

This text font color is #58092C.


Background Color

.myBgColor { background-color: #58092C; }

<div style="background-color:#58092C">Inner text</div>

This div background color is #58092C.


Border color

.myBorderColor { border: 1px solid #58092C; }

<div style="border:3px solid #58092C">Div</div>

This div border color is #58092C.


Opacity

.myOpacity80 { color: #58092C; opacity: 0.8; }

<p style="color:#58092C;opacity:0.8;">80%</p>

Text with #58092C 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 #58092C;}

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

This text has shadow with #58092C color.

.textShadow {text-shadow: 3px 3px 1px #58092C, 3px 3px 1px red;}

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

This text has shadow with #58092C primary color and red secondary color.


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

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

This text has shadow with #58092C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58092C on black background.


Color preview on white background

This text has color #58092C on white background.



Black color preview on #58092C background

This text has black color on #58092C background.


White color preview on #58092C background

This text has white color on #58092C background.