COLOR #58263C

HEX: #58263C
RGB: (88,38,60)

Color info

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

RGB color model

#58263C color RGB value is (88,38,60).

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

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 60 of 255 = 24%

88
38
60

R + G + B ~ 25%. #58263C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 60 = 186 (100%)
R 88 of 186 ~ 47.31%
G 38 of 186 ~ 20.43%
B 60 of 186 ~ 32.26%

%47.31
%20.43
%32.26

CMYK color model

#58263C color CMYK value is (0,57,32,65).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(0,57,32,65)
C0M57Y32K65 
(0%,57%,32%,65%)
(0.00/0.57/0.32/0.65)	

CMYK percentages

%0
%56.82
%31.82
%65.49

Codes

Color #58263C in popluar color models

58263C
RGB883860
HSL334°39.68%24.71%
HSB/HSV334°56.82%34.51%
CMYK0.00%56.82%31.82%
65.49%

Color #58263C in popluar number systems.

HEX58263C
Decimal883860
Binary1011000100110111100
Octal1304674

Shades and tints

Shades of #58263C

#58263C
(88,38,60)
#502337
(80,35,55)
#482032
(72,32,50)
#401D2D
(64,29,45)
#381A28
(56,26,40)
#301723
(48,23,35)
#28141E
(40,20,30)
#201119
(32,17,25)
#180E14
(24,14,20)
#100B0F
(16,11,15)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #58263C

#58263C
(88,38,60)
#67394D
(103,57,77)
#764C5E
(118,76,94)
#855F6F
(133,95,111)
#947280
(148,114,128)
#A38591
(163,133,145)
#B298A2
(178,152,162)
#C1ABB3
(193,171,179)
#D0BEC4
(208,190,196)
#DFD1D5
(223,209,213)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58263C; }

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

This text font color is #58263C.


Background Color

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

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

This div background color is #58263C.


Border color

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

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

This div border color is #58263C.


Opacity

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

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

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

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

This text has shadow with #58263C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58263C on black background.


Color preview on white background

This text has color #58263C on white background.



Black color preview on #58263C background

This text has black color on #58263C background.


White color preview on #58263C background

This text has white color on #58263C background.