COLOR #5D6453

HEX: #5D6453 RGB: (93,100,83)

Color info

#5D6453 contains red, green and blue colors in about the same proportion. Web safe color of #5D6453 is #666666 (or #666).

RGB color model

#5D6453 color RGB value is (93,100,83).

RGB: (93,100,83) (36%, 39%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 83 of 255 = 33%

93
100
83

R + G + B ~ 36%. #5D6453 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 100 + 83 = 276 (100%)
R 93 of 276 ~ 33.7%
G 100 of 276 ~ 36.23%
B 83 of 276 ~ 30.07'%

%33.7
%36.23
%30.07

CMYK color model

#5D6453 color CMYK value is (7,0,17,61).

  • cyan value is 7.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%

CMYK: (7,0,17,61)
C7M0Y17K61 (7%, 0%, 17%, 61%)
(0.07 / 0.00 / 0.17 / 0.61)

CMYK percentages

%7
%0
%17
%60.78

Codes

Color #5D6453 in popluar color models

5D 64 53
RGB 93 100 83
HSL 85° 9.29% 35.88%
HSB/HSV 85° 17.00% 39.22%
CMYK 7.00% 0.00% 17.00%
60.78%

Color #5D6453 in popluar number systems.

HEX 5D 64 53
Decimal 93 100 83
Binary 1011101 1100100 1010011
Octal 135 144 123

Shades and tints

Shades of #5D6453

#5D6453
(93,100,83)
#555B4C
(85,91,76)
#4D5245
(77,82,69)
#45493E
(69,73,62)
#3D4037
(61,64,55)
#353730
(53,55,48)
#2D2E29
(45,46,41)
#252522
(37,37,34)
#1D1C1B
(29,28,27)
#151314
(21,19,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D6453

#5D6453
(93,100,83)
#6B7262
(107,114,98)
#798071
(121,128,113)
#878E80
(135,142,128)
#959C8F
(149,156,143)
#A3AA9E
(163,170,158)
#B1B8AD
(177,184,173)
#BFC6BC
(191,198,188)
#CDD4CB
(205,212,203)
#DBE2DA
(219,226,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6453 color. Also use rgb(93,100,83) instead hex code.

Text Font Color

.myTextColor { color: #5D6453; }

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

This text font color is #5D6453.

Background Color

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

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

This div background color is #5D6453.

Border color

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

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

This div border color is #5D6453.

Opacity

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

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

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

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

This text has shadow with #5D6453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6453.

Preview

Color preview on black background

This text has color #5D6453 on black background.


Color preview on white background

This text has color #5D6453 on white background.


Black color preview on #5D6453 background

This text has black color on #5D6453 background.


White color preview on #5D6453 background

This text has white color on #5D6453 background.


Related colors

Complementary color

Complementary color for #hex is #A29BAC.


I love getcolorcode.com

Triadic colors

1 #535D64 and #64535D with #5D6453 are triadic colors.

2 #53645D and #645D53 with #5D6453 are triadic colors.