COLOR #636A2E

HEX: #636A2E RGB: (99,106,46)

Color info

#636A2E contains mainly red and green colors. Web safe color of #636A2E is #666633 (or #663).

RGB color model

#636A2E color RGB value is (99,106,46).

RGB: (99,106,46) (39%, 42%, 18%)

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 46 of 255 = 18%

99
106
46

R + G + B ~ 33%. #636A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 106 + 46 = 251 (100%)
R 99 of 251 ~ 39.44%
G 106 of 251 ~ 42.23%
B 46 of 251 ~ 18.33'%

%39.44
%42.23
%18.33

CMYK color model

#636A2E color CMYK value is (7,0,57,58).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 58.43%

CMYK: (7,0,57,58)
C7M0Y57K58 (7%, 0%, 57%, 58%)
(0.07 / 0.00 / 0.57 / 0.58)

CMYK percentages

%6.6
%0
%56.6
%58.43

Codes

Color #636A2E in popluar color models

63 6A 2E
RGB 99 106 46
HSL 67° 39.47% 29.80%
HSB/HSV 67° 56.60% 41.57%
CMYK 6.60% 0.00% 56.60%
58.43%

Color #636A2E in popluar number systems.

HEX 63 6A 2E
Decimal 99 106 46
Binary 1100011 1101010 101110
Octal 143 152 56

Shades and tints

Shades of #636A2E

#636A2E
(99,106,46)
#5A612A
(90,97,42)
#515826
(81,88,38)
#484F22
(72,79,34)
#3F461E
(63,70,30)
#363D1A
(54,61,26)
#2D3416
(45,52,22)
#242B12
(36,43,18)
#1B220E
(27,34,14)
#12190A
(18,25,10)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #636A2E

#636A2E
(99,106,46)
#717741
(113,119,65)
#7F8454
(127,132,84)
#8D9167
(141,145,103)
#9B9E7A
(155,158,122)
#A9AB8D
(169,171,141)
#B7B8A0
(183,184,160)
#C5C5B3
(197,197,179)
#D3D2C6
(211,210,198)
#E1DFD9
(225,223,217)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A2E color. Also use rgb(99,106,46) instead hex code.

Text Font Color

.myTextColor { color: #636A2E; }

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

This text font color is #636A2E.

Background Color

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

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

This div background color is #636A2E.

Border color

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

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

This div border color is #636A2E.

Opacity

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

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

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

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

This text has shadow with #636A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636A2E.

Preview

Color preview on black background

This text has color #636A2E on black background.


Color preview on white background

This text has color #636A2E on white background.


Black color preview on #636A2E background

This text has black color on #636A2E background.


White color preview on #636A2E background

This text has white color on #636A2E background.


Related colors

Complementary color

Complementary color for #hex is #9C95D1.


I love getcolorcode.com

Triadic colors

1 #2E636A and #6A2E63 with #636A2E are triadic colors.

2 #2E6A63 and #6A632E with #636A2E are triadic colors.