COLOR #5D663D

HEX: #5D663D
RGB: (93,102,61)

Color info

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

RGB color model

#5D663D color RGB value is (93,102,61).

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

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 61 of 255 = 24%

93
102
61

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 61 = 256 (100%)
R 93 of 256 ~ 36.33%
G 102 of 256 ~ 39.84%
B 61 of 256 ~ 23.83%

%36.33
%39.84
%23.83

CMYK color model

#5D663D color CMYK value is (9,0,40,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(9,0,40,60)
C9M0Y40K60 
(9%,0%,40%,60%)
(0.09/0.00/0.40/0.60)	

CMYK percentages

%8.82
%0
%40.2
%60

Codes

Color #5D663D in popluar color models

5D663D
RGB9310261
HSL73°25.15%31.96%
HSB/HSV73°40.20%40.00%
CMYK8.82%0.00%40.20%
60.00%

Color #5D663D in popluar number systems.

HEX5D663D
Decimal9310261
Binary10111011100110111101
Octal13514675

Shades and tints

Shades of #5D663D

#5D663D
(93,102,61)
#555D38
(85,93,56)
#4D5433
(77,84,51)
#454B2E
(69,75,46)
#3D4229
(61,66,41)
#353924
(53,57,36)
#2D301F
(45,48,31)
#25271A
(37,39,26)
#1D1E15
(29,30,21)
#151510
(21,21,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D663D

#5D663D
(93,102,61)
#6B734E
(107,115,78)
#79805F
(121,128,95)
#878D70
(135,141,112)
#959A81
(149,154,129)
#A3A792
(163,167,146)
#B1B4A3
(177,180,163)
#BFC1B4
(191,193,180)
#CDCEC5
(205,206,197)
#DBDBD6
(219,219,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D663D; }

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

This text font color is #5D663D.


Background Color

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

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

This div background color is #5D663D.


Border color

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

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

This div border color is #5D663D.


Opacity

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

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

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

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

This text has shadow with #5D663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D663D on black background.


Color preview on white background

This text has color #5D663D on white background.



Black color preview on #5D663D background

This text has black color on #5D663D background.


White color preview on #5D663D background

This text has white color on #5D663D background.