COLOR #5D663A

HEX: #5D663A
RGB: (93,102,58)

Color info

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

RGB color model

#5D663A color RGB value is (93,102,58).

  • red value is 93;
  • green value is 102;
  • blue value is 58.
RGB:
(93,102,58)
(36%,40%,23%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 58 of 255 = 23%

93
102
58

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 58 = 253 (100%)
R 93 of 253 ~ 36.76%
G 102 of 253 ~ 40.32%
B 58 of 253 ~ 22.92%

%36.76
%40.32
%22.92

CMYK color model

#5D663A color CMYK value is (9,0,43,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(9,0,43,60)
C9M0Y43K60 
(9%,0%,43%,60%)
(0.09/0.00/0.43/0.60)	

CMYK percentages

%8.82
%0
%43.14
%60

Codes

Color #5D663A in popluar color models

5D663A
RGB9310258
HSL72°27.50%31.37%
HSB/HSV72°43.14%40.00%
CMYK8.82%0.00%43.14%
60.00%

Color #5D663A in popluar number systems.

HEX5D663A
Decimal9310258
Binary10111011100110111010
Octal13514672

Shades and tints

Shades of #5D663A

#5D663A
(93,102,58)
#555D35
(85,93,53)
#4D5430
(77,84,48)
#454B2B
(69,75,43)
#3D4226
(61,66,38)
#353921
(53,57,33)
#2D301C
(45,48,28)
#252717
(37,39,23)
#1D1E12
(29,30,18)
#15150D
(21,21,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D663A

#5D663A
(93,102,58)
#6B734B
(107,115,75)
#79805C
(121,128,92)
#878D6D
(135,141,109)
#959A7E
(149,154,126)
#A3A78F
(163,167,143)
#B1B4A0
(177,180,160)
#BFC1B1
(191,193,177)
#CDCEC2
(205,206,194)
#DBDBD3
(219,219,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D663A color. Also use rgb(93,102,58) instead hex code.

Text Font Color

.myTextColor { color: #5D663A; }

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

This text font color is #5D663A.


Background Color

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

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

This div background color is #5D663A.


Border color

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

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

This div border color is #5D663A.


Opacity

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

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

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

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

This text has shadow with #5D663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D663A on black background.


Color preview on white background

This text has color #5D663A on white background.



Black color preview on #5D663A background

This text has black color on #5D663A background.


White color preview on #5D663A background

This text has white color on #5D663A background.