COLOR #636E65

HEX: #636E65
RGB: (99,110,101)

Color info

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

RGB color model

#636E65 color RGB value is (99,110,101).

  • red value is 99;
  • green value is 110;
  • blue value is 101.
RGB:
(99,110,101)
(39%,43%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 101 of 255 = 40%

99
110
101

R + G + B ~ 41%. #636E65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 101 = 310 (100%)
R 99 of 310 ~ 31.94%
G 110 of 310 ~ 35.48%
B 101 of 310 ~ 32.58%

%31.94
%35.48
%32.58

CMYK color model

#636E65 color CMYK value is (10,0,8,57).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(10,0,8,57)
C10M0Y8K57 
(10%,0%,8%,57%)
(0.10/0.00/0.08/0.57)	

CMYK percentages

%10
%0
%8.18
%56.86

Codes

Color #636E65 in popluar color models

636E65
RGB99110101
HSL131°5.26%40.98%
HSB/HSV131°10.00%43.14%
CMYK10.00%0.00%8.18%
56.86%

Color #636E65 in popluar number systems.

HEX636E65
Decimal99110101
Binary110001111011101100101
Octal143156145

Shades and tints

Shades of #636E65

#636E65
(99,110,101)
#5A645C
(90,100,92)
#515A53
(81,90,83)
#48504A
(72,80,74)
#3F4641
(63,70,65)
#363C38
(54,60,56)
#2D322F
(45,50,47)
#242826
(36,40,38)
#1B1E1D
(27,30,29)
#121414
(18,20,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #636E65

#636E65
(99,110,101)
#717B73
(113,123,115)
#7F8881
(127,136,129)
#8D958F
(141,149,143)
#9BA29D
(155,162,157)
#A9AFAB
(169,175,171)
#B7BCB9
(183,188,185)
#C5C9C7
(197,201,199)
#D3D6D5
(211,214,213)
#E1E3E3
(225,227,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636E65; }

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

This text font color is #636E65.


Background Color

.myBgColor { background-color: #636E65; }

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

This div background color is #636E65.


Border color

.myBorderColor { border: 1px solid #636E65; }

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

This div border color is #636E65.


Opacity

.myOpacity80 { color: #636E65; opacity: 0.8; }

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

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

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

This text has shadow with #636E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636E65 on black background.


Color preview on white background

This text has color #636E65 on white background.



Black color preview on #636E65 background

This text has black color on #636E65 background.


White color preview on #636E65 background

This text has white color on #636E65 background.