COLOR #636150

HEX: #636150
RGB: (99,97,80)

Color info

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

RGB color model

#636150 color RGB value is (99,97,80).

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

RGB channels and saturation

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

99
97
80

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 80 = 276 (100%)
R 99 of 276 ~ 35.87%
G 97 of 276 ~ 35.14%
B 80 of 276 ~ 28.99%

%35.87
%35.14
%28.99

CMYK color model

#636150 color CMYK value is (0,2,19,61).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(0,2,19,61)
C0M2Y19K61 
(0%,2%,19%,61%)
(0.00/0.02/0.19/0.61)	

CMYK percentages

%0
%2.02
%19.19
%61.18

Codes

Color #636150 in popluar color models

636150
RGB999780
HSL54°10.61%35.10%
HSB/HSV54°19.19%38.82%
CMYK0.00%2.02%19.19%
61.18%

Color #636150 in popluar number systems.

HEX636150
Decimal999780
Binary110001111000011010000
Octal143141120

Shades and tints

Shades of #636150

#636150
(99,97,80)
#5A5949
(90,89,73)
#515142
(81,81,66)
#48493B
(72,73,59)
#3F4134
(63,65,52)
#36392D
(54,57,45)
#2D3126
(45,49,38)
#24291F
(36,41,31)
#1B2118
(27,33,24)
#121911
(18,25,17)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #636150

#636150
(99,97,80)
#716F5F
(113,111,95)
#7F7D6E
(127,125,110)
#8D8B7D
(141,139,125)
#9B998C
(155,153,140)
#A9A79B
(169,167,155)
#B7B5AA
(183,181,170)
#C5C3B9
(197,195,185)
#D3D1C8
(211,209,200)
#E1DFD7
(225,223,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636150; }

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

This text font color is #636150.


Background Color

.myBgColor { background-color: #636150; }

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

This div background color is #636150.


Border color

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

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

This div border color is #636150.


Opacity

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

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

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

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

This text has shadow with #636150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636150 on black background.


Color preview on white background

This text has color #636150 on white background.



Black color preview on #636150 background

This text has black color on #636150 background.


White color preview on #636150 background

This text has white color on #636150 background.