COLOR #654A59

HEX: #654A59
RGB: (101,74,89)

Color info

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

RGB color model

#654A59 color RGB value is (101,74,89).

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

RGB channels and saturation

R 101 of 255 = 40%
G 74 of 255 = 29%
B 89 of 255 = 35%

101
74
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 74 + 89 = 264 (100%)
R 101 of 264 ~ 38.26%
G 74 of 264 ~ 28.03%
B 89 of 264 ~ 33.71%

%38.26
%28.03
%33.71

CMYK color model

#654A59 color CMYK value is (0,27,12,60).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,27,12,60)
C0M27Y12K60 
(0%,27%,12%,60%)
(0.00/0.27/0.12/0.60)	

CMYK percentages

%0
%26.73
%11.88
%60.39

Codes

Color #654A59 in popluar color models

654A59
RGB1017489
HSL327°15.43%34.31%
HSB/HSV327°26.73%39.61%
CMYK0.00%26.73%11.88%
60.39%

Color #654A59 in popluar number systems.

HEX654A59
Decimal1017489
Binary110010110010101011001
Octal145112131

Shades and tints

Shades of #654A59

#654A59
(101,74,89)
#5C4451
(92,68,81)
#533E49
(83,62,73)
#4A3841
(74,56,65)
#413239
(65,50,57)
#382C31
(56,44,49)
#2F2629
(47,38,41)
#262021
(38,32,33)
#1D1A19
(29,26,25)
#141411
(20,20,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #654A59

#654A59
(101,74,89)
#735A68
(115,90,104)
#816A77
(129,106,119)
#8F7A86
(143,122,134)
#9D8A95
(157,138,149)
#AB9AA4
(171,154,164)
#B9AAB3
(185,170,179)
#C7BAC2
(199,186,194)
#D5CAD1
(213,202,209)
#E3DAE0
(227,218,224)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654A59; }

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

This text font color is #654A59.


Background Color

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

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

This div background color is #654A59.


Border color

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

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

This div border color is #654A59.


Opacity

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

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

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

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

This text has shadow with #654A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654A59 on black background.


Color preview on white background

This text has color #654A59 on white background.



Black color preview on #654A59 background

This text has black color on #654A59 background.


White color preview on #654A59 background

This text has white color on #654A59 background.