COLOR #58403C

HEX: #58403C
RGB: (88,64,60)

Color info

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

RGB color model

#58403C color RGB value is (88,64,60).

  • red value is 88;
  • green value is 64;
  • blue value is 60.
RGB:
(88,64,60)
(35%,25%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 60 of 255 = 24%

88
64
60

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

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 60 = 212 (100%)
R 88 of 212 ~ 41.51%
G 64 of 212 ~ 30.19%
B 60 of 212 ~ 28.3%

%41.51
%30.19
%28.3

CMYK color model

#58403C color CMYK value is (0,27,32,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(0,27,32,65)
C0M27Y32K65 
(0%,27%,32%,65%)
(0.00/0.27/0.32/0.65)	

CMYK percentages

%0
%27.27
%31.82
%65.49

Codes

Color #58403C in popluar color models

58403C
RGB886460
HSL18.92%29.02%
HSB/HSV31.82%34.51%
CMYK0.00%27.27%31.82%
65.49%

Color #58403C in popluar number systems.

HEX58403C
Decimal886460
Binary10110001000000111100
Octal13010074

Shades and tints

Shades of #58403C

#58403C
(88,64,60)
#503B37
(80,59,55)
#483632
(72,54,50)
#40312D
(64,49,45)
#382C28
(56,44,40)
#302723
(48,39,35)
#28221E
(40,34,30)
#201D19
(32,29,25)
#181814
(24,24,20)
#10130F
(16,19,15)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #58403C

#58403C
(88,64,60)
#67514D
(103,81,77)
#76625E
(118,98,94)
#85736F
(133,115,111)
#948480
(148,132,128)
#A39591
(163,149,145)
#B2A6A2
(178,166,162)
#C1B7B3
(193,183,179)
#D0C8C4
(208,200,196)
#DFD9D5
(223,217,213)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58403C color. Also use rgb(88,64,60) instead hex code.

Text Font Color

.myTextColor { color: #58403C; }

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

This text font color is #58403C.


Background Color

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

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

This div background color is #58403C.


Border color

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

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

This div border color is #58403C.


Opacity

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

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

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

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

This text has shadow with #58403C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58403C on black background.


Color preview on white background

This text has color #58403C on white background.



Black color preview on #58403C background

This text has black color on #58403C background.


White color preview on #58403C background

This text has white color on #58403C background.