COLOR #5D613E

HEX: #5D613E
RGB: (93,97,62)

Color info

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

RGB color model

#5D613E color RGB value is (93,97,62).

  • red value is 93;
  • green value is 97;
  • blue value is 62.
RGB:
(93,97,62)
(36%,38%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 62 of 255 = 24%

93
97
62

R + G + B ~ 33%. #5D613E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 62 = 252 (100%)
R 93 of 252 ~ 36.9%
G 97 of 252 ~ 38.49%
B 62 of 252 ~ 24.6%

%36.9
%38.49
%24.6

CMYK color model

#5D613E color CMYK value is (4,0,36,62).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 61.96%
CMYK:
(4,0,36,62)
C4M0Y36K62 
(4%,0%,36%,62%)
(0.04/0.00/0.36/0.62)	

CMYK percentages

%4.12
%0
%36.08
%61.96

Codes

Color #5D613E in popluar color models

5D613E
RGB939762
HSL67°22.01%31.18%
HSB/HSV67°36.08%38.04%
CMYK4.12%0.00%36.08%
61.96%

Color #5D613E in popluar number systems.

HEX5D613E
Decimal939762
Binary10111011100001111110
Octal13514176

Shades and tints

Shades of #5D613E

#5D613E
(93,97,62)
#555939
(85,89,57)
#4D5134
(77,81,52)
#45492F
(69,73,47)
#3D412A
(61,65,42)
#353925
(53,57,37)
#2D3120
(45,49,32)
#25291B
(37,41,27)
#1D2116
(29,33,22)
#151911
(21,25,17)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #5D613E

#5D613E
(93,97,62)
#6B6F4F
(107,111,79)
#797D60
(121,125,96)
#878B71
(135,139,113)
#959982
(149,153,130)
#A3A793
(163,167,147)
#B1B5A4
(177,181,164)
#BFC3B5
(191,195,181)
#CDD1C6
(205,209,198)
#DBDFD7
(219,223,215)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D613E color. Also use rgb(93,97,62) instead hex code.

Text Font Color

.myTextColor { color: #5D613E; }

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

This text font color is #5D613E.


Background Color

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

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

This div background color is #5D613E.


Border color

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

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

This div border color is #5D613E.


Opacity

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

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

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

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

This text has shadow with #5D613E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D613E on black background.


Color preview on white background

This text has color #5D613E on white background.



Black color preview on #5D613E background

This text has black color on #5D613E background.


White color preview on #5D613E background

This text has white color on #5D613E background.