COLOR #5D353D

HEX: #5D353D RGB: (93,53,61)

Color info

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

RGB color model

#5D353D color RGB value is (93,53,61).

RGB: (93,53,61) (36%, 21%, 24%)

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 61 of 255 = 24%

93
53
61

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

Portions of RGB colors in percentages

R + G + B = 93 + 53 + 61 = 207 (100%)
R 93 of 207 ~ 44.93%
G 53 of 207 ~ 25.6%
B 61 of 207 ~ 29.47'%

%44.93
%25.6
%29.47

CMYK color model

#5D353D color CMYK value is (0,43,34,64).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 34.41%
  • key color value is 63.53%

CMYK: (0,43,34,64)
C0M43Y34K64 (0%, 43%, 34%, 64%)
(0.00 / 0.43 / 0.34 / 0.64)

CMYK percentages

%0
%43.01
%34.41
%63.53

Codes

Color #5D353D in popluar color models

5D 35 3D
RGB 93 53 61
HSL 348° 27.40% 28.63%
HSB/HSV 348° 43.01% 36.47%
CMYK 0.00% 43.01% 34.41%
63.53%

Color #5D353D in popluar number systems.

HEX 5D 35 3D
Decimal 93 53 61
Binary 1011101 110101 111101
Octal 135 65 75

Shades and tints

Shades of #5D353D

#5D353D
(93,53,61)
#553138
(85,49,56)
#4D2D33
(77,45,51)
#45292E
(69,41,46)
#3D2529
(61,37,41)
#352124
(53,33,36)
#2D1D1F
(45,29,31)
#25191A
(37,25,26)
#1D1515
(29,21,21)
#151110
(21,17,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D353D

#5D353D
(93,53,61)
#6B474E
(107,71,78)
#79595F
(121,89,95)
#876B70
(135,107,112)
#957D81
(149,125,129)
#A38F92
(163,143,146)
#B1A1A3
(177,161,163)
#BFB3B4
(191,179,180)
#CDC5C5
(205,197,197)
#DBD7D6
(219,215,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D353D color. Also use rgb(93,53,61) instead hex code.

Text Font Color

.myTextColor { color: #5D353D; }

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

This text font color is #5D353D.

Background Color

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

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

This div background color is #5D353D.

Border color

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

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

This div border color is #5D353D.

Opacity

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

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

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

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

This text has shadow with #5D353D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D353D.

Preview

Color preview on black background

This text has color #5D353D on black background.


Color preview on white background

This text has color #5D353D on white background.


Black color preview on #5D353D background

This text has black color on #5D353D background.


White color preview on #5D353D background

This text has white color on #5D353D background.


Related colors

Complementary color

Complementary color for #hex is #A2CAC2.


I love getcolorcode.com

Triadic colors

1 #3D5D35 and #353D5D with #5D353D are triadic colors.

2 #3D355D and #355D3D with #5D353D are triadic colors.