COLOR #5C463F

HEX: #5C463F
RGB: (92,70,63)

Color info

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

RGB color model

#5C463F color RGB value is (92,70,63).

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

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 63 of 255 = 25%

92
70
63

R + G + B ~ 29%. #5C463F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 70 + 63 = 225 (100%)
R 92 of 225 ~ 40.89%
G 70 of 225 ~ 31.11%
B 63 of 225 ~ 28%

%40.89
%31.11
%28

CMYK color model

#5C463F color CMYK value is (0,24,32,64).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 31.52%
  • key color value is 63.92%
CMYK: (0,24,32,64) C0M24Y32K64 (0%,24%,32%,64%) (0.00/0.24/0.32/0.64)

CMYK percentages

%0
%23.91
%31.52
%63.92

Codes

Color #5C463F in popluar color models

5C463F
RGB927063
HSL14°18.71%30.39%
HSB/HSV14°31.52%36.08%
CMYK0.00%23.91%31.52%
63.92%

Color #5C463F in popluar number systems.

HEX5C463F
Decimal927063
Binary10111001000110111111
Octal13410677

Shades and tints

Shades of #5C463F

#5C463F
(92,70,63)
#54403A
(84,64,58)
#4C3A35
(76,58,53)
#443430
(68,52,48)
#3C2E2B
(60,46,43)
#342826
(52,40,38)
#2C2221
(44,34,33)
#241C1C
(36,28,28)
#1C1617
(28,22,23)
#141012
(20,16,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #5C463F

#5C463F
(92,70,63)
#6A5650
(106,86,80)
#786661
(120,102,97)
#867672
(134,118,114)
#948683
(148,134,131)
#A29694
(162,150,148)
#B0A6A5
(176,166,165)
#BEB6B6
(190,182,182)
#CCC6C7
(204,198,199)
#DAD6D8
(218,214,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C463F; }

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

This text font color is #5C463F.


Background Color

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

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

This div background color is #5C463F.


Border color

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

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

This div border color is #5C463F.


Opacity

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

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

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

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

This text has shadow with #5C463F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C463F on black background.


Color preview on white background

This text has color #5C463F on white background.



Black color preview on #5C463F background

This text has black color on #5C463F background.


White color preview on #5C463F background

This text has white color on #5C463F background.