COLOR #5D461E

HEX: #5D461E
RGB: (93,70,30)

Color info

#5D461E contains mainly red and green colors. Web safe color of #5D461E is #663333 (or #633).

RGB color model

#5D461E color RGB value is (93,70,30).

  • red value is 93;
  • green value is 70;
  • blue value is 30.
RGB:
(93,70,30)
(36%,27%,12%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 30 of 255 = 12%

93
70
30

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 30 = 193 (100%)
R 93 of 193 ~ 48.19%
G 70 of 193 ~ 36.27%
B 30 of 193 ~ 15.54%

%48.19
%36.27
%15.54

CMYK color model

#5D461E color CMYK value is (0,25,68,64).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 67.74%
  • key color value is 63.53%
CMYK:
(0,25,68,64)
C0M25Y68K64 
(0%,25%,68%,64%)
(0.00/0.25/0.68/0.64)	

CMYK percentages

%0
%24.73
%67.74
%63.53

Codes

Color #5D461E in popluar color models

5D461E
RGB937030
HSL38°51.22%24.12%
HSB/HSV38°67.74%36.47%
CMYK0.00%24.73%67.74%
63.53%

Color #5D461E in popluar number systems.

HEX5D461E
Decimal937030
Binary1011101100011011110
Octal13510636

Shades and tints

Shades of #5D461E

#5D461E
(93,70,30)
#55401C
(85,64,28)
#4D3A1A
(77,58,26)
#453418
(69,52,24)
#3D2E16
(61,46,22)
#352814
(53,40,20)
#2D2212
(45,34,18)
#251C10
(37,28,16)
#1D160E
(29,22,14)
#15100C
(21,16,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #5D461E

#5D461E
(93,70,30)
#6B5632
(107,86,50)
#796646
(121,102,70)
#87765A
(135,118,90)
#95866E
(149,134,110)
#A39682
(163,150,130)
#B1A696
(177,166,150)
#BFB6AA
(191,182,170)
#CDC6BE
(205,198,190)
#DBD6D2
(219,214,210)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D461E color. Also use rgb(93,70,30) instead hex code.

Text Font Color

.myTextColor { color: #5D461E; }

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

This text font color is #5D461E.


Background Color

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

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

This div background color is #5D461E.


Border color

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

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

This div border color is #5D461E.


Opacity

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

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

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

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

This text has shadow with #5D461E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D461E on black background.


Color preview on white background

This text has color #5D461E on white background.



Black color preview on #5D461E background

This text has black color on #5D461E background.


White color preview on #5D461E background

This text has white color on #5D461E background.