COLOR #5D3D25

HEX: #5D3D25 RGB: (93,61,37)

Color info

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

RGB color model

#5D3D25 color RGB value is (93,61,37).

RGB: (93,61,37) (36%, 24%, 15%)

RGB channels and saturation

R 93 of 255 = 36%
G 61 of 255 = 24%
B 37 of 255 = 15%

93
61
37

R + G + B ~ 25%. #5D3D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 61 + 37 = 191 (100%)
R 93 of 191 ~ 48.69%
G 61 of 191 ~ 31.94%
B 37 of 191 ~ 19.37'%

%48.69
%31.94
%19.37

CMYK color model

#5D3D25 color CMYK value is (0,34,60,64).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 60.22%
  • key color value is 63.53%

CMYK: (0,34,60,64)
C0M34Y60K64 (0%, 34%, 60%, 64%)
(0.00 / 0.34 / 0.60 / 0.64)

CMYK percentages

%0
%34.41
%60.22
%63.53

Codes

Color #5D3D25 in popluar color models

5D 3D 25
RGB 93 61 37
HSL 26° 43.08% 25.49%
HSB/HSV 26° 60.22% 36.47%
CMYK 0.00% 34.41% 60.22%
63.53%

Color #5D3D25 in popluar number systems.

HEX 5D 3D 25
Decimal 93 61 37
Binary 1011101 111101 100101
Octal 135 75 45

Shades and tints

Shades of #5D3D25

#5D3D25
(93,61,37)
#553822
(85,56,34)
#4D331F
(77,51,31)
#452E1C
(69,46,28)
#3D2919
(61,41,25)
#352416
(53,36,22)
#2D1F13
(45,31,19)
#251A10
(37,26,16)
#1D150D
(29,21,13)
#15100A
(21,16,10)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #5D3D25

#5D3D25
(93,61,37)
#6B4E38
(107,78,56)
#795F4B
(121,95,75)
#87705E
(135,112,94)
#958171
(149,129,113)
#A39284
(163,146,132)
#B1A397
(177,163,151)
#BFB4AA
(191,180,170)
#CDC5BD
(205,197,189)
#DBD6D0
(219,214,208)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3D25 color. Also use rgb(93,61,37) instead hex code.

Text Font Color

.myTextColor { color: #5D3D25; }

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

This text font color is #5D3D25.

Background Color

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

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

This div background color is #5D3D25.

Border color

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

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

This div border color is #5D3D25.

Opacity

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

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

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

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

This text has shadow with #5D3D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3D25.

Preview

Color preview on black background

This text has color #5D3D25 on black background.


Color preview on white background

This text has color #5D3D25 on white background.


Black color preview on #5D3D25 background

This text has black color on #5D3D25 background.


White color preview on #5D3D25 background

This text has white color on #5D3D25 background.


Related colors

Complementary color

Complementary color for #hex is #A2C2DA.


I love getcolorcode.com

Triadic colors

1 #255D3D and #3D255D with #5D3D25 are triadic colors.

2 #253D5D and #3D5D25 with #5D3D25 are triadic colors.