COLOR #582934

HEX: #582934
RGB: (88,41,52)

Color info

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

RGB color model

#582934 color RGB value is (88,41,52).

  • red value is 88;
  • green value is 41;
  • blue value is 52.
RGB:
(88,41,52)
(35%,16%,20%)

RGB channels and saturation

R 88 of 255 = 35%
G 41 of 255 = 16%
B 52 of 255 = 20%

88
41
52

R + G + B ~ 24%. #582934 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 41 + 52 = 181 (100%)
R 88 of 181 ~ 48.62%
G 41 of 181 ~ 22.65%
B 52 of 181 ~ 28.73%

%48.62
%22.65
%28.73

CMYK color model

#582934 color CMYK value is (0,53,41,65).

  • cyan value is 0.00%
  • magenta value is 53.41%
  • yellow value is 40.91%
  • key color value is 65.49%
CMYK:
(0,53,41,65)
C0M53Y41K65 
(0%,53%,41%,65%)
(0.00/0.53/0.41/0.65)	

CMYK percentages

%0
%53.41
%40.91
%65.49

Codes

Color #582934 in popluar color models

582934
RGB884152
HSL346°36.43%25.29%
HSB/HSV346°53.41%34.51%
CMYK0.00%53.41%40.91%
65.49%

Color #582934 in popluar number systems.

HEX582934
Decimal884152
Binary1011000101001110100
Octal1305164

Shades and tints

Shades of #582934

#582934
(88,41,52)
#502630
(80,38,48)
#48232C
(72,35,44)
#402028
(64,32,40)
#381D24
(56,29,36)
#301A20
(48,26,32)
#28171C
(40,23,28)
#201418
(32,20,24)
#181114
(24,17,20)
#100E10
(16,14,16)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #582934

#582934
(88,41,52)
#673C46
(103,60,70)
#764F58
(118,79,88)
#85626A
(133,98,106)
#94757C
(148,117,124)
#A3888E
(163,136,142)
#B29BA0
(178,155,160)
#C1AEB2
(193,174,178)
#D0C1C4
(208,193,196)
#DFD4D6
(223,212,214)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582934; }

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

This text font color is #582934.


Background Color

.myBgColor { background-color: #582934; }

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

This div background color is #582934.


Border color

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

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

This div border color is #582934.


Opacity

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

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

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

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

This text has shadow with #582934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582934 on black background.


Color preview on white background

This text has color #582934 on white background.



Black color preview on #582934 background

This text has black color on #582934 background.


White color preview on #582934 background

This text has white color on #582934 background.