COLOR #5C393D

HEX: #5C393D RGB: (92,57,61)

Color info

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

RGB color model

#5C393D color RGB value is (92,57,61).

RGB: (92,57,61) (36%, 22%, 24%)

RGB channels and saturation

R 92 of 255 = 36%
G 57 of 255 = 22%
B 61 of 255 = 24%

92
57
61

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

Portions of RGB colors in percentages

R + G + B = 92 + 57 + 61 = 210 (100%)
R 92 of 210 ~ 43.81%
G 57 of 210 ~ 27.14%
B 61 of 210 ~ 29.05'%

%43.81
%27.14
%29.05

CMYK color model

#5C393D color CMYK value is (0,38,34,64).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 33.70%
  • key color value is 63.92%

CMYK: (0,38,34,64)
C0M38Y34K64 (0%, 38%, 34%, 64%)
(0.00 / 0.38 / 0.34 / 0.64)

CMYK percentages

%0
%38.04
%33.7
%63.92

Codes

Color #5C393D in popluar color models

5C 39 3D
RGB 92 57 61
HSL 353° 23.49% 29.22%
HSB/HSV 353° 38.04% 36.08%
CMYK 0.00% 38.04% 33.70%
63.92%

Color #5C393D in popluar number systems.

HEX 5C 39 3D
Decimal 92 57 61
Binary 1011100 111001 111101
Octal 134 71 75

Shades and tints

Shades of #5C393D

#5C393D
(92,57,61)
#543438
(84,52,56)
#4C2F33
(76,47,51)
#442A2E
(68,42,46)
#3C2529
(60,37,41)
#342024
(52,32,36)
#2C1B1F
(44,27,31)
#24161A
(36,22,26)
#1C1115
(28,17,21)
#140C10
(20,12,16)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #5C393D

#5C393D
(92,57,61)
#6A4B4E
(106,75,78)
#785D5F
(120,93,95)
#866F70
(134,111,112)
#948181
(148,129,129)
#A29392
(162,147,146)
#B0A5A3
(176,165,163)
#BEB7B4
(190,183,180)
#CCC9C5
(204,201,197)
#DADBD6
(218,219,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C393D color. Also use rgb(92,57,61) instead hex code.

Text Font Color

.myTextColor { color: #5C393D; }

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

This text font color is #5C393D.

Background Color

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

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

This div background color is #5C393D.

Border color

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

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

This div border color is #5C393D.

Opacity

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

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

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

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

This text has shadow with #5C393D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C393D.

Preview

Color preview on black background

This text has color #5C393D on black background.


Color preview on white background

This text has color #5C393D on white background.


Black color preview on #5C393D background

This text has black color on #5C393D background.


White color preview on #5C393D background

This text has white color on #5C393D background.


Related colors

Complementary color

Complementary color for #hex is #A3C6C2.


I love getcolorcode.com

Triadic colors

1 #3D5C39 and #393D5C with #5C393D are triadic colors.

2 #3D395C and #395C3D with #5C393D are triadic colors.