COLOR #656263

HEX: #656263 RGB: (101,98,99)

Color info

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

RGB color model

#656263 color RGB value is (101,98,99).

RGB: (101,98,99) (40%, 38%, 39%)

RGB channels and saturation

R 101 of 255 = 40%
G 98 of 255 = 38%
B 99 of 255 = 39%

101
98
99

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

Portions of RGB colors in percentages

R + G + B = 101 + 98 + 99 = 298 (100%)
R 101 of 298 ~ 33.89%
G 98 of 298 ~ 32.89%
B 99 of 298 ~ 33.22'%

%33.89
%32.89
%33.22

CMYK color model

#656263 color CMYK value is (0,3,2,60).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 1.98%
  • key color value is 60.39%

CMYK: (0,3,2,60)
C0M3Y2K60 (0%, 3%, 2%, 60%)
(0.00 / 0.03 / 0.02 / 0.60)

CMYK percentages

%0
%2.97
%1.98
%60.39

Codes

Color #656263 in popluar color models

65 62 63
RGB 101 98 99
HSL 340° 1.51% 39.02%
HSB/HSV 340° 2.97% 39.61%
CMYK 0.00% 2.97% 1.98%
60.39%

Color #656263 in popluar number systems.

HEX 65 62 63
Decimal 101 98 99
Binary 1100101 1100010 1100011
Octal 145 142 143

Shades and tints

Shades of #656263

#656263
(101,98,99)
#5C5A5A
(92,90,90)
#535251
(83,82,81)
#4A4A48
(74,74,72)
#41423F
(65,66,63)
#383A36
(56,58,54)
#2F322D
(47,50,45)
#262A24
(38,42,36)
#1D221B
(29,34,27)
#141A12
(20,26,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #656263

#656263
(101,98,99)
#737071
(115,112,113)
#817E7F
(129,126,127)
#8F8C8D
(143,140,141)
#9D9A9B
(157,154,155)
#ABA8A9
(171,168,169)
#B9B6B7
(185,182,183)
#C7C4C5
(199,196,197)
#D5D2D3
(213,210,211)
#E3E0E1
(227,224,225)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656263 color. Also use rgb(101,98,99) instead hex code.

Text Font Color

.myTextColor { color: #656263; }

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

This text font color is #656263.

Background Color

.myBgColor { background-color: #656263; }

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

This div background color is #656263.

Border color

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

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

This div border color is #656263.

Opacity

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

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

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

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

This text has shadow with #656263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656263.

Preview

Color preview on black background

This text has color #656263 on black background.


Color preview on white background

This text has color #656263 on white background.


Black color preview on #656263 background

This text has black color on #656263 background.


White color preview on #656263 background

This text has white color on #656263 background.


Related colors

Complementary color

Complementary color for #hex is #9A9D9C.


I love getcolorcode.com

Triadic colors

1 #636562 and #626365 with #656263 are triadic colors.

2 #636265 and #626563 with #656263 are triadic colors.