COLOR #58314B

HEX: #58314B
RGB: (88,49,75)

Color info

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

RGB color model

#58314B color RGB value is (88,49,75).

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

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 75 of 255 = 29%

88
49
75

R + G + B ~ 28%. #58314B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 75 = 212 (100%)
R 88 of 212 ~ 41.51%
G 49 of 212 ~ 23.11%
B 75 of 212 ~ 35.38%

%41.51
%23.11
%35.38

CMYK color model

#58314B color CMYK value is (0,44,15,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(0,44,15,65)
C0M44Y15K65 
(0%,44%,15%,65%)
(0.00/0.44/0.15/0.65)	

CMYK percentages

%0
%44.32
%14.77
%65.49

Codes

Color #58314B in popluar color models

58314B
RGB884975
HSL320°28.47%26.86%
HSB/HSV320°44.32%34.51%
CMYK0.00%44.32%14.77%
65.49%

Color #58314B in popluar number systems.

HEX58314B
Decimal884975
Binary10110001100011001011
Octal13061113

Shades and tints

Shades of #58314B

#58314B
(88,49,75)
#502D45
(80,45,69)
#48293F
(72,41,63)
#402539
(64,37,57)
#382133
(56,33,51)
#301D2D
(48,29,45)
#281927
(40,25,39)
#201521
(32,21,33)
#18111B
(24,17,27)
#100D15
(16,13,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #58314B

#58314B
(88,49,75)
#67435B
(103,67,91)
#76556B
(118,85,107)
#85677B
(133,103,123)
#94798B
(148,121,139)
#A38B9B
(163,139,155)
#B29DAB
(178,157,171)
#C1AFBB
(193,175,187)
#D0C1CB
(208,193,203)
#DFD3DB
(223,211,219)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58314B color. Also use rgb(88,49,75) instead hex code.

Text Font Color

.myTextColor { color: #58314B; }

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

This text font color is #58314B.


Background Color

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

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

This div background color is #58314B.


Border color

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

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

This div border color is #58314B.


Opacity

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

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

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

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

This text has shadow with #58314B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58314B on black background.


Color preview on white background

This text has color #58314B on white background.



Black color preview on #58314B background

This text has black color on #58314B background.


White color preview on #58314B background

This text has white color on #58314B background.