COLOR #5C383F

HEX: #5C383F
RGB: (92,56,63)

Color info

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

RGB color model

#5C383F color RGB value is (92,56,63).

  • red value is 92;
  • green value is 56;
  • blue value is 63.
RGB:
(92,56,63)
(36%,22%,25%)

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 63 of 255 = 25%

92
56
63

R + G + B ~ 28%. #5C383F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 63 = 211 (100%)
R 92 of 211 ~ 43.6%
G 56 of 211 ~ 26.54%
B 63 of 211 ~ 29.86%

%43.6
%26.54
%29.86

CMYK color model

#5C383F color CMYK value is (0,39,32,64).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 31.52%
  • key color value is 63.92%
CMYK:
(0,39,32,64)
C0M39Y32K64 
(0%,39%,32%,64%)
(0.00/0.39/0.32/0.64)	

CMYK percentages

%0
%39.13
%31.52
%63.92

Codes

Color #5C383F in popluar color models

5C383F
RGB925663
HSL348°24.32%29.02%
HSB/HSV348°39.13%36.08%
CMYK0.00%39.13%31.52%
63.92%

Color #5C383F in popluar number systems.

HEX5C383F
Decimal925663
Binary1011100111000111111
Octal1347077

Shades and tints

Shades of #5C383F

#5C383F
(92,56,63)
#54333A
(84,51,58)
#4C2E35
(76,46,53)
#442930
(68,41,48)
#3C242B
(60,36,43)
#341F26
(52,31,38)
#2C1A21
(44,26,33)
#24151C
(36,21,28)
#1C1017
(28,16,23)
#140B12
(20,11,18)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #5C383F

#5C383F
(92,56,63)
#6A4A50
(106,74,80)
#785C61
(120,92,97)
#866E72
(134,110,114)
#948083
(148,128,131)
#A29294
(162,146,148)
#B0A4A5
(176,164,165)
#BEB6B6
(190,182,182)
#CCC8C7
(204,200,199)
#DADAD8
(218,218,216)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C383F color. Also use rgb(92,56,63) instead hex code.

Text Font Color

.myTextColor { color: #5C383F; }

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

This text font color is #5C383F.


Background Color

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

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

This div background color is #5C383F.


Border color

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

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

This div border color is #5C383F.


Opacity

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

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

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

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

This text has shadow with #5C383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C383F on black background.


Color preview on white background

This text has color #5C383F on white background.



Black color preview on #5C383F background

This text has black color on #5C383F background.


White color preview on #5C383F background

This text has white color on #5C383F background.