COLOR #583441

HEX: #583441
RGB: (88,52,65)

Color info

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

RGB color model

#583441 color RGB value is (88,52,65).

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

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 65 of 255 = 25%

88
52
65

R + G + B ~ 27%. #583441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 65 = 205 (100%)
R 88 of 205 ~ 42.93%
G 52 of 205 ~ 25.37%
B 65 of 205 ~ 31.71%

%42.93
%25.37
%31.71

CMYK color model

#583441 color CMYK value is (0,41,26,65).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(0,41,26,65)
C0M41Y26K65 
(0%,41%,26%,65%)
(0.00/0.41/0.26/0.65)	

CMYK percentages

%0
%40.91
%26.14
%65.49

Codes

Color #583441 in popluar color models

583441
RGB885265
HSL338°25.71%27.45%
HSB/HSV338°40.91%34.51%
CMYK0.00%40.91%26.14%
65.49%

Color #583441 in popluar number systems.

HEX583441
Decimal885265
Binary10110001101001000001
Octal13064101

Shades and tints

Shades of #583441

#583441
(88,52,65)
#50303C
(80,48,60)
#482C37
(72,44,55)
#402832
(64,40,50)
#38242D
(56,36,45)
#302028
(48,32,40)
#281C23
(40,28,35)
#20181E
(32,24,30)
#181419
(24,20,25)
#101014
(16,16,20)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #583441

#583441
(88,52,65)
#674652
(103,70,82)
#765863
(118,88,99)
#856A74
(133,106,116)
#947C85
(148,124,133)
#A38E96
(163,142,150)
#B2A0A7
(178,160,167)
#C1B2B8
(193,178,184)
#D0C4C9
(208,196,201)
#DFD6DA
(223,214,218)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583441; }

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

This text font color is #583441.


Background Color

.myBgColor { background-color: #583441; }

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

This div background color is #583441.


Border color

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

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

This div border color is #583441.


Opacity

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

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

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

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

This text has shadow with #583441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583441 on black background.


Color preview on white background

This text has color #583441 on white background.



Black color preview on #583441 background

This text has black color on #583441 background.


White color preview on #583441 background

This text has white color on #583441 background.