COLOR #656084

HEX: #656084
RGB: (101,96,132)

Color info

#656084 contains red, green and blue colors in about the same proportion. Web safe color of #656084 is #666699 (or #669).

RGB color model

#656084 color RGB value is (101,96,132).

  • red value is 101;
  • green value is 96;
  • blue value is 132.
RGB:
(101,96,132)
(40%,38%,52%)

RGB channels and saturation

R 101 of 255 = 40%
G 96 of 255 = 38%
B 132 of 255 = 52%

101
96
132

R + G + B ~ 43%. #656084 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 96 + 132 = 329 (100%)
R 101 of 329 ~ 30.7%
G 96 of 329 ~ 29.18%
B 132 of 329 ~ 40.12%

%30.7
%29.18
%40.12

CMYK color model

#656084 color CMYK value is (23,27,0,48).

  • cyan value is 23.48%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,27,0,48)
C23M27Y0K48 
(23%,27%,0%,48%)
(0.23/0.27/0.00/0.48)	

CMYK percentages

%23.48
%27.27
%0
%48.24

Codes

Color #656084 in popluar color models

656084
RGB10196132
HSL248°15.79%44.71%
HSB/HSV248°27.27%51.76%
CMYK23.48%27.27%0.00%
48.24%

Color #656084 in popluar number systems.

HEX656084
Decimal10196132
Binary1100101110000010000100
Octal145140204

Shades and tints

Shades of #656084

#656084
(101,96,132)
#5C5878
(92,88,120)
#53506C
(83,80,108)
#4A4860
(74,72,96)
#414054
(65,64,84)
#383848
(56,56,72)
#2F303C
(47,48,60)
#262830
(38,40,48)
#1D2024
(29,32,36)
#141818
(20,24,24)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #656084

#656084
(101,96,132)
#736E8F
(115,110,143)
#817C9A
(129,124,154)
#8F8AA5
(143,138,165)
#9D98B0
(157,152,176)
#ABA6BB
(171,166,187)
#B9B4C6
(185,180,198)
#C7C2D1
(199,194,209)
#D5D0DC
(213,208,220)
#E3DEE7
(227,222,231)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656084 color. Also use rgb(101,96,132) instead hex code.

Text Font Color

.myTextColor { color: #656084; }

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

This text font color is #656084.


Background Color

.myBgColor { background-color: #656084; }

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

This div background color is #656084.


Border color

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

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

This div border color is #656084.


Opacity

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

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

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

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

This text has shadow with #656084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656084 on black background.


Color preview on white background

This text has color #656084 on white background.



Black color preview on #656084 background

This text has black color on #656084 background.


White color preview on #656084 background

This text has white color on #656084 background.