COLOR #5D6345

HEX: #5D6345
RGB: (93,99,69)

Color info

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

RGB color model

#5D6345 color RGB value is (93,99,69).

  • red value is 93;
  • green value is 99;
  • blue value is 69.
RGB:
(93,99,69)
(36%,39%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 69 of 255 = 27%

93
99
69

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 69 = 261 (100%)
R 93 of 261 ~ 35.63%
G 99 of 261 ~ 37.93%
B 69 of 261 ~ 26.44%

%35.63
%37.93
%26.44

CMYK color model

#5D6345 color CMYK value is (6,0,30,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 61.18%
CMYK:
(6,0,30,61)
C6M0Y30K61 
(6%,0%,30%,61%)
(0.06/0.00/0.30/0.61)	

CMYK percentages

%6.06
%0
%30.3
%61.18

Codes

Color #5D6345 in popluar color models

5D6345
RGB939969
HSL72°17.86%32.94%
HSB/HSV72°30.30%38.82%
CMYK6.06%0.00%30.30%
61.18%

Color #5D6345 in popluar number systems.

HEX5D6345
Decimal939969
Binary101110111000111000101
Octal135143105

Shades and tints

Shades of #5D6345

#5D6345
(93,99,69)
#555A3F
(85,90,63)
#4D5139
(77,81,57)
#454833
(69,72,51)
#3D3F2D
(61,63,45)
#353627
(53,54,39)
#2D2D21
(45,45,33)
#25241B
(37,36,27)
#1D1B15
(29,27,21)
#15120F
(21,18,15)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #5D6345

#5D6345
(93,99,69)
#6B7155
(107,113,85)
#797F65
(121,127,101)
#878D75
(135,141,117)
#959B85
(149,155,133)
#A3A995
(163,169,149)
#B1B7A5
(177,183,165)
#BFC5B5
(191,197,181)
#CDD3C5
(205,211,197)
#DBE1D5
(219,225,213)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6345 color. Also use rgb(93,99,69) instead hex code.

Text Font Color

.myTextColor { color: #5D6345; }

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

This text font color is #5D6345.


Background Color

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

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

This div background color is #5D6345.


Border color

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

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

This div border color is #5D6345.


Opacity

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

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

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

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

This text has shadow with #5D6345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6345 on black background.


Color preview on white background

This text has color #5D6345 on white background.



Black color preview on #5D6345 background

This text has black color on #5D6345 background.


White color preview on #5D6345 background

This text has white color on #5D6345 background.