COLOR #638E2F

HEX: #638E2F
RGB: (99,142,47)

Color info

#638E2F contains mainly red and green colors. Web safe color of #638E2F is #669933 (or #693).

RGB color model

#638E2F color RGB value is (99,142,47).

  • red value is 99;
  • green value is 142;
  • blue value is 47.
RGB:
(99,142,47)
(39%,56%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 47 of 255 = 18%

99
142
47

R + G + B ~ 38%. #638E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 142 + 47 = 288 (100%)
R 99 of 288 ~ 34.38%
G 142 of 288 ~ 49.31%
B 47 of 288 ~ 16.32%

%34.38
%49.31
%16.32

CMYK color model

#638E2F color CMYK value is (30,0,67,44).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 66.90%
  • key color value is 44.31%
CMYK:
(30,0,67,44)
C30M0Y67K44 
(30%,0%,67%,44%)
(0.30/0.00/0.67/0.44)	

CMYK percentages

%30.28
%0
%66.9
%44.31

Codes

Color #638E2F in popluar color models

638E2F
RGB9914247
HSL87°50.26%37.06%
HSB/HSV87°66.90%55.69%
CMYK30.28%0.00%66.90%
44.31%

Color #638E2F in popluar number systems.

HEX638E2F
Decimal9914247
Binary110001110001110101111
Octal14321657

Shades and tints

Shades of #638E2F

#638E2F
(99,142,47)
#5A822B
(90,130,43)
#517627
(81,118,39)
#486A23
(72,106,35)
#3F5E1F
(63,94,31)
#36521B
(54,82,27)
#2D4617
(45,70,23)
#243A13
(36,58,19)
#1B2E0F
(27,46,15)
#12220B
(18,34,11)
#091607
(9,22,7)
#000000
(0,0,0)

Tints of #638E2F

#638E2F
(99,142,47)
#719841
(113,152,65)
#7FA253
(127,162,83)
#8DAC65
(141,172,101)
#9BB677
(155,182,119)
#A9C089
(169,192,137)
#B7CA9B
(183,202,155)
#C5D4AD
(197,212,173)
#D3DEBF
(211,222,191)
#E1E8D1
(225,232,209)
#EFF2E3
(239,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638E2F color. Also use rgb(99,142,47) instead hex code.

Text Font Color

.myTextColor { color: #638E2F; }

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

This text font color is #638E2F.


Background Color

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

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

This div background color is #638E2F.


Border color

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

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

This div border color is #638E2F.


Opacity

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

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

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

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

This text has shadow with #638E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638E2F on black background.


Color preview on white background

This text has color #638E2F on white background.



Black color preview on #638E2F background

This text has black color on #638E2F background.


White color preview on #638E2F background

This text has white color on #638E2F background.