COLOR #65727A

HEX: #65727A
RGB: (101,114,122)

Color info

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

RGB color model

#65727A color RGB value is (101,114,122).

  • red value is 101;
  • green value is 114;
  • blue value is 122.
RGB:
(101,114,122)
(40%,45%,48%)

RGB channels and saturation

R 101 of 255 = 40%
G 114 of 255 = 45%
B 122 of 255 = 48%

101
114
122

R + G + B ~ 44%. #65727A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 114 + 122 = 337 (100%)
R 101 of 337 ~ 29.97%
G 114 of 337 ~ 33.83%
B 122 of 337 ~ 36.2%

%29.97
%33.83
%36.2

CMYK color model

#65727A color CMYK value is (17,7,0,52).

  • cyan value is 17.21%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(17,7,0,52)
C17M7Y0K52 
(17%,7%,0%,52%)
(0.17/0.07/0.00/0.52)	

CMYK percentages

%17.21
%6.56
%0
%52.16

Codes

Color #65727A in popluar color models

65727A
RGB101114122
HSL203°9.42%43.73%
HSB/HSV203°17.21%47.84%
CMYK17.21%6.56%0.00%
52.16%

Color #65727A in popluar number systems.

HEX65727A
Decimal101114122
Binary110010111100101111010
Octal145162172

Shades and tints

Shades of #65727A

#65727A
(101,114,122)
#5C686F
(92,104,111)
#535E64
(83,94,100)
#4A5459
(74,84,89)
#414A4E
(65,74,78)
#384043
(56,64,67)
#2F3638
(47,54,56)
#262C2D
(38,44,45)
#1D2222
(29,34,34)
#141817
(20,24,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #65727A

#65727A
(101,114,122)
#737E86
(115,126,134)
#818A92
(129,138,146)
#8F969E
(143,150,158)
#9DA2AA
(157,162,170)
#ABAEB6
(171,174,182)
#B9BAC2
(185,186,194)
#C7C6CE
(199,198,206)
#D5D2DA
(213,210,218)
#E3DEE6
(227,222,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65727A color. Also use rgb(101,114,122) instead hex code.

Text Font Color

.myTextColor { color: #65727A; }

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

This text font color is #65727A.


Background Color

.myBgColor { background-color: #65727A; }

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

This div background color is #65727A.


Border color

.myBorderColor { border: 1px solid #65727A; }

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

This div border color is #65727A.


Opacity

.myOpacity80 { color: #65727A; opacity: 0.8; }

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

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

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

This text has shadow with #65727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65727A on black background.


Color preview on white background

This text has color #65727A on white background.



Black color preview on #65727A background

This text has black color on #65727A background.


White color preview on #65727A background

This text has white color on #65727A background.