COLOR #5D463E

HEX: #5D463E RGB: (93,70,62)

Color info

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

RGB color model

#5D463E color RGB value is (93,70,62).

RGB: (93,70,62) (36%, 27%, 24%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 62 of 255 = 24%

93
70
62

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

Portions of RGB colors in percentages

R + G + B = 93 + 70 + 62 = 225 (100%)
R 93 of 225 ~ 41.33%
G 70 of 225 ~ 31.11%
B 62 of 225 ~ 27.56'%

%41.33
%31.11
%27.56

CMYK color model

#5D463E color CMYK value is (0,25,33,64).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK: (0,25,33,64) C0M25Y33K64 (0%,25%,33%,64%) (0.00/0.25/0.33/0.64) 

CMYK percentages

%0
%24.73
%33.33
%63.53

Codes

Color #5D463E in popluar color models

5D 46 3E
RGB 93 70 62
HSL 15° 20.00% 30.39%
HSB/HSV 15° 33.33% 36.47%
CMYK 0.00% 24.73% 33.33%
63.53%

Color #5D463E in popluar number systems.

HEX 5D 46 3E
Decimal 93 70 62
Binary 1011101 1000110 111110
Octal 135 106 76

Shades and tints

Shades of #5D463E

#5D463E
(93,70,62)
#554039
(85,64,57)
#4D3A34
(77,58,52)
#45342F
(69,52,47)
#3D2E2A
(61,46,42)
#352825
(53,40,37)
#2D2220
(45,34,32)
#251C1B
(37,28,27)
#1D1616
(29,22,22)
#151011
(21,16,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #5D463E

#5D463E
(93,70,62)
#6B564F
(107,86,79)
#796660
(121,102,96)
#877671
(135,118,113)
#958682
(149,134,130)
#A39693
(163,150,147)
#B1A6A4
(177,166,164)
#BFB6B5
(191,182,181)
#CDC6C6
(205,198,198)
#DBD6D7
(219,214,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D463E color. Also use rgb(93,70,62) instead hex code.

Text Font Color

.myTextColor { color: #5D463E; }

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

This text font color is #5D463E.

Background Color

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

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

This div background color is #5D463E.

Border color

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

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

This div border color is #5D463E.

Opacity

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

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

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

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

This text has shadow with #5D463E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D463E.

Preview

Color preview on black background

This text has color #5D463E on black background.


Color preview on white background

This text has color #5D463E on white background.


Black color preview on #5D463E background

This text has black color on #5D463E background.


White color preview on #5D463E background

This text has white color on #5D463E background.


Related colors

Complementary color

Complementary color for #hex is #A2B9C1.


I love getcolorcode.com

Triadic colors

1 #3E5D46 and #463E5D with #5D463E are triadic colors.

2 #3E465D and #465D3E with #5D463E are triadic colors.