COLOR #58313F

HEX: #58313F
RGB: (88,49,63)

Color info

#58313F contains red, green and blue colors in about the same proportion. Web safe color of #58313F is #663333 (or #633).

RGB color model

#58313F color RGB value is (88,49,63).

  • red value is 88;
  • green value is 49;
  • blue value is 63.
RGB:
(88,49,63)
(35%,19%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 63 of 255 = 25%

88
49
63

R + G + B ~ 26%. #58313F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 63 = 200 (100%)
R 88 of 200 ~ 44%
G 49 of 200 ~ 24.5%
B 63 of 200 ~ 31.5%

%44
%24.5
%31.5

CMYK color model

#58313F color CMYK value is (0,44,28,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(0,44,28,65)
C0M44Y28K65 
(0%,44%,28%,65%)
(0.00/0.44/0.28/0.65)	

CMYK percentages

%0
%44.32
%28.41
%65.49

Codes

Color #58313F in popluar color models

58313F
RGB884963
HSL338°28.47%26.86%
HSB/HSV338°44.32%34.51%
CMYK0.00%44.32%28.41%
65.49%

Color #58313F in popluar number systems.

HEX58313F
Decimal884963
Binary1011000110001111111
Octal1306177

Shades and tints

Shades of #58313F

#58313F
(88,49,63)
#502D3A
(80,45,58)
#482935
(72,41,53)
#402530
(64,37,48)
#38212B
(56,33,43)
#301D26
(48,29,38)
#281921
(40,25,33)
#20151C
(32,21,28)
#181117
(24,17,23)
#100D12
(16,13,18)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #58313F

#58313F
(88,49,63)
#674350
(103,67,80)
#765561
(118,85,97)
#856772
(133,103,114)
#947983
(148,121,131)
#A38B94
(163,139,148)
#B29DA5
(178,157,165)
#C1AFB6
(193,175,182)
#D0C1C7
(208,193,199)
#DFD3D8
(223,211,216)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58313F color. Also use rgb(88,49,63) instead hex code.

Text Font Color

.myTextColor { color: #58313F; }

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

This text font color is #58313F.


Background Color

.myBgColor { background-color: #58313F; }

<div style="background-color:#58313F">Inner text</div>

This div background color is #58313F.


Border color

.myBorderColor { border: 1px solid #58313F; }

<div style="border:3px solid #58313F">Div</div>

This div border color is #58313F.


Opacity

.myOpacity80 { color: #58313F; opacity: 0.8; }

<p style="color:#58313F;opacity:0.8;">80%</p>

Text with #58313F 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 #58313F;}

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

This text has shadow with #58313F color.

.textShadow {text-shadow: 3px 3px 1px #58313F, 3px 3px 1px red;}

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

This text has shadow with #58313F primary color and red secondary color.


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

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

This text has shadow with #58313F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58313F on black background.


Color preview on white background

This text has color #58313F on white background.



Black color preview on #58313F background

This text has black color on #58313F background.


White color preview on #58313F background

This text has white color on #58313F background.