COLOR #5D633C

HEX: #5D633C RGB: (93,99,60)

Color info

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

RGB color model

#5D633C color RGB value is (93,99,60).

RGB: (93,99,60) (36%, 39%, 24%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 60 of 255 = 24%

93
99
60

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 60 = 252 (100%)
R 93 of 252 ~ 36.9%
G 99 of 252 ~ 39.29%
B 60 of 252 ~ 23.81'%

%36.9
%39.29
%23.81

CMYK color model

#5D633C color CMYK value is (6,0,39,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%

CMYK: (6,0,39,61)
C6M0Y39K61 (6%, 0%, 39%, 61%)
(0.06 / 0.00 / 0.39 / 0.61)

CMYK percentages

%6.06
%0
%39.39
%61.18

Codes

Color #5D633C in popluar color models

5D 63 3C
RGB 93 99 60
HSL 69° 24.53% 31.18%
HSB/HSV 69° 39.39% 38.82%
CMYK 6.06% 0.00% 39.39%
61.18%

Color #5D633C in popluar number systems.

HEX 5D 63 3C
Decimal 93 99 60
Binary 1011101 1100011 111100
Octal 135 143 74

Shades and tints

Shades of #5D633C

#5D633C
(93,99,60)
#555A37
(85,90,55)
#4D5132
(77,81,50)
#45482D
(69,72,45)
#3D3F28
(61,63,40)
#353623
(53,54,35)
#2D2D1E
(45,45,30)
#252419
(37,36,25)
#1D1B14
(29,27,20)
#15120F
(21,18,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D633C

#5D633C
(93,99,60)
#6B714D
(107,113,77)
#797F5E
(121,127,94)
#878D6F
(135,141,111)
#959B80
(149,155,128)
#A3A991
(163,169,145)
#B1B7A2
(177,183,162)
#BFC5B3
(191,197,179)
#CDD3C4
(205,211,196)
#DBE1D5
(219,225,213)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D633C; }

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

This text font color is #5D633C.

Background Color

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

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

This div background color is #5D633C.

Border color

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

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

This div border color is #5D633C.

Opacity

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

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

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

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

This text has shadow with #5D633C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D633C.

Preview

Color preview on black background

This text has color #5D633C on black background.


Color preview on white background

This text has color #5D633C on white background.


Black color preview on #5D633C background

This text has black color on #5D633C background.


White color preview on #5D633C background

This text has white color on #5D633C background.


Related colors

Complementary color

Complementary color for #hex is #A29CC3.


I love getcolorcode.com

Triadic colors

1 #3C5D63 and #633C5D with #5D633C are triadic colors.

2 #3C635D and #635D3C with #5D633C are triadic colors.