COLOR #639501

HEX: #639501
RGB: (99,149,1)

Color info

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

RGB color model

#639501 color RGB value is (99,149,1).

  • red value is 99;
  • green value is 149;
  • blue value is 1.
RGB:
(99,149,1)
(39%,58%,0%)

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 1 of 255 = 0%

99
149
1

R + G + B ~ 32%. #639501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 1 = 249 (100%)
R 99 of 249 ~ 39.76%
G 149 of 249 ~ 59.84%
B 1 of 249 ~ 0.4%

%39.76
%59.84

CMYK color model

#639501 color CMYK value is (34,0,99,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 99.33%
  • key color value is 41.57%
CMYK:
(34,0,99,42)
C34M0Y99K42 
(34%,0%,99%,42%)
(0.34/0.00/0.99/0.42)	

CMYK percentages

%33.56
%0
%99.33
%41.57

Codes

Color #639501 in popluar color models

639501
RGB991491
HSL80°98.67%29.41%
HSB/HSV80°99.33%58.43%
CMYK33.56%0.00%99.33%
41.57%

Color #639501 in popluar number systems.

HEX639501
Decimal991491
Binary1100011100101011
Octal1432251

Shades and tints

Shades of #639501

#639501
(99,149,1)
#5A8801
(90,136,1)
#517B01
(81,123,1)
#486E01
(72,110,1)
#3F6101
(63,97,1)
#365401
(54,84,1)
#2D4701
(45,71,1)
#243A01
(36,58,1)
#1B2D01
(27,45,1)
#122001
(18,32,1)
#091301
(9,19,1)
#000000
(0,0,0)

Tints of #639501

#639501
(99,149,1)
#719E18
(113,158,24)
#7FA72F
(127,167,47)
#8DB046
(141,176,70)
#9BB95D
(155,185,93)
#A9C274
(169,194,116)
#B7CB8B
(183,203,139)
#C5D4A2
(197,212,162)
#D3DDB9
(211,221,185)
#E1E6D0
(225,230,208)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639501 color. Also use rgb(99,149,1) instead hex code.

Text Font Color

.myTextColor { color: #639501; }

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

This text font color is #639501.


Background Color

.myBgColor { background-color: #639501; }

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

This div background color is #639501.


Border color

.myBorderColor { border: 1px solid #639501; }

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

This div border color is #639501.


Opacity

.myOpacity80 { color: #639501; opacity: 0.8; }

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

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

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

This text has shadow with #639501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639501 on black background.


Color preview on white background

This text has color #639501 on white background.



Black color preview on #639501 background

This text has black color on #639501 background.


White color preview on #639501 background

This text has white color on #639501 background.