COLOR #636C55

HEX: #636C55
RGB: (99,108,85)

Color info

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

RGB color model

#636C55 color RGB value is (99,108,85).

  • red value is 99;
  • green value is 108;
  • blue value is 85.
RGB:
(99,108,85)
(39%,42%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 85 of 255 = 33%

99
108
85

R + G + B ~ 38%. #636C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 108 + 85 = 292 (100%)
R 99 of 292 ~ 33.9%
G 108 of 292 ~ 36.99%
B 85 of 292 ~ 29.11%

%33.9
%36.99
%29.11

CMYK color model

#636C55 color CMYK value is (8,0,21,58).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(8,0,21,58)
C8M0Y21K58 
(8%,0%,21%,58%)
(0.08/0.00/0.21/0.58)	

CMYK percentages

%8.33
%0
%21.3
%57.65

Codes

Color #636C55 in popluar color models

636C55
RGB9910885
HSL83°11.92%37.84%
HSB/HSV83°21.30%42.35%
CMYK8.33%0.00%21.30%
57.65%

Color #636C55 in popluar number systems.

HEX636C55
Decimal9910885
Binary110001111011001010101
Octal143154125

Shades and tints

Shades of #636C55

#636C55
(99,108,85)
#5A634E
(90,99,78)
#515A47
(81,90,71)
#485140
(72,81,64)
#3F4839
(63,72,57)
#363F32
(54,63,50)
#2D362B
(45,54,43)
#242D24
(36,45,36)
#1B241D
(27,36,29)
#121B16
(18,27,22)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #636C55

#636C55
(99,108,85)
#717964
(113,121,100)
#7F8673
(127,134,115)
#8D9382
(141,147,130)
#9BA091
(155,160,145)
#A9ADA0
(169,173,160)
#B7BAAF
(183,186,175)
#C5C7BE
(197,199,190)
#D3D4CD
(211,212,205)
#E1E1DC
(225,225,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636C55 color. Also use rgb(99,108,85) instead hex code.

Text Font Color

.myTextColor { color: #636C55; }

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

This text font color is #636C55.


Background Color

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

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

This div background color is #636C55.


Border color

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

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

This div border color is #636C55.


Opacity

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

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

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

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

This text has shadow with #636C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636C55 on black background.


Color preview on white background

This text has color #636C55 on white background.



Black color preview on #636C55 background

This text has black color on #636C55 background.


White color preview on #636C55 background

This text has white color on #636C55 background.