COLOR #654359

HEX: #654359 RGB: (101,67,89)

Color info

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

RGB color model

#654359 color RGB value is (101,67,89).

RGB: (101,67,89) (40%, 26%, 35%)

RGB channels and saturation

R 101 of 255 = 40%
G 67 of 255 = 26%
B 89 of 255 = 35%

101
67
89

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

Portions of RGB colors in percentages

R + G + B = 101 + 67 + 89 = 257 (100%)
R 101 of 257 ~ 39.3%
G 67 of 257 ~ 26.07%
B 89 of 257 ~ 34.63'%

%39.3
%26.07
%34.63

CMYK color model

#654359 color CMYK value is (0,34,12,60).

  • cyan value is 0.00%
  • magenta value is 33.66%
  • yellow value is 11.88%
  • key color value is 60.39%

CMYK: (0,34,12,60)
C0M34Y12K60 (0%, 34%, 12%, 60%)
(0.00 / 0.34 / 0.12 / 0.60)

CMYK percentages

%0
%33.66
%11.88
%60.39

Codes

Color #654359 in popluar color models

65 43 59
RGB 101 67 89
HSL 321° 20.24% 32.94%
HSB/HSV 321° 33.66% 39.61%
CMYK 0.00% 33.66% 11.88%
60.39%

Color #654359 in popluar number systems.

HEX 65 43 59
Decimal 101 67 89
Binary 1100101 1000011 1011001
Octal 145 103 131

Shades and tints

Shades of #654359

#654359
(101,67,89)
#5C3D51
(92,61,81)
#533749
(83,55,73)
#4A3141
(74,49,65)
#412B39
(65,43,57)
#382531
(56,37,49)
#2F1F29
(47,31,41)
#261921
(38,25,33)
#1D1319
(29,19,25)
#140D11
(20,13,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #654359

#654359
(101,67,89)
#735468
(115,84,104)
#816577
(129,101,119)
#8F7686
(143,118,134)
#9D8795
(157,135,149)
#AB98A4
(171,152,164)
#B9A9B3
(185,169,179)
#C7BAC2
(199,186,194)
#D5CBD1
(213,203,209)
#E3DCE0
(227,220,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #654359; }

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

This text font color is #654359.

Background Color

.myBgColor { background-color: #654359; }

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

This div background color is #654359.

Border color

.myBorderColor { border: 1px solid #654359; }

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

This div border color is #654359.

Opacity

.myOpacity80 { color: #654359; opacity: 0.8; }

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

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

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

This text has shadow with #654359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #654359.

Preview

Color preview on black background

This text has color #654359 on black background.


Color preview on white background

This text has color #654359 on white background.


Black color preview on #654359 background

This text has black color on #654359 background.


White color preview on #654359 background

This text has white color on #654359 background.


Related colors

Complementary color

Complementary color for #hex is #9ABCA6.


I love getcolorcode.com

Triadic colors

1 #596543 and #435965 with #654359 are triadic colors.

2 #594365 and #436559 with #654359 are triadic colors.