COLOR #5D4923

HEX: #5D4923
RGB: (93,73,35)

Color info

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

RGB color model

#5D4923 color RGB value is (93,73,35).

  • red value is 93;
  • green value is 73;
  • blue value is 35.
RGB:
(93,73,35)
(36%,29%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 35 of 255 = 14%

93
73
35

R + G + B ~ 26%. #5D4923 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 35 = 201 (100%)
R 93 of 201 ~ 46.27%
G 73 of 201 ~ 36.32%
B 35 of 201 ~ 17.41%

%46.27
%36.32
%17.41

CMYK color model

#5D4923 color CMYK value is (0,22,62,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 62.37%
  • key color value is 63.53%
CMYK:
(0,22,62,64)
C0M22Y62K64 
(0%,22%,62%,64%)
(0.00/0.22/0.62/0.64)	

CMYK percentages

%0
%21.51
%62.37
%63.53

Codes

Color #5D4923 in popluar color models

5D4923
RGB937335
HSL39°45.31%25.10%
HSB/HSV39°62.37%36.47%
CMYK0.00%21.51%62.37%
63.53%

Color #5D4923 in popluar number systems.

HEX5D4923
Decimal937335
Binary10111011001001100011
Octal13511143

Shades and tints

Shades of #5D4923

#5D4923
(93,73,35)
#554320
(85,67,32)
#4D3D1D
(77,61,29)
#45371A
(69,55,26)
#3D3117
(61,49,23)
#352B14
(53,43,20)
#2D2511
(45,37,17)
#251F0E
(37,31,14)
#1D190B
(29,25,11)
#151308
(21,19,8)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #5D4923

#5D4923
(93,73,35)
#6B5937
(107,89,55)
#79694B
(121,105,75)
#87795F
(135,121,95)
#958973
(149,137,115)
#A39987
(163,153,135)
#B1A99B
(177,169,155)
#BFB9AF
(191,185,175)
#CDC9C3
(205,201,195)
#DBD9D7
(219,217,215)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4923; }

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

This text font color is #5D4923.


Background Color

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

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

This div background color is #5D4923.


Border color

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

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

This div border color is #5D4923.


Opacity

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

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

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

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

This text has shadow with #5D4923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4923 on black background.


Color preview on white background

This text has color #5D4923 on white background.



Black color preview on #5D4923 background

This text has black color on #5D4923 background.


White color preview on #5D4923 background

This text has white color on #5D4923 background.