COLOR #58491E

HEX: #58491E
RGB: (88,73,30)

Color info

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

RGB color model

#58491E color RGB value is (88,73,30).

  • red value is 88;
  • green value is 73;
  • blue value is 30.
RGB:
(88,73,30)
(35%,29%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 30 of 255 = 12%

88
73
30

R + G + B ~ 25%. #58491E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 30 = 191 (100%)
R 88 of 191 ~ 46.07%
G 73 of 191 ~ 38.22%
B 30 of 191 ~ 15.71%

%46.07
%38.22
%15.71

CMYK color model

#58491E color CMYK value is (0,17,66,65).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,17,66,65)
C0M17Y66K65 
(0%,17%,66%,65%)
(0.00/0.17/0.66/0.65)	

CMYK percentages

%0
%17.05
%65.91
%65.49

Codes

Color #58491E in popluar color models

58491E
RGB887330
HSL44°49.15%23.14%
HSB/HSV44°65.91%34.51%
CMYK0.00%17.05%65.91%
65.49%

Color #58491E in popluar number systems.

HEX58491E
Decimal887330
Binary1011000100100111110
Octal13011136

Shades and tints

Shades of #58491E

#58491E
(88,73,30)
#50431C
(80,67,28)
#483D1A
(72,61,26)
#403718
(64,55,24)
#383116
(56,49,22)
#302B14
(48,43,20)
#282512
(40,37,18)
#201F10
(32,31,16)
#18190E
(24,25,14)
#10130C
(16,19,12)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #58491E

#58491E
(88,73,30)
#675932
(103,89,50)
#766946
(118,105,70)
#85795A
(133,121,90)
#94896E
(148,137,110)
#A39982
(163,153,130)
#B2A996
(178,169,150)
#C1B9AA
(193,185,170)
#D0C9BE
(208,201,190)
#DFD9D2
(223,217,210)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58491E color. Also use rgb(88,73,30) instead hex code.

Text Font Color

.myTextColor { color: #58491E; }

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

This text font color is #58491E.


Background Color

.myBgColor { background-color: #58491E; }

<div style="background-color:#58491E">Inner text</div>

This div background color is #58491E.


Border color

.myBorderColor { border: 1px solid #58491E; }

<div style="border:3px solid #58491E">Div</div>

This div border color is #58491E.


Opacity

.myOpacity80 { color: #58491E; opacity: 0.8; }

<p style="color:#58491E;opacity:0.8;">80%</p>

Text with #58491E 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 #58491E;}

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

This text has shadow with #58491E color.

.textShadow {text-shadow: 3px 3px 1px #58491E, 3px 3px 1px red;}

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

This text has shadow with #58491E primary color and red secondary color.


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

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

This text has shadow with #58491E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58491E on black background.


Color preview on white background

This text has color #58491E on white background.



Black color preview on #58491E background

This text has black color on #58491E background.


White color preview on #58491E background

This text has white color on #58491E background.