COLOR #5D634B

HEX: #5D634B
RGB: (93,99,75)

Color info

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

RGB color model

#5D634B color RGB value is (93,99,75).

  • red value is 93;
  • green value is 99;
  • blue value is 75.
RGB:
(93,99,75)
(36%,39%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 75 of 255 = 29%

93
99
75

R + G + B ~ 35%. #5D634B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 75 = 267 (100%)
R 93 of 267 ~ 34.83%
G 99 of 267 ~ 37.08%
B 75 of 267 ~ 28.09%

%34.83
%37.08
%28.09

CMYK color model

#5D634B color CMYK value is (6,0,24,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(6,0,24,61)
C6M0Y24K61 
(6%,0%,24%,61%)
(0.06/0.00/0.24/0.61)	

CMYK percentages

%6.06
%0
%24.24
%61.18

Codes

Color #5D634B in popluar color models

5D634B
RGB939975
HSL75°13.79%34.12%
HSB/HSV75°24.24%38.82%
CMYK6.06%0.00%24.24%
61.18%

Color #5D634B in popluar number systems.

HEX5D634B
Decimal939975
Binary101110111000111001011
Octal135143113

Shades and tints

Shades of #5D634B

#5D634B
(93,99,75)
#555A45
(85,90,69)
#4D513F
(77,81,63)
#454839
(69,72,57)
#3D3F33
(61,63,51)
#35362D
(53,54,45)
#2D2D27
(45,45,39)
#252421
(37,36,33)
#1D1B1B
(29,27,27)
#151215
(21,18,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #5D634B

#5D634B
(93,99,75)
#6B715B
(107,113,91)
#797F6B
(121,127,107)
#878D7B
(135,141,123)
#959B8B
(149,155,139)
#A3A99B
(163,169,155)
#B1B7AB
(177,183,171)
#BFC5BB
(191,197,187)
#CDD3CB
(205,211,203)
#DBE1DB
(219,225,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D634B; }

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

This text font color is #5D634B.


Background Color

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

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

This div background color is #5D634B.


Border color

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

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

This div border color is #5D634B.


Opacity

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

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

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

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

This text has shadow with #5D634B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D634B on black background.


Color preview on white background

This text has color #5D634B on white background.



Black color preview on #5D634B background

This text has black color on #5D634B background.


White color preview on #5D634B background

This text has white color on #5D634B background.