COLOR #65596D

HEX: #65596D
RGB: (101,89,109)

Color info

#65596D contains red, green and blue colors in about the same proportion. Web safe color of #65596D is #666666 (or #666).

RGB color model

#65596D color RGB value is (101,89,109).

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

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 109 of 255 = 43%

101
89
109

R + G + B ~ 39%. #65596D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 109 = 299 (100%)
R 101 of 299 ~ 33.78%
G 89 of 299 ~ 29.77%
B 109 of 299 ~ 36.45%

%33.78
%29.77
%36.45

CMYK color model

#65596D color CMYK value is (7,18,0,57).

  • cyan value is 7.34%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(7,18,0,57)
C7M18Y0K57 
(7%,18%,0%,57%)
(0.07/0.18/0.00/0.57)	

CMYK percentages

%7.34
%18.35
%0
%57.25

Codes

Color #65596D in popluar color models

65596D
RGB10189109
HSL276°10.10%38.82%
HSB/HSV276°18.35%42.75%
CMYK7.34%18.35%0.00%
57.25%

Color #65596D in popluar number systems.

HEX65596D
Decimal10189109
Binary110010110110011101101
Octal145131155

Shades and tints

Shades of #65596D

#65596D
(101,89,109)
#5C5164
(92,81,100)
#53495B
(83,73,91)
#4A4152
(74,65,82)
#413949
(65,57,73)
#383140
(56,49,64)
#2F2937
(47,41,55)
#26212E
(38,33,46)
#1D1925
(29,25,37)
#14111C
(20,17,28)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #65596D

#65596D
(101,89,109)
#73687A
(115,104,122)
#817787
(129,119,135)
#8F8694
(143,134,148)
#9D95A1
(157,149,161)
#ABA4AE
(171,164,174)
#B9B3BB
(185,179,187)
#C7C2C8
(199,194,200)
#D5D1D5
(213,209,213)
#E3E0E2
(227,224,226)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65596D; }

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

This text font color is #65596D.


Background Color

.myBgColor { background-color: #65596D; }

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

This div background color is #65596D.


Border color

.myBorderColor { border: 1px solid #65596D; }

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

This div border color is #65596D.


Opacity

.myOpacity80 { color: #65596D; opacity: 0.8; }

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

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

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

This text has shadow with #65596D color.

.textShadow {text-shadow: 3px 3px 1px #65596D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65596D on black background.


Color preview on white background

This text has color #65596D on white background.



Black color preview on #65596D background

This text has black color on #65596D background.


White color preview on #65596D background

This text has white color on #65596D background.