COLOR #5D6046

HEX: #5D6046
RGB: (93,96,70)

Color info

#5D6046 contains red, green and blue colors in about the same proportion. Web safe color of #5D6046 is #666633 (or #663).

RGB color model

#5D6046 color RGB value is (93,96,70).

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

RGB channels and saturation

R 93 of 255 = 36%
G 96 of 255 = 38%
B 70 of 255 = 27%

93
96
70

R + G + B ~ 34%. #5D6046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 96 + 70 = 259 (100%)
R 93 of 259 ~ 35.91%
G 96 of 259 ~ 37.07%
B 70 of 259 ~ 27.03%

%35.91
%37.07
%27.03

CMYK color model

#5D6046 color CMYK value is (3,0,27,62).

  • cyan value is 3.12%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(3,0,27,62)
C3M0Y27K62 
(3%,0%,27%,62%)
(0.03/0.00/0.27/0.62)	

CMYK percentages

%3.12
%0
%27.08
%62.35

Codes

Color #5D6046 in popluar color models

5D6046
RGB939670
HSL67°15.66%32.55%
HSB/HSV67°27.08%37.65%
CMYK3.12%0.00%27.08%
62.35%

Color #5D6046 in popluar number systems.

HEX5D6046
Decimal939670
Binary101110111000001000110
Octal135140106

Shades and tints

Shades of #5D6046

#5D6046
(93,96,70)
#555840
(85,88,64)
#4D503A
(77,80,58)
#454834
(69,72,52)
#3D402E
(61,64,46)
#353828
(53,56,40)
#2D3022
(45,48,34)
#25281C
(37,40,28)
#1D2016
(29,32,22)
#151810
(21,24,16)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #5D6046

#5D6046
(93,96,70)
#6B6E56
(107,110,86)
#797C66
(121,124,102)
#878A76
(135,138,118)
#959886
(149,152,134)
#A3A696
(163,166,150)
#B1B4A6
(177,180,166)
#BFC2B6
(191,194,182)
#CDD0C6
(205,208,198)
#DBDED6
(219,222,214)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6046; }

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

This text font color is #5D6046.


Background Color

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

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

This div background color is #5D6046.


Border color

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

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

This div border color is #5D6046.


Opacity

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

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

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

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

This text has shadow with #5D6046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6046 on black background.


Color preview on white background

This text has color #5D6046 on white background.



Black color preview on #5D6046 background

This text has black color on #5D6046 background.


White color preview on #5D6046 background

This text has white color on #5D6046 background.