COLOR #636E4D

HEX: #636E4D RGB: (99,110,77)

Color info

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

RGB color model

#636E4D color RGB value is (99,110,77).

RGB: (99,110,77) (39%, 43%, 30%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 77 of 255 = 30%

99
110
77

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

Portions of RGB colors in percentages

R + G + B = 99 + 110 + 77 = 286 (100%)
R 99 of 286 ~ 34.62%
G 110 of 286 ~ 38.46%
B 77 of 286 ~ 26.92'%

%34.62
%38.46
%26.92

CMYK color model

#636E4D color CMYK value is (10,0,30,57).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%

CMYK: (10,0,30,57)
C10M0Y30K57 (10%, 0%, 30%, 57%)
(0.10 / 0.00 / 0.30 / 0.57)

CMYK percentages

%10
%0
%30
%56.86

Codes

Color #636E4D in popluar color models

63 6E 4D
RGB 99 110 77
HSL 80° 17.65% 36.67%
HSB/HSV 80° 30.00% 43.14%
CMYK 10.00% 0.00% 30.00%
56.86%

Color #636E4D in popluar number systems.

HEX 63 6E 4D
Decimal 99 110 77
Binary 1100011 1101110 1001101
Octal 143 156 115

Shades and tints

Shades of #636E4D

#636E4D
(99,110,77)
#5A6446
(90,100,70)
#515A3F
(81,90,63)
#485038
(72,80,56)
#3F4631
(63,70,49)
#363C2A
(54,60,42)
#2D3223
(45,50,35)
#24281C
(36,40,28)
#1B1E15
(27,30,21)
#12140E
(18,20,14)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #636E4D

#636E4D
(99,110,77)
#717B5D
(113,123,93)
#7F886D
(127,136,109)
#8D957D
(141,149,125)
#9BA28D
(155,162,141)
#A9AF9D
(169,175,157)
#B7BCAD
(183,188,173)
#C5C9BD
(197,201,189)
#D3D6CD
(211,214,205)
#E1E3DD
(225,227,221)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636E4D color. Also use rgb(99,110,77) instead hex code.

Text Font Color

.myTextColor { color: #636E4D; }

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

This text font color is #636E4D.

Background Color

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

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

This div background color is #636E4D.

Border color

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

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

This div border color is #636E4D.

Opacity

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

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

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

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

This text has shadow with #636E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636E4D.

Preview

Color preview on black background

This text has color #636E4D on black background.


Color preview on white background

This text has color #636E4D on white background.


Black color preview on #636E4D background

This text has black color on #636E4D background.


White color preview on #636E4D background

This text has white color on #636E4D background.


Related colors

Complementary color

Complementary color for #hex is #9C91B2.


I love getcolorcode.com

Triadic colors

1 #4D636E and #6E4D63 with #636E4D are triadic colors.

2 #4D6E63 and #6E634D with #636E4D are triadic colors.