COLOR #638F36

HEX: #638F36
RGB: (99,143,54)

Color info

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

RGB color model

#638F36 color RGB value is (99,143,54).

  • red value is 99;
  • green value is 143;
  • blue value is 54.
RGB:
(99,143,54)
(39%,56%,21%)

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 54 of 255 = 21%

99
143
54

R + G + B ~ 39%. #638F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 143 + 54 = 296 (100%)
R 99 of 296 ~ 33.45%
G 143 of 296 ~ 48.31%
B 54 of 296 ~ 18.24%

%33.45
%48.31
%18.24

CMYK color model

#638F36 color CMYK value is (31,0,62,44).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 43.92%
CMYK:
(31,0,62,44)
C31M0Y62K44 
(31%,0%,62%,44%)
(0.31/0.00/0.62/0.44)	

CMYK percentages

%30.77
%0
%62.24
%43.92

Codes

Color #638F36 in popluar color models

638F36
RGB9914354
HSL90°45.18%38.63%
HSB/HSV90°62.24%56.08%
CMYK30.77%0.00%62.24%
43.92%

Color #638F36 in popluar number systems.

HEX638F36
Decimal9914354
Binary110001110001111110110
Octal14321766

Shades and tints

Shades of #638F36

#638F36
(99,143,54)
#5A8232
(90,130,50)
#51752E
(81,117,46)
#48682A
(72,104,42)
#3F5B26
(63,91,38)
#364E22
(54,78,34)
#2D411E
(45,65,30)
#24341A
(36,52,26)
#1B2716
(27,39,22)
#121A12
(18,26,18)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #638F36

#638F36
(99,143,54)
#719948
(113,153,72)
#7FA35A
(127,163,90)
#8DAD6C
(141,173,108)
#9BB77E
(155,183,126)
#A9C190
(169,193,144)
#B7CBA2
(183,203,162)
#C5D5B4
(197,213,180)
#D3DFC6
(211,223,198)
#E1E9D8
(225,233,216)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638F36 color. Also use rgb(99,143,54) instead hex code.

Text Font Color

.myTextColor { color: #638F36; }

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

This text font color is #638F36.


Background Color

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

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

This div background color is #638F36.


Border color

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

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

This div border color is #638F36.


Opacity

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

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

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

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

This text has shadow with #638F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638F36 on black background.


Color preview on white background

This text has color #638F36 on white background.



Black color preview on #638F36 background

This text has black color on #638F36 background.


White color preview on #638F36 background

This text has white color on #638F36 background.