COLOR #58333C

HEX: #58333C
RGB: (88,51,60)

Color info

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

RGB color model

#58333C color RGB value is (88,51,60).

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

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 60 of 255 = 24%

88
51
60

R + G + B ~ 26%. #58333C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 60 = 199 (100%)
R 88 of 199 ~ 44.22%
G 51 of 199 ~ 25.63%
B 60 of 199 ~ 30.15%

%44.22
%25.63
%30.15

CMYK color model

#58333C color CMYK value is (0,42,32,65).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(0,42,32,65)
C0M42Y32K65 
(0%,42%,32%,65%)
(0.00/0.42/0.32/0.65)	

CMYK percentages

%0
%42.05
%31.82
%65.49

Codes

Color #58333C in popluar color models

58333C
RGB885160
HSL345°26.62%27.25%
HSB/HSV345°42.05%34.51%
CMYK0.00%42.05%31.82%
65.49%

Color #58333C in popluar number systems.

HEX58333C
Decimal885160
Binary1011000110011111100
Octal1306374

Shades and tints

Shades of #58333C

#58333C
(88,51,60)
#502F37
(80,47,55)
#482B32
(72,43,50)
#40272D
(64,39,45)
#382328
(56,35,40)
#301F23
(48,31,35)
#281B1E
(40,27,30)
#201719
(32,23,25)
#181314
(24,19,20)
#100F0F
(16,15,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #58333C

#58333C
(88,51,60)
#67454D
(103,69,77)
#76575E
(118,87,94)
#85696F
(133,105,111)
#947B80
(148,123,128)
#A38D91
(163,141,145)
#B29FA2
(178,159,162)
#C1B1B3
(193,177,179)
#D0C3C4
(208,195,196)
#DFD5D5
(223,213,213)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58333C; }

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

This text font color is #58333C.


Background Color

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

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

This div background color is #58333C.


Border color

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

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

This div border color is #58333C.


Opacity

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

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

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

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

This text has shadow with #58333C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58333C on black background.


Color preview on white background

This text has color #58333C on white background.



Black color preview on #58333C background

This text has black color on #58333C background.


White color preview on #58333C background

This text has white color on #58333C background.