COLOR #656B75

HEX: #656B75
RGB: (101,107,117)

Color info

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

RGB color model

#656B75 color RGB value is (101,107,117).

  • red value is 101;
  • green value is 107;
  • blue value is 117.
RGB:
(101,107,117)
(40%,42%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 117 of 255 = 46%

101
107
117

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 117 = 325 (100%)
R 101 of 325 ~ 31.08%
G 107 of 325 ~ 32.92%
B 117 of 325 ~ 36%

%31.08
%32.92
%36

CMYK color model

#656B75 color CMYK value is (14,9,0,54).

  • cyan value is 13.68%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(14,9,0,54)
C14M9Y0K54 
(14%,9%,0%,54%)
(0.14/0.09/0.00/0.54)	

CMYK percentages

%13.68
%8.55
%0
%54.12

Codes

Color #656B75 in popluar color models

656B75
RGB101107117
HSL218°7.34%42.75%
HSB/HSV218°13.68%45.88%
CMYK13.68%8.55%0.00%
54.12%

Color #656B75 in popluar number systems.

HEX656B75
Decimal101107117
Binary110010111010111110101
Octal145153165

Shades and tints

Shades of #656B75

#656B75
(101,107,117)
#5C626B
(92,98,107)
#535961
(83,89,97)
#4A5057
(74,80,87)
#41474D
(65,71,77)
#383E43
(56,62,67)
#2F3539
(47,53,57)
#262C2F
(38,44,47)
#1D2325
(29,35,37)
#141A1B
(20,26,27)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #656B75

#656B75
(101,107,117)
#737881
(115,120,129)
#81858D
(129,133,141)
#8F9299
(143,146,153)
#9D9FA5
(157,159,165)
#ABACB1
(171,172,177)
#B9B9BD
(185,185,189)
#C7C6C9
(199,198,201)
#D5D3D5
(213,211,213)
#E3E0E1
(227,224,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656B75 color. Also use rgb(101,107,117) instead hex code.

Text Font Color

.myTextColor { color: #656B75; }

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

This text font color is #656B75.


Background Color

.myBgColor { background-color: #656B75; }

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

This div background color is #656B75.


Border color

.myBorderColor { border: 1px solid #656B75; }

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

This div border color is #656B75.


Opacity

.myOpacity80 { color: #656B75; opacity: 0.8; }

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

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

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

This text has shadow with #656B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B75 on black background.


Color preview on white background

This text has color #656B75 on white background.



Black color preview on #656B75 background

This text has black color on #656B75 background.


White color preview on #656B75 background

This text has white color on #656B75 background.