COLOR #58492C

HEX: #58492C
RGB: (88,73,44)

Color info

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

RGB color model

#58492C color RGB value is (88,73,44).

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

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 44 of 255 = 17%

88
73
44

R + G + B ~ 27%. #58492C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 44 = 205 (100%)
R 88 of 205 ~ 42.93%
G 73 of 205 ~ 35.61%
B 44 of 205 ~ 21.46%

%42.93
%35.61
%21.46

CMYK color model

#58492C color CMYK value is (0,17,50,65).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 50.00%
  • key color value is 65.49%
CMYK:
(0,17,50,65)
C0M17Y50K65 
(0%,17%,50%,65%)
(0.00/0.17/0.50/0.65)	

CMYK percentages

%0
%17.05
%50
%65.49

Codes

Color #58492C in popluar color models

58492C
RGB887344
HSL40°33.33%25.88%
HSB/HSV40°50.00%34.51%
CMYK0.00%17.05%50.00%
65.49%

Color #58492C in popluar number systems.

HEX58492C
Decimal887344
Binary10110001001001101100
Octal13011154

Shades and tints

Shades of #58492C

#58492C
(88,73,44)
#504328
(80,67,40)
#483D24
(72,61,36)
#403720
(64,55,32)
#38311C
(56,49,28)
#302B18
(48,43,24)
#282514
(40,37,20)
#201F10
(32,31,16)
#18190C
(24,25,12)
#101308
(16,19,8)
#080D04
(8,13,4)
#000000
(0,0,0)

Tints of #58492C

#58492C
(88,73,44)
#67593F
(103,89,63)
#766952
(118,105,82)
#857965
(133,121,101)
#948978
(148,137,120)
#A3998B
(163,153,139)
#B2A99E
(178,169,158)
#C1B9B1
(193,185,177)
#D0C9C4
(208,201,196)
#DFD9D7
(223,217,215)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58492C color. Also use rgb(88,73,44) instead hex code.

Text Font Color

.myTextColor { color: #58492C; }

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

This text font color is #58492C.


Background Color

.myBgColor { background-color: #58492C; }

<div style="background-color:#58492C">Inner text</div>

This div background color is #58492C.


Border color

.myBorderColor { border: 1px solid #58492C; }

<div style="border:3px solid #58492C">Div</div>

This div border color is #58492C.


Opacity

.myOpacity80 { color: #58492C; opacity: 0.8; }

<p style="color:#58492C;opacity:0.8;">80%</p>

Text with #58492C 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 #58492C;}

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

This text has shadow with #58492C color.

.textShadow {text-shadow: 3px 3px 1px #58492C, 3px 3px 1px red;}

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

This text has shadow with #58492C primary color and red secondary color.


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

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

This text has shadow with #58492C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58492C on black background.


Color preview on white background

This text has color #58492C on white background.



Black color preview on #58492C background

This text has black color on #58492C background.


White color preview on #58492C background

This text has white color on #58492C background.