COLOR #636950

HEX: #636950
RGB: (99,105,80)

Color info

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

RGB color model

#636950 color RGB value is (99,105,80).

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

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 80 of 255 = 31%

99
105
80

R + G + B ~ 37%. #636950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 80 = 284 (100%)
R 99 of 284 ~ 34.86%
G 105 of 284 ~ 36.97%
B 80 of 284 ~ 28.17%

%34.86
%36.97
%28.17

CMYK color model

#636950 color CMYK value is (6,0,24,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(6,0,24,59)
C6M0Y24K59 
(6%,0%,24%,59%)
(0.06/0.00/0.24/0.59)	

CMYK percentages

%5.71
%0
%23.81
%58.82

Codes

Color #636950 in popluar color models

636950
RGB9910580
HSL74°13.51%36.27%
HSB/HSV74°23.81%41.18%
CMYK5.71%0.00%23.81%
58.82%

Color #636950 in popluar number systems.

HEX636950
Decimal9910580
Binary110001111010011010000
Octal143151120

Shades and tints

Shades of #636950

#636950
(99,105,80)
#5A6049
(90,96,73)
#515742
(81,87,66)
#484E3B
(72,78,59)
#3F4534
(63,69,52)
#363C2D
(54,60,45)
#2D3326
(45,51,38)
#242A1F
(36,42,31)
#1B2118
(27,33,24)
#121811
(18,24,17)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #636950

#636950
(99,105,80)
#71765F
(113,118,95)
#7F836E
(127,131,110)
#8D907D
(141,144,125)
#9B9D8C
(155,157,140)
#A9AA9B
(169,170,155)
#B7B7AA
(183,183,170)
#C5C4B9
(197,196,185)
#D3D1C8
(211,209,200)
#E1DED7
(225,222,215)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636950; }

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

This text font color is #636950.


Background Color

.myBgColor { background-color: #636950; }

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

This div background color is #636950.


Border color

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

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

This div border color is #636950.


Opacity

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

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

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

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

This text has shadow with #636950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636950 on black background.


Color preview on white background

This text has color #636950 on white background.



Black color preview on #636950 background

This text has black color on #636950 background.


White color preview on #636950 background

This text has white color on #636950 background.