COLOR #582626

HEX: #582626
RGB: (88,38,38)

Color info

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

RGB color model

#582626 color RGB value is (88,38,38).

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

RGB channels and saturation

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

88
38
38

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

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 38 = 164 (100%)
R 88 of 164 ~ 53.66%
G 38 of 164 ~ 23.17%
B 38 of 164 ~ 23.17%

%53.66
%23.17
%23.17

CMYK color model

#582626 color CMYK value is (0,57,57,65).

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

CMYK percentages

%0
%56.82
%56.82
%65.49

Codes

Color #582626 in popluar color models

582626
RGB883838
HSL39.68%24.71%
HSB/HSV56.82%34.51%
CMYK0.00%56.82%56.82%
65.49%

Color #582626 in popluar number systems.

HEX582626
Decimal883838
Binary1011000100110100110
Octal1304646

Shades and tints

Shades of #582626

#582626
(88,38,38)
#502323
(80,35,35)
#482020
(72,32,32)
#401D1D
(64,29,29)
#381A1A
(56,26,26)
#301717
(48,23,23)
#281414
(40,20,20)
#201111
(32,17,17)
#180E0E
(24,14,14)
#100B0B
(16,11,11)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #582626

#582626
(88,38,38)
#673939
(103,57,57)
#764C4C
(118,76,76)
#855F5F
(133,95,95)
#947272
(148,114,114)
#A38585
(163,133,133)
#B29898
(178,152,152)
#C1ABAB
(193,171,171)
#D0BEBE
(208,190,190)
#DFD1D1
(223,209,209)
#EEE4E4
(238,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582626; }

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

This text font color is #582626.


Background Color

.myBgColor { background-color: #582626; }

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

This div background color is #582626.


Border color

.myBorderColor { border: 1px solid #582626; }

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

This div border color is #582626.


Opacity

.myOpacity80 { color: #582626; opacity: 0.8; }

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

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

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

This text has shadow with #582626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582626 on black background.


Color preview on white background

This text has color #582626 on white background.



Black color preview on #582626 background

This text has black color on #582626 background.


White color preview on #582626 background

This text has white color on #582626 background.