COLOR #5D643F

HEX: #5D643F
RGB: (93,100,63)

Color info

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

RGB color model

#5D643F color RGB value is (93,100,63).

  • red value is 93;
  • green value is 100;
  • blue value is 63.
RGB:
(93,100,63)
(36%,39%,25%)

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 63 of 255 = 25%

93
100
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 63 = 256 (100%)
R 93 of 256 ~ 36.33%
G 100 of 256 ~ 39.06%
B 63 of 256 ~ 24.61%

%36.33
%39.06
%24.61

CMYK color model

#5D643F color CMYK value is (7,0,37,61).

  • cyan value is 7.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK:
(7,0,37,61)
C7M0Y37K61 
(7%,0%,37%,61%)
(0.07/0.00/0.37/0.61)	

CMYK percentages

%7
%0
%37
%60.78

Codes

Color #5D643F in popluar color models

5D643F
RGB9310063
HSL71°22.70%31.96%
HSB/HSV71°37.00%39.22%
CMYK7.00%0.00%37.00%
60.78%

Color #5D643F in popluar number systems.

HEX5D643F
Decimal9310063
Binary10111011100100111111
Octal13514477

Shades and tints

Shades of #5D643F

#5D643F
(93,100,63)
#555B3A
(85,91,58)
#4D5235
(77,82,53)
#454930
(69,73,48)
#3D402B
(61,64,43)
#353726
(53,55,38)
#2D2E21
(45,46,33)
#25251C
(37,37,28)
#1D1C17
(29,28,23)
#151312
(21,19,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D643F

#5D643F
(93,100,63)
#6B7250
(107,114,80)
#798061
(121,128,97)
#878E72
(135,142,114)
#959C83
(149,156,131)
#A3AA94
(163,170,148)
#B1B8A5
(177,184,165)
#BFC6B6
(191,198,182)
#CDD4C7
(205,212,199)
#DBE2D8
(219,226,216)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D643F color. Also use rgb(93,100,63) instead hex code.

Text Font Color

.myTextColor { color: #5D643F; }

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

This text font color is #5D643F.


Background Color

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

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

This div background color is #5D643F.


Border color

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

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

This div border color is #5D643F.


Opacity

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

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

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

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

This text has shadow with #5D643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D643F on black background.


Color preview on white background

This text has color #5D643F on white background.



Black color preview on #5D643F background

This text has black color on #5D643F background.


White color preview on #5D643F background

This text has white color on #5D643F background.