COLOR #5D492A

HEX: #5D492A RGB: (93,73,42)

Color info

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

RGB color model

#5D492A color RGB value is (93,73,42).

RGB: (93,73,42) (36%, 29%, 16%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 42 of 255 = 16%

93
73
42

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

Portions of RGB colors in percentages

R + G + B = 93 + 73 + 42 = 208 (100%)
R 93 of 208 ~ 44.71%
G 73 of 208 ~ 35.1%
B 42 of 208 ~ 20.19'%

%44.71
%35.1
%20.19

CMYK color model

#5D492A color CMYK value is (0,22,55,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 54.84%
  • key color value is 63.53%
CMYK: (0,22,55,64) C0M22Y55K64 (0%,22%,55%,64%) (0.00/0.22/0.55/0.64) 

CMYK percentages

%0
%21.51
%54.84
%63.53

Codes

Color #5D492A in popluar color models

5D 49 2A
RGB 93 73 42
HSL 36° 37.78% 26.47%
HSB/HSV 36° 54.84% 36.47%
CMYK 0.00% 21.51% 54.84%
63.53%

Color #5D492A in popluar number systems.

HEX 5D 49 2A
Decimal 93 73 42
Binary 1011101 1001001 101010
Octal 135 111 52

Shades and tints

Shades of #5D492A

#5D492A
(93,73,42)
#554327
(85,67,39)
#4D3D24
(77,61,36)
#453721
(69,55,33)
#3D311E
(61,49,30)
#352B1B
(53,43,27)
#2D2518
(45,37,24)
#251F15
(37,31,21)
#1D1912
(29,25,18)
#15130F
(21,19,15)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D492A

#5D492A
(93,73,42)
#6B593D
(107,89,61)
#796950
(121,105,80)
#877963
(135,121,99)
#958976
(149,137,118)
#A39989
(163,153,137)
#B1A99C
(177,169,156)
#BFB9AF
(191,185,175)
#CDC9C2
(205,201,194)
#DBD9D5
(219,217,213)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D492A color. Also use rgb(93,73,42) instead hex code.

Text Font Color

.myTextColor { color: #5D492A; }

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

This text font color is #5D492A.

Background Color

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

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

This div background color is #5D492A.

Border color

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

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

This div border color is #5D492A.

Opacity

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

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

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

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

This text has shadow with #5D492A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D492A.

Preview

Color preview on black background

This text has color #5D492A on black background.


Color preview on white background

This text has color #5D492A on white background.


Black color preview on #5D492A background

This text has black color on #5D492A background.


White color preview on #5D492A background

This text has white color on #5D492A background.


Related colors

Complementary color

Complementary color for #hex is #A2B6D5.


I love getcolorcode.com

Triadic colors

1 #2A5D49 and #492A5D with #5D492A are triadic colors.

2 #2A495D and #495D2A with #5D492A are triadic colors.