COLOR #654D51

HEX: #654D51
RGB: (101,77,81)

Color info

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

RGB color model

#654D51 color RGB value is (101,77,81).

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

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 81 of 255 = 32%

101
77
81

R + G + B ~ 34%. #654D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 81 = 259 (100%)
R 101 of 259 ~ 39%
G 77 of 259 ~ 29.73%
B 81 of 259 ~ 31.27%

%39
%29.73
%31.27

CMYK color model

#654D51 color CMYK value is (0,24,20,60).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK:
(0,24,20,60)
C0M24Y20K60 
(0%,24%,20%,60%)
(0.00/0.24/0.20/0.60)	

CMYK percentages

%0
%23.76
%19.8
%60.39

Codes

Color #654D51 in popluar color models

654D51
RGB1017781
HSL350°13.48%34.90%
HSB/HSV350°23.76%39.61%
CMYK0.00%23.76%19.80%
60.39%

Color #654D51 in popluar number systems.

HEX654D51
Decimal1017781
Binary110010110011011010001
Octal145115121

Shades and tints

Shades of #654D51

#654D51
(101,77,81)
#5C464A
(92,70,74)
#533F43
(83,63,67)
#4A383C
(74,56,60)
#413135
(65,49,53)
#382A2E
(56,42,46)
#2F2327
(47,35,39)
#261C20
(38,28,32)
#1D1519
(29,21,25)
#140E12
(20,14,18)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #654D51

#654D51
(101,77,81)
#735D60
(115,93,96)
#816D6F
(129,109,111)
#8F7D7E
(143,125,126)
#9D8D8D
(157,141,141)
#AB9D9C
(171,157,156)
#B9ADAB
(185,173,171)
#C7BDBA
(199,189,186)
#D5CDC9
(213,205,201)
#E3DDD8
(227,221,216)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654D51; }

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

This text font color is #654D51.


Background Color

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

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

This div background color is #654D51.


Border color

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

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

This div border color is #654D51.


Opacity

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

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

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

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

This text has shadow with #654D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654D51 on black background.


Color preview on white background

This text has color #654D51 on white background.



Black color preview on #654D51 background

This text has black color on #654D51 background.


White color preview on #654D51 background

This text has white color on #654D51 background.