COLOR #58232A

HEX: #58232A
RGB: (88,35,42)

Color info

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

RGB color model

#58232A color RGB value is (88,35,42).

  • red value is 88;
  • green value is 35;
  • blue value is 42.
RGB:
(88,35,42)
(35%,14%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 42 of 255 = 16%

88
35
42

R + G + B ~ 22%. #58232A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 42 = 165 (100%)
R 88 of 165 ~ 53.33%
G 35 of 165 ~ 21.21%
B 42 of 165 ~ 25.45%

%53.33
%21.21
%25.45

CMYK color model

#58232A color CMYK value is (0,60,52,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(0,60,52,65)
C0M60Y52K65 
(0%,60%,52%,65%)
(0.00/0.60/0.52/0.65)	

CMYK percentages

%0
%60.23
%52.27
%65.49

Codes

Color #58232A in popluar color models

58232A
RGB883542
HSL352°43.09%24.12%
HSB/HSV352°60.23%34.51%
CMYK0.00%60.23%52.27%
65.49%

Color #58232A in popluar number systems.

HEX58232A
Decimal883542
Binary1011000100011101010
Octal1304352

Shades and tints

Shades of #58232A

#58232A
(88,35,42)
#502027
(80,32,39)
#481D24
(72,29,36)
#401A21
(64,26,33)
#38171E
(56,23,30)
#30141B
(48,20,27)
#281118
(40,17,24)
#200E15
(32,14,21)
#180B12
(24,11,18)
#10080F
(16,8,15)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #58232A

#58232A
(88,35,42)
#67373D
(103,55,61)
#764B50
(118,75,80)
#855F63
(133,95,99)
#947376
(148,115,118)
#A38789
(163,135,137)
#B29B9C
(178,155,156)
#C1AFAF
(193,175,175)
#D0C3C2
(208,195,194)
#DFD7D5
(223,215,213)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58232A color. Also use rgb(88,35,42) instead hex code.

Text Font Color

.myTextColor { color: #58232A; }

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

This text font color is #58232A.


Background Color

.myBgColor { background-color: #58232A; }

<div style="background-color:#58232A">Inner text</div>

This div background color is #58232A.


Border color

.myBorderColor { border: 1px solid #58232A; }

<div style="border:3px solid #58232A">Div</div>

This div border color is #58232A.


Opacity

.myOpacity80 { color: #58232A; opacity: 0.8; }

<p style="color:#58232A;opacity:0.8;">80%</p>

Text with #58232A 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 #58232A;}

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

This text has shadow with #58232A color.

.textShadow {text-shadow: 3px 3px 1px #58232A, 3px 3px 1px red;}

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

This text has shadow with #58232A primary color and red secondary color.


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

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

This text has shadow with #58232A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58232A on black background.


Color preview on white background

This text has color #58232A on white background.



Black color preview on #58232A background

This text has black color on #58232A background.


White color preview on #58232A background

This text has white color on #58232A background.