COLOR #58310B

HEX: #58310B
RGB: (88,49,11)

Color info

#58310B contains mainly red and green colors. Web safe color of #58310B is #663300 (or #630).

RGB color model

#58310B color RGB value is (88,49,11).

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

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 11 of 255 = 4%

88
49
11

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

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 11 = 148 (100%)
R 88 of 148 ~ 59.46%
G 49 of 148 ~ 33.11%
B 11 of 148 ~ 7.43%

%59.46
%33.11

CMYK color model

#58310B color CMYK value is (0,44,88,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 87.50%
  • key color value is 65.49%
CMYK:
(0,44,88,65)
C0M44Y88K65 
(0%,44%,88%,65%)
(0.00/0.44/0.88/0.65)	

CMYK percentages

%0
%44.32
%87.5
%65.49

Codes

Color #58310B in popluar color models

58310B
RGB884911
HSL30°77.78%19.41%
HSB/HSV30°87.50%34.51%
CMYK0.00%44.32%87.50%
65.49%

Color #58310B in popluar number systems.

HEX58310B
Decimal884911
Binary10110001100011011
Octal1306113

Shades and tints

Shades of #58310B

#58310B
(88,49,11)
#502D0A
(80,45,10)
#482909
(72,41,9)
#402508
(64,37,8)
#382107
(56,33,7)
#301D06
(48,29,6)
#281905
(40,25,5)
#201504
(32,21,4)
#181103
(24,17,3)
#100D02
(16,13,2)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #58310B

#58310B
(88,49,11)
#674321
(103,67,33)
#765537
(118,85,55)
#85674D
(133,103,77)
#947963
(148,121,99)
#A38B79
(163,139,121)
#B29D8F
(178,157,143)
#C1AFA5
(193,175,165)
#D0C1BB
(208,193,187)
#DFD3D1
(223,211,209)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58310B; }

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

This text font color is #58310B.


Background Color

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

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

This div background color is #58310B.


Border color

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

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

This div border color is #58310B.


Opacity

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

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

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

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

This text has shadow with #58310B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58310B on black background.


Color preview on white background

This text has color #58310B on white background.



Black color preview on #58310B background

This text has black color on #58310B background.


White color preview on #58310B background

This text has white color on #58310B background.