COLOR #636941

HEX: #636941
RGB: (99,105,65)

Color info

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

RGB color model

#636941 color RGB value is (99,105,65).

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

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 65 of 255 = 25%

99
105
65

R + G + B ~ 35%. #636941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 65 = 269 (100%)
R 99 of 269 ~ 36.8%
G 105 of 269 ~ 39.03%
B 65 of 269 ~ 24.16%

%36.8
%39.03
%24.16

CMYK color model

#636941 color CMYK value is (6,0,38,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(6,0,38,59)
C6M0Y38K59 
(6%,0%,38%,59%)
(0.06/0.00/0.38/0.59)	

CMYK percentages

%5.71
%0
%38.1
%58.82

Codes

Color #636941 in popluar color models

636941
RGB9910565
HSL69°23.53%33.33%
HSB/HSV69°38.10%41.18%
CMYK5.71%0.00%38.10%
58.82%

Color #636941 in popluar number systems.

HEX636941
Decimal9910565
Binary110001111010011000001
Octal143151101

Shades and tints

Shades of #636941

#636941
(99,105,65)
#5A603C
(90,96,60)
#515737
(81,87,55)
#484E32
(72,78,50)
#3F452D
(63,69,45)
#363C28
(54,60,40)
#2D3323
(45,51,35)
#242A1E
(36,42,30)
#1B2119
(27,33,25)
#121814
(18,24,20)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #636941

#636941
(99,105,65)
#717652
(113,118,82)
#7F8363
(127,131,99)
#8D9074
(141,144,116)
#9B9D85
(155,157,133)
#A9AA96
(169,170,150)
#B7B7A7
(183,183,167)
#C5C4B8
(197,196,184)
#D3D1C9
(211,209,201)
#E1DEDA
(225,222,218)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636941; }

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

This text font color is #636941.


Background Color

.myBgColor { background-color: #636941; }

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

This div background color is #636941.


Border color

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

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

This div border color is #636941.


Opacity

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

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

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

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

This text has shadow with #636941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636941 on black background.


Color preview on white background

This text has color #636941 on white background.



Black color preview on #636941 background

This text has black color on #636941 background.


White color preview on #636941 background

This text has white color on #636941 background.