COLOR #5D3E3A

HEX: #5D3E3A
RGB: (93,62,58)

Color info

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

RGB color model

#5D3E3A color RGB value is (93,62,58).

  • red value is 93;
  • green value is 62;
  • blue value is 58.
RGB:
(93,62,58)
(36%,24%,23%)

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 58 of 255 = 23%

93
62
58

R + G + B ~ 28%. #5D3E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 58 = 213 (100%)
R 93 of 213 ~ 43.66%
G 62 of 213 ~ 29.11%
B 58 of 213 ~ 27.23%

%43.66
%29.11
%27.23

CMYK color model

#5D3E3A color CMYK value is (0,33,38,64).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 37.63%
  • key color value is 63.53%
CMYK:
(0,33,38,64)
C0M33Y38K64 
(0%,33%,38%,64%)
(0.00/0.33/0.38/0.64)	

CMYK percentages

%0
%33.33
%37.63
%63.53

Codes

Color #5D3E3A in popluar color models

5D3E3A
RGB936258
HSL23.18%29.61%
HSB/HSV37.63%36.47%
CMYK0.00%33.33%37.63%
63.53%

Color #5D3E3A in popluar number systems.

HEX5D3E3A
Decimal936258
Binary1011101111110111010
Octal1357672

Shades and tints

Shades of #5D3E3A

#5D3E3A
(93,62,58)
#553935
(85,57,53)
#4D3430
(77,52,48)
#452F2B
(69,47,43)
#3D2A26
(61,42,38)
#352521
(53,37,33)
#2D201C
(45,32,28)
#251B17
(37,27,23)
#1D1612
(29,22,18)
#15110D
(21,17,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D3E3A

#5D3E3A
(93,62,58)
#6B4F4B
(107,79,75)
#79605C
(121,96,92)
#87716D
(135,113,109)
#95827E
(149,130,126)
#A3938F
(163,147,143)
#B1A4A0
(177,164,160)
#BFB5B1
(191,181,177)
#CDC6C2
(205,198,194)
#DBD7D3
(219,215,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3E3A; }

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

This text font color is #5D3E3A.


Background Color

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

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

This div background color is #5D3E3A.


Border color

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

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

This div border color is #5D3E3A.


Opacity

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

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

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

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

This text has shadow with #5D3E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E3A on black background.


Color preview on white background

This text has color #5D3E3A on white background.



Black color preview on #5D3E3A background

This text has black color on #5D3E3A background.


White color preview on #5D3E3A background

This text has white color on #5D3E3A background.