COLOR #654D5B

HEX: #654D5B RGB: (101,77,91)

Color info

#654D5B contains red, green and blue colors in about the same proportion. Web safe color of #654D5B is #663366 (or #636).

RGB color model

#654D5B color RGB value is (101,77,91).

RGB: (101,77,91) (40%, 30%, 36%)

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 91 of 255 = 36%

101
77
91

R + G + B ~ 35%. #654D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 77 + 91 = 269 (100%)
R 101 of 269 ~ 37.55%
G 77 of 269 ~ 28.62%
B 91 of 269 ~ 33.83'%

%37.55
%28.62
%33.83

CMYK color model

#654D5B color CMYK value is (0,24,10,60).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 9.90%
  • key color value is 60.39%

CMYK: (0,24,10,60)
C0M24Y10K60 (0%, 24%, 10%, 60%)
(0.00 / 0.24 / 0.10 / 0.60)

CMYK percentages

%0
%23.76
%9.9
%60.39

Codes

Color #654D5B in popluar color models

65 4D 5B
RGB 101 77 91
HSL 325° 13.48% 34.90%
HSB/HSV 325° 23.76% 39.61%
CMYK 0.00% 23.76% 9.90%
60.39%

Color #654D5B in popluar number systems.

HEX 65 4D 5B
Decimal 101 77 91
Binary 1100101 1001101 1011011
Octal 145 115 133

Shades and tints

Shades of #654D5B

#654D5B
(101,77,91)
#5C4653
(92,70,83)
#533F4B
(83,63,75)
#4A3843
(74,56,67)
#41313B
(65,49,59)
#382A33
(56,42,51)
#2F232B
(47,35,43)
#261C23
(38,28,35)
#1D151B
(29,21,27)
#140E13
(20,14,19)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #654D5B

#654D5B
(101,77,91)
#735D69
(115,93,105)
#816D77
(129,109,119)
#8F7D85
(143,125,133)
#9D8D93
(157,141,147)
#AB9DA1
(171,157,161)
#B9ADAF
(185,173,175)
#C7BDBD
(199,189,189)
#D5CDCB
(213,205,203)
#E3DDD9
(227,221,217)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654D5B color. Also use rgb(101,77,91) instead hex code.

Text Font Color

.myTextColor { color: #654D5B; }

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

This text font color is #654D5B.

Background Color

.myBgColor { background-color: #654D5B; }

<div style="background-color:#654D5B">Inner text</div>

This div background color is #654D5B.

Border color

.myBorderColor { border: 1px solid #654D5B; }

<div style="border:3px solid #654D5B">Div</div>

This div border color is #654D5B.

Opacity

.myOpacity80 { color: #654D5B; opacity: 0.8; }

<p style="color:#654D5B;opacity:0.8;">80%</p>

Text with #654D5B 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 #654D5B;}

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

This text has shadow with #654D5B color.


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

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

This text has shadow with #654D5B primary color and red secondary color.


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

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

This text has shadow with #654D5B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #654D5B.

Preview

Color preview on black background

This text has color #654D5B on black background.


Color preview on white background

This text has color #654D5B on white background.


Black color preview on #654D5B background

This text has black color on #654D5B background.


White color preview on #654D5B background

This text has white color on #654D5B background.


Related colors

Complementary color

Complementary color for #hex is #9AB2A4.


I love getcolorcode.com

Triadic colors

1 #5B654D and #4D5B65 with #654D5B are triadic colors.

2 #5B4D65 and #4D655B with #654D5B are triadic colors.