COLOR #638C11

HEX: #638C11
RGB: (99,140,17)

Color info

#638C11 contains mainly red and green colors. Web safe color of #638C11 is #669900 (or #690).

RGB color model

#638C11 color RGB value is (99,140,17).

  • red value is 99;
  • green value is 140;
  • blue value is 17.
RGB:
(99,140,17)
(39%,55%,7%)

RGB channels and saturation

R 99 of 255 = 39%
G 140 of 255 = 55%
B 17 of 255 = 7%

99
140
17

R + G + B ~ 34%. #638C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 140 + 17 = 256 (100%)
R 99 of 256 ~ 38.67%
G 140 of 256 ~ 54.69%
B 17 of 256 ~ 6.64%

%38.67
%54.69

CMYK color model

#638C11 color CMYK value is (29,0,88,45).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 87.86%
  • key color value is 45.10%
CMYK:
(29,0,88,45)
C29M0Y88K45 
(29%,0%,88%,45%)
(0.29/0.00/0.88/0.45)	

CMYK percentages

%29.29
%0
%87.86
%45.1

Codes

Color #638C11 in popluar color models

638C11
RGB9914017
HSL80°78.34%30.78%
HSB/HSV80°87.86%54.90%
CMYK29.29%0.00%87.86%
45.10%

Color #638C11 in popluar number systems.

HEX638C11
Decimal9914017
Binary11000111000110010001
Octal14321421

Shades and tints

Shades of #638C11

#638C11
(99,140,17)
#5A8010
(90,128,16)
#51740F
(81,116,15)
#48680E
(72,104,14)
#3F5C0D
(63,92,13)
#36500C
(54,80,12)
#2D440B
(45,68,11)
#24380A
(36,56,10)
#1B2C09
(27,44,9)
#122008
(18,32,8)
#091407
(9,20,7)
#000000
(0,0,0)

Tints of #638C11

#638C11
(99,140,17)
#719626
(113,150,38)
#7FA03B
(127,160,59)
#8DAA50
(141,170,80)
#9BB465
(155,180,101)
#A9BE7A
(169,190,122)
#B7C88F
(183,200,143)
#C5D2A4
(197,210,164)
#D3DCB9
(211,220,185)
#E1E6CE
(225,230,206)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638C11 color. Also use rgb(99,140,17) instead hex code.

Text Font Color

.myTextColor { color: #638C11; }

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

This text font color is #638C11.


Background Color

.myBgColor { background-color: #638C11; }

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

This div background color is #638C11.


Border color

.myBorderColor { border: 1px solid #638C11; }

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

This div border color is #638C11.


Opacity

.myOpacity80 { color: #638C11; opacity: 0.8; }

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

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

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

This text has shadow with #638C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638C11 on black background.


Color preview on white background

This text has color #638C11 on white background.



Black color preview on #638C11 background

This text has black color on #638C11 background.


White color preview on #638C11 background

This text has white color on #638C11 background.