COLOR #5D5935

HEX: #5D5935 RGB: (93,89,53)

Color info

#5D5935 contains red, green and blue colors in about the same proportion. Web safe color of #5D5935 is #666633 (or #663).

RGB color model

#5D5935 color RGB value is (93,89,53).

RGB: (93,89,53) (36%, 35%, 21%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 53 of 255 = 21%

93
89
53

R + G + B ~ 31%. #5D5935 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 89 + 53 = 235 (100%)
R 93 of 235 ~ 39.57%
G 89 of 235 ~ 37.87%
B 53 of 235 ~ 22.55'%

%39.57
%37.87
%22.55

CMYK color model

#5D5935 color CMYK value is (0,4,43,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 43.01%
  • key color value is 63.53%

CMYK: (0,4,43,64)
C0M4Y43K64 (0%, 4%, 43%, 64%)
(0.00 / 0.04 / 0.43 / 0.64)

CMYK percentages

%0
%4.3
%43.01
%63.53

Codes

Color #5D5935 in popluar color models

5D 59 35
RGB 93 89 53
HSL 54° 27.40% 28.63%
HSB/HSV 54° 43.01% 36.47%
CMYK 0.00% 4.30% 43.01%
63.53%

Color #5D5935 in popluar number systems.

HEX 5D 59 35
Decimal 93 89 53
Binary 1011101 1011001 110101
Octal 135 131 65

Shades and tints

Shades of #5D5935

#5D5935
(93,89,53)
#555131
(85,81,49)
#4D492D
(77,73,45)
#454129
(69,65,41)
#3D3925
(61,57,37)
#353121
(53,49,33)
#2D291D
(45,41,29)
#252119
(37,33,25)
#1D1915
(29,25,21)
#151111
(21,17,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #5D5935

#5D5935
(93,89,53)
#6B6847
(107,104,71)
#797759
(121,119,89)
#87866B
(135,134,107)
#95957D
(149,149,125)
#A3A48F
(163,164,143)
#B1B3A1
(177,179,161)
#BFC2B3
(191,194,179)
#CDD1C5
(205,209,197)
#DBE0D7
(219,224,215)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5935 color. Also use rgb(93,89,53) instead hex code.

Text Font Color

.myTextColor { color: #5D5935; }

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

This text font color is #5D5935.

Background Color

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

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

This div background color is #5D5935.

Border color

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

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

This div border color is #5D5935.

Opacity

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

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

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

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

This text has shadow with #5D5935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5935.

Preview

Color preview on black background

This text has color #5D5935 on black background.


Color preview on white background

This text has color #5D5935 on white background.


Black color preview on #5D5935 background

This text has black color on #5D5935 background.


White color preview on #5D5935 background

This text has white color on #5D5935 background.


Related colors

Complementary color

Complementary color for #hex is #A2A6CA.


I love getcolorcode.com

Triadic colors

1 #355D59 and #59355D with #5D5935 are triadic colors.

2 #35595D and #595D35 with #5D5935 are triadic colors.