COLOR #636B4A

HEX: #636B4A
RGB: (99,107,74)

Color info

#636B4A contains red, green and blue colors in about the same proportion. Web safe color of #636B4A is #666633 (or #663).

RGB color model

#636B4A color RGB value is (99,107,74).

  • red value is 99;
  • green value is 107;
  • blue value is 74.
RGB:
(99,107,74)
(39%,42%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 107 of 255 = 42%
B 74 of 255 = 29%

99
107
74

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

Portions of RGB colors in percentages

R + G + B =
99 + 107 + 74 = 280 (100%)
R 99 of 280 ~ 35.36%
G 107 of 280 ~ 38.21%
B 74 of 280 ~ 26.43%

%35.36
%38.21
%26.43

CMYK color model

#636B4A color CMYK value is (7,0,31,58).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(7,0,31,58)
C7M0Y31K58 
(7%,0%,31%,58%)
(0.07/0.00/0.31/0.58)	

CMYK percentages

%7.48
%0
%30.84
%58.04

Codes

Color #636B4A in popluar color models

636B4A
RGB9910774
HSL75°18.23%35.49%
HSB/HSV75°30.84%41.96%
CMYK7.48%0.00%30.84%
58.04%

Color #636B4A in popluar number systems.

HEX636B4A
Decimal9910774
Binary110001111010111001010
Octal143153112

Shades and tints

Shades of #636B4A

#636B4A
(99,107,74)
#5A6244
(90,98,68)
#51593E
(81,89,62)
#485038
(72,80,56)
#3F4732
(63,71,50)
#363E2C
(54,62,44)
#2D3526
(45,53,38)
#242C20
(36,44,32)
#1B231A
(27,35,26)
#121A14
(18,26,20)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #636B4A

#636B4A
(99,107,74)
#71785A
(113,120,90)
#7F856A
(127,133,106)
#8D927A
(141,146,122)
#9B9F8A
(155,159,138)
#A9AC9A
(169,172,154)
#B7B9AA
(183,185,170)
#C5C6BA
(197,198,186)
#D3D3CA
(211,211,202)
#E1E0DA
(225,224,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636B4A color. Also use rgb(99,107,74) instead hex code.

Text Font Color

.myTextColor { color: #636B4A; }

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

This text font color is #636B4A.


Background Color

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

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

This div background color is #636B4A.


Border color

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

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

This div border color is #636B4A.


Opacity

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

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

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

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

This text has shadow with #636B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636B4A on black background.


Color preview on white background

This text has color #636B4A on white background.



Black color preview on #636B4A background

This text has black color on #636B4A background.


White color preview on #636B4A background

This text has white color on #636B4A background.