COLOR #636071

HEX: #636071
RGB: (99,96,113)

Color info

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

RGB color model

#636071 color RGB value is (99,96,113).

  • red value is 99;
  • green value is 96;
  • blue value is 113.
RGB:
(99,96,113)
(39%,38%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 113 of 255 = 44%

99
96
113

R + G + B ~ 40%. #636071 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 113 = 308 (100%)
R 99 of 308 ~ 32.14%
G 96 of 308 ~ 31.17%
B 113 of 308 ~ 36.69%

%32.14
%31.17
%36.69

CMYK color model

#636071 color CMYK value is (12,15,0,56).

  • cyan value is 12.39%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,15,0,56)
C12M15Y0K56 
(12%,15%,0%,56%)
(0.12/0.15/0.00/0.56)	

CMYK percentages

%12.39
%15.04
%0
%55.69

Codes

Color #636071 in popluar color models

636071
RGB9996113
HSL251°8.13%40.98%
HSB/HSV251°15.04%44.31%
CMYK12.39%15.04%0.00%
55.69%

Color #636071 in popluar number systems.

HEX636071
Decimal9996113
Binary110001111000001110001
Octal143140161

Shades and tints

Shades of #636071

#636071
(99,96,113)
#5A5867
(90,88,103)
#51505D
(81,80,93)
#484853
(72,72,83)
#3F4049
(63,64,73)
#36383F
(54,56,63)
#2D3035
(45,48,53)
#24282B
(36,40,43)
#1B2021
(27,32,33)
#121817
(18,24,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #636071

#636071
(99,96,113)
#716E7D
(113,110,125)
#7F7C89
(127,124,137)
#8D8A95
(141,138,149)
#9B98A1
(155,152,161)
#A9A6AD
(169,166,173)
#B7B4B9
(183,180,185)
#C5C2C5
(197,194,197)
#D3D0D1
(211,208,209)
#E1DEDD
(225,222,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636071 color. Also use rgb(99,96,113) instead hex code.

Text Font Color

.myTextColor { color: #636071; }

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

This text font color is #636071.


Background Color

.myBgColor { background-color: #636071; }

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

This div background color is #636071.


Border color

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

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

This div border color is #636071.


Opacity

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

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

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

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

This text has shadow with #636071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636071 on black background.


Color preview on white background

This text has color #636071 on white background.



Black color preview on #636071 background

This text has black color on #636071 background.


White color preview on #636071 background

This text has white color on #636071 background.