COLOR #58183A

HEX: #58183A
RGB: (88,24,58)

Color info

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

RGB color model

#58183A color RGB value is (88,24,58).

  • red value is 88;
  • green value is 24;
  • blue value is 58.
RGB:
(88,24,58)
(35%,9%,23%)

RGB channels and saturation

R 88 of 255 = 35%
G 24 of 255 = 9%
B 58 of 255 = 23%

88
24
58

R + G + B ~ 22%. #58183A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 24 + 58 = 170 (100%)
R 88 of 170 ~ 51.76%
G 24 of 170 ~ 14.12%
B 58 of 170 ~ 34.12%

%51.76
%14.12
%34.12

CMYK color model

#58183A color CMYK value is (0,73,34,65).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK:
(0,73,34,65)
C0M73Y34K65 
(0%,73%,34%,65%)
(0.00/0.73/0.34/0.65)	

CMYK percentages

%0
%72.73
%34.09
%65.49

Codes

Color #58183A in popluar color models

58183A
RGB882458
HSL328°57.14%21.96%
HSB/HSV328°72.73%34.51%
CMYK0.00%72.73%34.09%
65.49%

Color #58183A in popluar number systems.

HEX58183A
Decimal882458
Binary101100011000111010
Octal1303072

Shades and tints

Shades of #58183A

#58183A
(88,24,58)
#501635
(80,22,53)
#481430
(72,20,48)
#40122B
(64,18,43)
#381026
(56,16,38)
#300E21
(48,14,33)
#280C1C
(40,12,28)
#200A17
(32,10,23)
#180812
(24,8,18)
#10060D
(16,6,13)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #58183A

#58183A
(88,24,58)
#672D4B
(103,45,75)
#76425C
(118,66,92)
#85576D
(133,87,109)
#946C7E
(148,108,126)
#A3818F
(163,129,143)
#B296A0
(178,150,160)
#C1ABB1
(193,171,177)
#D0C0C2
(208,192,194)
#DFD5D3
(223,213,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58183A color. Also use rgb(88,24,58) instead hex code.

Text Font Color

.myTextColor { color: #58183A; }

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

This text font color is #58183A.


Background Color

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

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

This div background color is #58183A.


Border color

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

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

This div border color is #58183A.


Opacity

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

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

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

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

This text has shadow with #58183A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58183A on black background.


Color preview on white background

This text has color #58183A on white background.



Black color preview on #58183A background

This text has black color on #58183A background.


White color preview on #58183A background

This text has white color on #58183A background.