COLOR #58383D

HEX: #58383D RGB: (88,56,61)

Color info

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

RGB color model

#58383D color RGB value is (88,56,61).

RGB: (88,56,61) (35%, 22%, 24%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 61 of 255 = 24%

88
56
61

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

Portions of RGB colors in percentages

R + G + B = 88 + 56 + 61 = 205 (100%)
R 88 of 205 ~ 42.93%
G 56 of 205 ~ 27.32%
B 61 of 205 ~ 29.76'%

%42.93
%27.32
%29.76

CMYK color model

#58383D color CMYK value is (0,36,31,65).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 30.68%
  • key color value is 65.49%

CMYK: (0,36,31,65)
C0M36Y31K65 (0%, 36%, 31%, 65%)
(0.00 / 0.36 / 0.31 / 0.65)

CMYK percentages

%0
%36.36
%30.68
%65.49

Codes

Color #58383D in popluar color models

58 38 3D
RGB 88 56 61
HSL 351° 22.22% 28.24%
HSB/HSV 351° 36.36% 34.51%
CMYK 0.00% 36.36% 30.68%
65.49%

Color #58383D in popluar number systems.

HEX 58 38 3D
Decimal 88 56 61
Binary 1011000 111000 111101
Octal 130 70 75

Shades and tints

Shades of #58383D

#58383D
(88,56,61)
#503338
(80,51,56)
#482E33
(72,46,51)
#40292E
(64,41,46)
#382429
(56,36,41)
#301F24
(48,31,36)
#281A1F
(40,26,31)
#20151A
(32,21,26)
#181015
(24,16,21)
#100B10
(16,11,16)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #58383D

#58383D
(88,56,61)
#674A4E
(103,74,78)
#765C5F
(118,92,95)
#856E70
(133,110,112)
#948081
(148,128,129)
#A39292
(163,146,146)
#B2A4A3
(178,164,163)
#C1B6B4
(193,182,180)
#D0C8C5
(208,200,197)
#DFDAD6
(223,218,214)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58383D color. Also use rgb(88,56,61) instead hex code.

Text Font Color

.myTextColor { color: #58383D; }

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

This text font color is #58383D.

Background Color

.myBgColor { background-color: #58383D; }

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

This div background color is #58383D.

Border color

.myBorderColor { border: 1px solid #58383D; }

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

This div border color is #58383D.

Opacity

.myOpacity80 { color: #58383D; opacity: 0.8; }

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

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

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

This text has shadow with #58383D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58383D.

Preview

Color preview on black background

This text has color #58383D on black background.


Color preview on white background

This text has color #58383D on white background.


Black color preview on #58383D background

This text has black color on #58383D background.


White color preview on #58383D background

This text has white color on #58383D background.


Related colors

Complementary color

Complementary color for #hex is #A7C7C2.


I love getcolorcode.com

Triadic colors

1 #3D5838 and #383D58 with #58383D are triadic colors.

2 #3D3858 and #38583D with #58383D are triadic colors.