COLOR #5D613B

HEX: #5D613B
RGB: (93,97,59)

Color info

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

RGB color model

#5D613B color RGB value is (93,97,59).

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

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 59 of 255 = 23%

93
97
59

R + G + B ~ 32%. #5D613B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 59 = 249 (100%)
R 93 of 249 ~ 37.35%
G 97 of 249 ~ 38.96%
B 59 of 249 ~ 23.69%

%37.35
%38.96
%23.69

CMYK color model

#5D613B color CMYK value is (4,0,39,62).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(4,0,39,62)
C4M0Y39K62 
(4%,0%,39%,62%)
(0.04/0.00/0.39/0.62)	

CMYK percentages

%4.12
%0
%39.18
%61.96

Codes

Color #5D613B in popluar color models

5D613B
RGB939759
HSL66°24.36%30.59%
HSB/HSV66°39.18%38.04%
CMYK4.12%0.00%39.18%
61.96%

Color #5D613B in popluar number systems.

HEX5D613B
Decimal939759
Binary10111011100001111011
Octal13514173

Shades and tints

Shades of #5D613B

#5D613B
(93,97,59)
#555936
(85,89,54)
#4D5131
(77,81,49)
#45492C
(69,73,44)
#3D4127
(61,65,39)
#353922
(53,57,34)
#2D311D
(45,49,29)
#252918
(37,41,24)
#1D2113
(29,33,19)
#15190E
(21,25,14)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #5D613B

#5D613B
(93,97,59)
#6B6F4C
(107,111,76)
#797D5D
(121,125,93)
#878B6E
(135,139,110)
#95997F
(149,153,127)
#A3A790
(163,167,144)
#B1B5A1
(177,181,161)
#BFC3B2
(191,195,178)
#CDD1C3
(205,209,195)
#DBDFD4
(219,223,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D613B; }

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

This text font color is #5D613B.


Background Color

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

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

This div background color is #5D613B.


Border color

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

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

This div border color is #5D613B.


Opacity

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

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

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

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

This text has shadow with #5D613B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D613B on black background.


Color preview on white background

This text has color #5D613B on white background.



Black color preview on #5D613B background

This text has black color on #5D613B background.


White color preview on #5D613B background

This text has white color on #5D613B background.