COLOR #5D4814

HEX: #5D4814
RGB: (93,72,20)

Color info

#5D4814 contains mainly red and green colors. Web safe color of #5D4814 is #663300 (or #630).

RGB color model

#5D4814 color RGB value is (93,72,20).

  • red value is 93;
  • green value is 72;
  • blue value is 20.
RGB:
(93,72,20)
(36%,28%,8%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 20 of 255 = 8%

93
72
20

R + G + B ~ 24%. #5D4814 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 20 = 185 (100%)
R 93 of 185 ~ 50.27%
G 72 of 185 ~ 38.92%
B 20 of 185 ~ 10.81%

%50.27
%38.92
%10.81

CMYK color model

#5D4814 color CMYK value is (0,23,78,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 78.49%
  • key color value is 63.53%
CMYK:
(0,23,78,64)
C0M23Y78K64 
(0%,23%,78%,64%)
(0.00/0.23/0.78/0.64)	

CMYK percentages

%0
%22.58
%78.49
%63.53

Codes

Color #5D4814 in popluar color models

5D4814
RGB937220
HSL43°64.60%22.16%
HSB/HSV43°78.49%36.47%
CMYK0.00%22.58%78.49%
63.53%

Color #5D4814 in popluar number systems.

HEX5D4814
Decimal937220
Binary1011101100100010100
Octal13511024

Shades and tints

Shades of #5D4814

#5D4814
(93,72,20)
#554213
(85,66,19)
#4D3C12
(77,60,18)
#453611
(69,54,17)
#3D3010
(61,48,16)
#352A0F
(53,42,15)
#2D240E
(45,36,14)
#251E0D
(37,30,13)
#1D180C
(29,24,12)
#15120B
(21,18,11)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D4814

#5D4814
(93,72,20)
#6B5829
(107,88,41)
#79683E
(121,104,62)
#877853
(135,120,83)
#958868
(149,136,104)
#A3987D
(163,152,125)
#B1A892
(177,168,146)
#BFB8A7
(191,184,167)
#CDC8BC
(205,200,188)
#DBD8D1
(219,216,209)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4814 color. Also use rgb(93,72,20) instead hex code.

Text Font Color

.myTextColor { color: #5D4814; }

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

This text font color is #5D4814.


Background Color

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

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

This div background color is #5D4814.


Border color

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

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

This div border color is #5D4814.


Opacity

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

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

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

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

This text has shadow with #5D4814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4814 on black background.


Color preview on white background

This text has color #5D4814 on white background.



Black color preview on #5D4814 background

This text has black color on #5D4814 background.


White color preview on #5D4814 background

This text has white color on #5D4814 background.