COLOR #65757D

HEX: #65757D RGB: (101,117,125)

Color info

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

RGB color model

#65757D color RGB value is (101,117,125).

RGB: (101,117,125) (40%, 46%, 49%)

RGB channels and saturation

R 101 of 255 = 40%
G 117 of 255 = 46%
B 125 of 255 = 49%

101
117
125

R + G + B ~ 45%. #65757D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 117 + 125 = 343 (100%)
R 101 of 343 ~ 29.45%
G 117 of 343 ~ 34.11%
B 125 of 343 ~ 36.44'%

%29.45
%34.11
%36.44

CMYK color model

#65757D color CMYK value is (19,6,0,51).

  • cyan value is 19.20%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (19,6,0,51) C19M6Y0K51 (19%,6%,0%,51%) (0.19/0.06/0.00/0.51) 

CMYK percentages

%19.2
%6.4
%0
%50.98

Codes

Color #65757D in popluar color models

65 75 7D
RGB 101 117 125
HSL 200° 10.62% 44.31%
HSB/HSV 200° 19.20% 49.02%
CMYK 19.20% 6.40% 0.00%
50.98%

Color #65757D in popluar number systems.

HEX 65 75 7D
Decimal 101 117 125
Binary 1100101 1110101 1111101
Octal 145 165 175

Shades and tints

Shades of #65757D

#65757D
(101,117,125)
#5C6B72
(92,107,114)
#536167
(83,97,103)
#4A575C
(74,87,92)
#414D51
(65,77,81)
#384346
(56,67,70)
#2F393B
(47,57,59)
#262F30
(38,47,48)
#1D2525
(29,37,37)
#141B1A
(20,27,26)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #65757D

#65757D
(101,117,125)
#738188
(115,129,136)
#818D93
(129,141,147)
#8F999E
(143,153,158)
#9DA5A9
(157,165,169)
#ABB1B4
(171,177,180)
#B9BDBF
(185,189,191)
#C7C9CA
(199,201,202)
#D5D5D5
(213,213,213)
#E3E1E0
(227,225,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65757D color. Also use rgb(101,117,125) instead hex code.

Text Font Color

.myTextColor { color: #65757D; }

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

This text font color is #65757D.

Background Color

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

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

This div background color is #65757D.

Border color

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

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

This div border color is #65757D.

Opacity

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

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

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

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

This text has shadow with #65757D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65757D.

Preview

Color preview on black background

This text has color #65757D on black background.


Color preview on white background

This text has color #65757D on white background.


Black color preview on #65757D background

This text has black color on #65757D background.


White color preview on #65757D background

This text has white color on #65757D background.


Related colors

Complementary color

Complementary color for #hex is #9A8A82.


I love getcolorcode.com

Triadic colors

1 #7D6575 and #757D65 with #65757D are triadic colors.

2 #7D7565 and #75657D with #65757D are triadic colors.