COLOR #636A6E

HEX: #636A6E
RGB: (99,106,110)

Color info

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

RGB color model

#636A6E color RGB value is (99,106,110).

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

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 110 of 255 = 43%

99
106
110

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

Portions of RGB colors in percentages

R + G + B =
99 + 106 + 110 = 315 (100%)
R 99 of 315 ~ 31.43%
G 106 of 315 ~ 33.65%
B 110 of 315 ~ 34.92%

%31.43
%33.65
%34.92

CMYK color model

#636A6E color CMYK value is (10,4,0,57).

  • cyan value is 10.00%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(10,4,0,57)
C10M4Y0K57 
(10%,4%,0%,57%)
(0.10/0.04/0.00/0.57)	

CMYK percentages

%10
%3.64
%0
%56.86

Codes

Color #636A6E in popluar color models

636A6E
RGB99106110
HSL202°5.26%40.98%
HSB/HSV202°10.00%43.14%
CMYK10.00%3.64%0.00%
56.86%

Color #636A6E in popluar number systems.

HEX636A6E
Decimal99106110
Binary110001111010101101110
Octal143152156

Shades and tints

Shades of #636A6E

#636A6E
(99,106,110)
#5A6164
(90,97,100)
#51585A
(81,88,90)
#484F50
(72,79,80)
#3F4646
(63,70,70)
#363D3C
(54,61,60)
#2D3432
(45,52,50)
#242B28
(36,43,40)
#1B221E
(27,34,30)
#121914
(18,25,20)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #636A6E

#636A6E
(99,106,110)
#71777B
(113,119,123)
#7F8488
(127,132,136)
#8D9195
(141,145,149)
#9B9EA2
(155,158,162)
#A9ABAF
(169,171,175)
#B7B8BC
(183,184,188)
#C5C5C9
(197,197,201)
#D3D2D6
(211,210,214)
#E1DFE3
(225,223,227)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636A6E; }

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

This text font color is #636A6E.


Background Color

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

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

This div background color is #636A6E.


Border color

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

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

This div border color is #636A6E.


Opacity

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

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

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

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

This text has shadow with #636A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A6E on black background.


Color preview on white background

This text has color #636A6E on white background.



Black color preview on #636A6E background

This text has black color on #636A6E background.


White color preview on #636A6E background

This text has white color on #636A6E background.