COLOR #5D5318

HEX: #5D5318
RGB: (93,83,24)

Color info

#5D5318 contains mainly red and green colors. Web safe color of #5D5318 is #666600 (or #660).

RGB color model

#5D5318 color RGB value is (93,83,24).

  • red value is 93;
  • green value is 83;
  • blue value is 24.
RGB:
(93,83,24)
(36%,33%,9%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 24 of 255 = 9%

93
83
24

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 24 = 200 (100%)
R 93 of 200 ~ 46.5%
G 83 of 200 ~ 41.5%
B 24 of 200 ~ 12%

%46.5
%41.5
%12

CMYK color model

#5D5318 color CMYK value is (0,11,74,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 74.19%
  • key color value is 63.53%
CMYK:
(0,11,74,64)
C0M11Y74K64 
(0%,11%,74%,64%)
(0.00/0.11/0.74/0.64)	

CMYK percentages

%0
%10.75
%74.19
%63.53

Codes

Color #5D5318 in popluar color models

5D5318
RGB938324
HSL51°58.97%22.94%
HSB/HSV51°74.19%36.47%
CMYK0.00%10.75%74.19%
63.53%

Color #5D5318 in popluar number systems.

HEX5D5318
Decimal938324
Binary1011101101001111000
Octal13512330

Shades and tints

Shades of #5D5318

#5D5318
(93,83,24)
#554C16
(85,76,22)
#4D4514
(77,69,20)
#453E12
(69,62,18)
#3D3710
(61,55,16)
#35300E
(53,48,14)
#2D290C
(45,41,12)
#25220A
(37,34,10)
#1D1B08
(29,27,8)
#151406
(21,20,6)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #5D5318

#5D5318
(93,83,24)
#6B622D
(107,98,45)
#797142
(121,113,66)
#878057
(135,128,87)
#958F6C
(149,143,108)
#A39E81
(163,158,129)
#B1AD96
(177,173,150)
#BFBCAB
(191,188,171)
#CDCBC0
(205,203,192)
#DBDAD5
(219,218,213)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5318 color. Also use rgb(93,83,24) instead hex code.

Text Font Color

.myTextColor { color: #5D5318; }

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

This text font color is #5D5318.


Background Color

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

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

This div background color is #5D5318.


Border color

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

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

This div border color is #5D5318.


Opacity

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

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

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

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

This text has shadow with #5D5318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5318 on black background.


Color preview on white background

This text has color #5D5318 on white background.



Black color preview on #5D5318 background

This text has black color on #5D5318 background.


White color preview on #5D5318 background

This text has white color on #5D5318 background.