COLOR #5D3637

HEX: #5D3637 RGB: (93,54,55)

Color info

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

RGB color model

#5D3637 color RGB value is (93,54,55).

RGB: (93,54,55) (36%, 21%, 22%)

RGB channels and saturation

R 93 of 255 = 36%
G 54 of 255 = 21%
B 55 of 255 = 22%

93
54
55

R + G + B ~ 26%. #5D3637 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 54 + 55 = 202 (100%)
R 93 of 202 ~ 46.04%
G 54 of 202 ~ 26.73%
B 55 of 202 ~ 27.23'%

%46.04
%26.73
%27.23

CMYK color model

#5D3637 color CMYK value is (0,42,41,64).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 40.86%
  • key color value is 63.53%

CMYK: (0,42,41,64)
C0M42Y41K64 (0%, 42%, 41%, 64%)
(0.00 / 0.42 / 0.41 / 0.64)

CMYK percentages

%0
%41.94
%40.86
%63.53

Codes

Color #5D3637 in popluar color models

5D 36 37
RGB 93 54 55
HSL 358° 26.53% 28.82%
HSB/HSV 358° 41.94% 36.47%
CMYK 0.00% 41.94% 40.86%
63.53%

Color #5D3637 in popluar number systems.

HEX 5D 36 37
Decimal 93 54 55
Binary 1011101 110110 110111
Octal 135 66 67

Shades and tints

Shades of #5D3637

#5D3637
(93,54,55)
#553232
(85,50,50)
#4D2E2D
(77,46,45)
#452A28
(69,42,40)
#3D2623
(61,38,35)
#35221E
(53,34,30)
#2D1E19
(45,30,25)
#251A14
(37,26,20)
#1D160F
(29,22,15)
#15120A
(21,18,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #5D3637

#5D3637
(93,54,55)
#6B4849
(107,72,73)
#795A5B
(121,90,91)
#876C6D
(135,108,109)
#957E7F
(149,126,127)
#A39091
(163,144,145)
#B1A2A3
(177,162,163)
#BFB4B5
(191,180,181)
#CDC6C7
(205,198,199)
#DBD8D9
(219,216,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3637 color. Also use rgb(93,54,55) instead hex code.

Text Font Color

.myTextColor { color: #5D3637; }

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

This text font color is #5D3637.

Background Color

.myBgColor { background-color: #5D3637; }

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

This div background color is #5D3637.

Border color

.myBorderColor { border: 1px solid #5D3637; }

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

This div border color is #5D3637.

Opacity

.myOpacity80 { color: #5D3637; opacity: 0.8; }

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

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

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

This text has shadow with #5D3637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3637.

Preview

Color preview on black background

This text has color #5D3637 on black background.


Color preview on white background

This text has color #5D3637 on white background.


Black color preview on #5D3637 background

This text has black color on #5D3637 background.


White color preview on #5D3637 background

This text has white color on #5D3637 background.


Related colors

Complementary color

Complementary color for #hex is #A2C9C8.


I love getcolorcode.com

Triadic colors

1 #375D36 and #36375D with #5D3637 are triadic colors.

2 #37365D and #365D37 with #5D3637 are triadic colors.