COLOR #636E1E

HEX: #636E1E
RGB: (99,110,30)

Color info

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

RGB color model

#636E1E color RGB value is (99,110,30).

  • red value is 99;
  • green value is 110;
  • blue value is 30.
RGB:
(99,110,30)
(39%,43%,12%)

RGB channels and saturation

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

99
110
30

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 30 = 239 (100%)
R 99 of 239 ~ 41.42%
G 110 of 239 ~ 46.03%
B 30 of 239 ~ 12.55%

%41.42
%46.03
%12.55

CMYK color model

#636E1E color CMYK value is (10,0,73,57).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 56.86%
CMYK:
(10,0,73,57)
C10M0Y73K57 
(10%,0%,73%,57%)
(0.10/0.00/0.73/0.57)	

CMYK percentages

%10
%0
%72.73
%56.86

Codes

Color #636E1E in popluar color models

636E1E
RGB9911030
HSL68°57.14%27.45%
HSB/HSV68°72.73%43.14%
CMYK10.00%0.00%72.73%
56.86%

Color #636E1E in popluar number systems.

HEX636E1E
Decimal9911030
Binary1100011110111011110
Octal14315636

Shades and tints

Shades of #636E1E

#636E1E
(99,110,30)
#5A641C
(90,100,28)
#515A1A
(81,90,26)
#485018
(72,80,24)
#3F4616
(63,70,22)
#363C14
(54,60,20)
#2D3212
(45,50,18)
#242810
(36,40,16)
#1B1E0E
(27,30,14)
#12140C
(18,20,12)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #636E1E

#636E1E
(99,110,30)
#717B32
(113,123,50)
#7F8846
(127,136,70)
#8D955A
(141,149,90)
#9BA26E
(155,162,110)
#A9AF82
(169,175,130)
#B7BC96
(183,188,150)
#C5C9AA
(197,201,170)
#D3D6BE
(211,214,190)
#E1E3D2
(225,227,210)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636E1E; }

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

This text font color is #636E1E.


Background Color

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

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

This div background color is #636E1E.


Border color

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

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

This div border color is #636E1E.


Opacity

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

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

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

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

This text has shadow with #636E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636E1E on black background.


Color preview on white background

This text has color #636E1E on white background.



Black color preview on #636E1E background

This text has black color on #636E1E background.


White color preview on #636E1E background

This text has white color on #636E1E background.