COLOR #5D633B

HEX: #5D633B RGB: (93,99,59)

Color info

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

RGB color model

#5D633B color RGB value is (93,99,59).

RGB: (93,99,59) (36%, 39%, 23%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 59 of 255 = 23%

93
99
59

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 59 = 251 (100%)
R 93 of 251 ~ 37.05%
G 99 of 251 ~ 39.44%
B 59 of 251 ~ 23.51'%

%37.05
%39.44
%23.51

CMYK color model

#5D633B color CMYK value is (6,0,40,61).

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

CMYK: (6,0,40,61)
C6M0Y40K61 (6%, 0%, 40%, 61%)
(0.06 / 0.00 / 0.40 / 0.61)

CMYK percentages

%6.06
%0
%40.4
%61.18

Codes

Color #5D633B in popluar color models

5D 63 3B
RGB 93 99 59
HSL 69° 25.32% 30.98%
HSB/HSV 69° 40.40% 38.82%
CMYK 6.06% 0.00% 40.40%
61.18%

Color #5D633B in popluar number systems.

HEX 5D 63 3B
Decimal 93 99 59
Binary 1011101 1100011 111011
Octal 135 143 73

Shades and tints

Shades of #5D633B

#5D633B
(93,99,59)
#555A36
(85,90,54)
#4D5131
(77,81,49)
#45482C
(69,72,44)
#3D3F27
(61,63,39)
#353622
(53,54,34)
#2D2D1D
(45,45,29)
#252418
(37,36,24)
#1D1B13
(29,27,19)
#15120E
(21,18,14)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #5D633B

#5D633B
(93,99,59)
#6B714C
(107,113,76)
#797F5D
(121,127,93)
#878D6E
(135,141,110)
#959B7F
(149,155,127)
#A3A990
(163,169,144)
#B1B7A1
(177,183,161)
#BFC5B2
(191,197,178)
#CDD3C3
(205,211,195)
#DBE1D4
(219,225,212)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D633B; }

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

This text font color is #5D633B.

Background Color

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

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

This div background color is #5D633B.

Border color

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

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

This div border color is #5D633B.

Opacity

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

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

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

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

This text has shadow with #5D633B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D633B.

Preview

Color preview on black background

This text has color #5D633B on black background.


Color preview on white background

This text has color #5D633B on white background.


Black color preview on #5D633B background

This text has black color on #5D633B background.


White color preview on #5D633B background

This text has white color on #5D633B background.


Related colors

Complementary color

Complementary color for #hex is #A29CC4.


I love getcolorcode.com

Triadic colors

1 #3B5D63 and #633B5D with #5D633B are triadic colors.

2 #3B635D and #635D3B with #5D633B are triadic colors.