COLOR #58113D

HEX: #58113D
RGB: (88,17,61)

Color info

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

RGB color model

#58113D color RGB value is (88,17,61).

  • red value is 88;
  • green value is 17;
  • blue value is 61.
RGB:
(88,17,61)
(35%,7%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 17 of 255 = 7%
B 61 of 255 = 24%

88
17
61

R + G + B ~ 22%. #58113D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 17 + 61 = 166 (100%)
R 88 of 166 ~ 53.01%
G 17 of 166 ~ 10.24%
B 61 of 166 ~ 36.75%

%53.01
%10.24
%36.75

CMYK color model

#58113D color CMYK value is (0,81,31,65).

  • cyan value is 0.00%
  • magenta value is 80.68%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(0,81,31,65)
C0M81Y31K65 
(0%,81%,31%,65%)
(0.00/0.81/0.31/0.65)	

CMYK percentages

%0
%80.68
%30.68
%65.49

Codes

Color #58113D in popluar color models

58113D
RGB881761
HSL323°67.62%20.59%
HSB/HSV323°80.68%34.51%
CMYK0.00%80.68%30.68%
65.49%

Color #58113D in popluar number systems.

HEX58113D
Decimal881761
Binary101100010001111101
Octal1302175

Shades and tints

Shades of #58113D

#58113D
(88,17,61)
#501038
(80,16,56)
#480F33
(72,15,51)
#400E2E
(64,14,46)
#380D29
(56,13,41)
#300C24
(48,12,36)
#280B1F
(40,11,31)
#200A1A
(32,10,26)
#180915
(24,9,21)
#100810
(16,8,16)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #58113D

#58113D
(88,17,61)
#67264E
(103,38,78)
#763B5F
(118,59,95)
#855070
(133,80,112)
#946581
(148,101,129)
#A37A92
(163,122,146)
#B28FA3
(178,143,163)
#C1A4B4
(193,164,180)
#D0B9C5
(208,185,197)
#DFCED6
(223,206,214)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58113D color. Also use rgb(88,17,61) instead hex code.

Text Font Color

.myTextColor { color: #58113D; }

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

This text font color is #58113D.


Background Color

.myBgColor { background-color: #58113D; }

<div style="background-color:#58113D">Inner text</div>

This div background color is #58113D.


Border color

.myBorderColor { border: 1px solid #58113D; }

<div style="border:3px solid #58113D">Div</div>

This div border color is #58113D.


Opacity

.myOpacity80 { color: #58113D; opacity: 0.8; }

<p style="color:#58113D;opacity:0.8;">80%</p>

Text with #58113D 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 #58113D;}

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

This text has shadow with #58113D color.

.textShadow {text-shadow: 3px 3px 1px #58113D, 3px 3px 1px red;}

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

This text has shadow with #58113D primary color and red secondary color.


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

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

This text has shadow with #58113D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58113D on black background.


Color preview on white background

This text has color #58113D on white background.



Black color preview on #58113D background

This text has black color on #58113D background.


White color preview on #58113D background

This text has white color on #58113D background.