COLOR #5D3135

HEX: #5D3135 RGB: (93,49,53)

Color info

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

RGB color model

#5D3135 color RGB value is (93,49,53).

RGB: (93,49,53) (36%, 19%, 21%)

RGB channels and saturation

R 93 of 255 = 36%
G 49 of 255 = 19%
B 53 of 255 = 21%

93
49
53

R + G + B ~ 25%. #5D3135 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 49 + 53 = 195 (100%)
R 93 of 195 ~ 47.69%
G 49 of 195 ~ 25.13%
B 53 of 195 ~ 27.18'%

%47.69
%25.13
%27.18

CMYK color model

#5D3135 color CMYK value is (0,47,43,64).

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

CMYK: (0,47,43,64)
C0M47Y43K64 (0%, 47%, 43%, 64%)
(0.00 / 0.47 / 0.43 / 0.64)

CMYK percentages

%0
%47.31
%43.01
%63.53

Codes

Color #5D3135 in popluar color models

5D 31 35
RGB 93 49 53
HSL 355° 30.99% 27.84%
HSB/HSV 355° 47.31% 36.47%
CMYK 0.00% 47.31% 43.01%
63.53%

Color #5D3135 in popluar number systems.

HEX 5D 31 35
Decimal 93 49 53
Binary 1011101 110001 110101
Octal 135 61 65

Shades and tints

Shades of #5D3135

#5D3135
(93,49,53)
#552D31
(85,45,49)
#4D292D
(77,41,45)
#452529
(69,37,41)
#3D2125
(61,33,37)
#351D21
(53,29,33)
#2D191D
(45,25,29)
#251519
(37,21,25)
#1D1115
(29,17,21)
#150D11
(21,13,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #5D3135

#5D3135
(93,49,53)
#6B4347
(107,67,71)
#795559
(121,85,89)
#87676B
(135,103,107)
#95797D
(149,121,125)
#A38B8F
(163,139,143)
#B19DA1
(177,157,161)
#BFAFB3
(191,175,179)
#CDC1C5
(205,193,197)
#DBD3D7
(219,211,215)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3135; }

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

This text font color is #5D3135.

Background Color

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

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

This div background color is #5D3135.

Border color

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

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

This div border color is #5D3135.

Opacity

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

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

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

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

This text has shadow with #5D3135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3135.

Preview

Color preview on black background

This text has color #5D3135 on black background.


Color preview on white background

This text has color #5D3135 on white background.


Black color preview on #5D3135 background

This text has black color on #5D3135 background.


White color preview on #5D3135 background

This text has white color on #5D3135 background.


Related colors

Complementary color

Complementary color for #hex is #A2CECA.


I love getcolorcode.com

Triadic colors

1 #355D31 and #31355D with #5D3135 are triadic colors.

2 #35315D and #315D35 with #5D3135 are triadic colors.