COLOR #654D59

HEX: #654D59
RGB: (101,77,89)

Color info

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

RGB color model

#654D59 color RGB value is (101,77,89).

  • red value is 101;
  • green value is 77;
  • blue value is 89.
RGB: (101,77,89) (40%,30%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 89 of 255 = 35%

101
77
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 89 = 267 (100%)
R 101 of 267 ~ 37.83%
G 77 of 267 ~ 28.84%
B 89 of 267 ~ 33.33%

%37.83
%28.84
%33.33

CMYK color model

#654D59 color CMYK value is (0,24,12,60).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK: (0,24,12,60) C0M24Y12K60 (0%,24%,12%,60%) (0.00/0.24/0.12/0.60)

CMYK percentages

%0
%23.76
%11.88
%60.39

Codes

Color #654D59 in popluar color models

654D59
RGB1017789
HSL330°13.48%34.90%
HSB/HSV330°23.76%39.61%
CMYK0.00%23.76%11.88%
60.39%

Color #654D59 in popluar number systems.

HEX654D59
Decimal1017789
Binary110010110011011011001
Octal145115131

Shades and tints

Shades of #654D59

#654D59
(101,77,89)
#5C4651
(92,70,81)
#533F49
(83,63,73)
#4A3841
(74,56,65)
#413139
(65,49,57)
#382A31
(56,42,49)
#2F2329
(47,35,41)
#261C21
(38,28,33)
#1D1519
(29,21,25)
#140E11
(20,14,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #654D59

#654D59
(101,77,89)
#735D68
(115,93,104)
#816D77
(129,109,119)
#8F7D86
(143,125,134)
#9D8D95
(157,141,149)
#AB9DA4
(171,157,164)
#B9ADB3
(185,173,179)
#C7BDC2
(199,189,194)
#D5CDD1
(213,205,209)
#E3DDE0
(227,221,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654D59; }

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

This text font color is #654D59.


Background Color

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

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

This div background color is #654D59.


Border color

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

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

This div border color is #654D59.


Opacity

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

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

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

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

This text has shadow with #654D59 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #654D59; -webkit-box-shadow:	1px 1px 3px 2px #654D59; box-shadow:	1px 1px 3px 2px #654D59; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #654D59; -webkit-box-shadow: 1px 1px 3px 2px #654D59; box-shadow:1px 1px 3px 2px #654D59;">
Div content here</div>
This div box has shadow with color #654D59.

Preview

Color preview on black background

This text has color #654D59 on black background.


Color preview on white background

This text has color #654D59 on white background.



Black color preview on #654D59 background

This text has black color on #654D59 background.


White color preview on #654D59 background

This text has white color on #654D59 background.