COLOR #5D423D

HEX: #5D423D
RGB: (93,66,61)

Color info

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

RGB color model

#5D423D color RGB value is (93,66,61).

  • red value is 93;
  • green value is 66;
  • blue value is 61.
RGB:
(93,66,61)
(36%,26%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 61 of 255 = 24%

93
66
61

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 61 = 220 (100%)
R 93 of 220 ~ 42.27%
G 66 of 220 ~ 30%
B 61 of 220 ~ 27.73%

%42.27
%30
%27.73

CMYK color model

#5D423D color CMYK value is (0,29,34,64).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(0,29,34,64)
C0M29Y34K64 
(0%,29%,34%,64%)
(0.00/0.29/0.34/0.64)	

CMYK percentages

%0
%29.03
%34.41
%63.53

Codes

Color #5D423D in popluar color models

5D423D
RGB936661
HSL20.78%30.20%
HSB/HSV34.41%36.47%
CMYK0.00%29.03%34.41%
63.53%

Color #5D423D in popluar number systems.

HEX5D423D
Decimal936661
Binary10111011000010111101
Octal13510275

Shades and tints

Shades of #5D423D

#5D423D
(93,66,61)
#553C38
(85,60,56)
#4D3633
(77,54,51)
#45302E
(69,48,46)
#3D2A29
(61,42,41)
#352424
(53,36,36)
#2D1E1F
(45,30,31)
#25181A
(37,24,26)
#1D1215
(29,18,21)
#150C10
(21,12,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #5D423D

#5D423D
(93,66,61)
#6B534E
(107,83,78)
#79645F
(121,100,95)
#877570
(135,117,112)
#958681
(149,134,129)
#A39792
(163,151,146)
#B1A8A3
(177,168,163)
#BFB9B4
(191,185,180)
#CDCAC5
(205,202,197)
#DBDBD6
(219,219,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D423D; }

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

This text font color is #5D423D.


Background Color

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

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

This div background color is #5D423D.


Border color

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

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

This div border color is #5D423D.


Opacity

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

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

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

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

This text has shadow with #5D423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D423D on black background.


Color preview on white background

This text has color #5D423D on white background.



Black color preview on #5D423D background

This text has black color on #5D423D background.


White color preview on #5D423D background

This text has white color on #5D423D background.