COLOR #636050

HEX: #636050
RGB: (99,96,80)

Color info

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

RGB color model

#636050 color RGB value is (99,96,80).

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

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 80 of 255 = 31%

99
96
80

R + G + B ~ 36%. #636050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 80 = 275 (100%)
R 99 of 275 ~ 36%
G 96 of 275 ~ 34.91%
B 80 of 275 ~ 29.09%

%36
%34.91
%29.09

CMYK color model

#636050 color CMYK value is (0,3,19,61).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(0,3,19,61)
C0M3Y19K61 
(0%,3%,19%,61%)
(0.00/0.03/0.19/0.61)	

CMYK percentages

%0
%3.03
%19.19
%61.18

Codes

Color #636050 in popluar color models

636050
RGB999680
HSL51°10.61%35.10%
HSB/HSV51°19.19%38.82%
CMYK0.00%3.03%19.19%
61.18%

Color #636050 in popluar number systems.

HEX636050
Decimal999680
Binary110001111000001010000
Octal143140120

Shades and tints

Shades of #636050

#636050
(99,96,80)
#5A5849
(90,88,73)
#515042
(81,80,66)
#48483B
(72,72,59)
#3F4034
(63,64,52)
#36382D
(54,56,45)
#2D3026
(45,48,38)
#24281F
(36,40,31)
#1B2018
(27,32,24)
#121811
(18,24,17)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #636050

#636050
(99,96,80)
#716E5F
(113,110,95)
#7F7C6E
(127,124,110)
#8D8A7D
(141,138,125)
#9B988C
(155,152,140)
#A9A69B
(169,166,155)
#B7B4AA
(183,180,170)
#C5C2B9
(197,194,185)
#D3D0C8
(211,208,200)
#E1DED7
(225,222,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636050; }

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

This text font color is #636050.


Background Color

.myBgColor { background-color: #636050; }

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

This div background color is #636050.


Border color

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

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

This div border color is #636050.


Opacity

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

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

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

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

This text has shadow with #636050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636050 on black background.


Color preview on white background

This text has color #636050 on white background.



Black color preview on #636050 background

This text has black color on #636050 background.


White color preview on #636050 background

This text has white color on #636050 background.