COLOR #583942

HEX: #583942 RGB: (88,57,66)

Color info

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

RGB color model

#583942 color RGB value is (88,57,66).

RGB: (88,57,66) (35%, 22%, 26%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 66 of 255 = 26%

88
57
66

R + G + B ~ 28%. #583942 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 57 + 66 = 211 (100%)
R 88 of 211 ~ 41.71%
G 57 of 211 ~ 27.01%
B 66 of 211 ~ 31.28'%

%41.71
%27.01
%31.28

CMYK color model

#583942 color CMYK value is (0,35,25,65).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK: (0,35,25,65) C0M35Y25K65 (0%,35%,25%,65%) (0.00/0.35/0.25/0.65) 

CMYK percentages

%0
%35.23
%25
%65.49

Codes

Color #583942 in popluar color models

58 39 42
RGB 88 57 66
HSL 343° 21.38% 28.43%
HSB/HSV 343° 35.23% 34.51%
CMYK 0.00% 35.23% 25.00%
65.49%

Color #583942 in popluar number systems.

HEX 58 39 42
Decimal 88 57 66
Binary 1011000 111001 1000010
Octal 130 71 102

Shades and tints

Shades of #583942

#583942
(88,57,66)
#50343C
(80,52,60)
#482F36
(72,47,54)
#402A30
(64,42,48)
#38252A
(56,37,42)
#302024
(48,32,36)
#281B1E
(40,27,30)
#201618
(32,22,24)
#181112
(24,17,18)
#100C0C
(16,12,12)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #583942

#583942
(88,57,66)
#674B53
(103,75,83)
#765D64
(118,93,100)
#856F75
(133,111,117)
#948186
(148,129,134)
#A39397
(163,147,151)
#B2A5A8
(178,165,168)
#C1B7B9
(193,183,185)
#D0C9CA
(208,201,202)
#DFDBDB
(223,219,219)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583942; }

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

This text font color is #583942.

Background Color

.myBgColor { background-color: #583942; }

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

This div background color is #583942.

Border color

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

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

This div border color is #583942.

Opacity

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

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

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

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

This text has shadow with #583942 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583942.

Preview

Color preview on black background

This text has color #583942 on black background.


Color preview on white background

This text has color #583942 on white background.


Black color preview on #583942 background

This text has black color on #583942 background.


White color preview on #583942 background

This text has white color on #583942 background.


Related colors

Complementary color

Complementary color for #hex is #A7C6BD.


I love getcolorcode.com

Triadic colors

1 #425839 and #394258 with #583942 are triadic colors.

2 #423958 and #395842 with #583942 are triadic colors.