COLOR #636C1F

HEX: #636C1F
RGB: (99,108,31)

Color info

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

RGB color model

#636C1F color RGB value is (99,108,31).

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

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 31 of 255 = 12%

99
108
31

R + G + B ~ 31%. #636C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 108 + 31 = 238 (100%)
R 99 of 238 ~ 41.6%
G 108 of 238 ~ 45.38%
B 31 of 238 ~ 13.03%

%41.6
%45.38
%13.03

CMYK color model

#636C1F color CMYK value is (8,0,71,58).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 71.30%
  • key color value is 57.65%
CMYK:
(8,0,71,58)
C8M0Y71K58 
(8%,0%,71%,58%)
(0.08/0.00/0.71/0.58)	

CMYK percentages

%8.33
%0
%71.3
%57.65

Codes

Color #636C1F in popluar color models

636C1F
RGB9910831
HSL67°55.40%27.25%
HSB/HSV67°71.30%42.35%
CMYK8.33%0.00%71.30%
57.65%

Color #636C1F in popluar number systems.

HEX636C1F
Decimal9910831
Binary1100011110110011111
Octal14315437

Shades and tints

Shades of #636C1F

#636C1F
(99,108,31)
#5A631D
(90,99,29)
#515A1B
(81,90,27)
#485119
(72,81,25)
#3F4817
(63,72,23)
#363F15
(54,63,21)
#2D3613
(45,54,19)
#242D11
(36,45,17)
#1B240F
(27,36,15)
#121B0D
(18,27,13)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #636C1F

#636C1F
(99,108,31)
#717933
(113,121,51)
#7F8647
(127,134,71)
#8D935B
(141,147,91)
#9BA06F
(155,160,111)
#A9AD83
(169,173,131)
#B7BA97
(183,186,151)
#C5C7AB
(197,199,171)
#D3D4BF
(211,212,191)
#E1E1D3
(225,225,211)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636C1F; }

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

This text font color is #636C1F.


Background Color

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

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

This div background color is #636C1F.


Border color

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

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

This div border color is #636C1F.


Opacity

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

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

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

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

This text has shadow with #636C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636C1F on black background.


Color preview on white background

This text has color #636C1F on white background.



Black color preview on #636C1F background

This text has black color on #636C1F background.


White color preview on #636C1F background

This text has white color on #636C1F background.