COLOR #639552

HEX: #639552
RGB: (99,149,82)

Color info

#639552 contains mainly red and green colors. Web safe color of #639552 is #669966 (or #696).

RGB color model

#639552 color RGB value is (99,149,82).

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

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 82 of 255 = 32%

99
149
82

R + G + B ~ 43%. #639552 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 82 = 330 (100%)
R 99 of 330 ~ 30%
G 149 of 330 ~ 45.15%
B 82 of 330 ~ 24.85%

%30
%45.15
%24.85

CMYK color model

#639552 color CMYK value is (34,0,45,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK:
(34,0,45,42)
C34M0Y45K42 
(34%,0%,45%,42%)
(0.34/0.00/0.45/0.42)	

CMYK percentages

%33.56
%0
%44.97
%41.57

Codes

Color #639552 in popluar color models

639552
RGB9914982
HSL105°29.00%45.29%
HSB/HSV105°44.97%58.43%
CMYK33.56%0.00%44.97%
41.57%

Color #639552 in popluar number systems.

HEX639552
Decimal9914982
Binary1100011100101011010010
Octal143225122

Shades and tints

Shades of #639552

#639552
(99,149,82)
#5A884B
(90,136,75)
#517B44
(81,123,68)
#486E3D
(72,110,61)
#3F6136
(63,97,54)
#36542F
(54,84,47)
#2D4728
(45,71,40)
#243A21
(36,58,33)
#1B2D1A
(27,45,26)
#122013
(18,32,19)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #639552

#639552
(99,149,82)
#719E61
(113,158,97)
#7FA770
(127,167,112)
#8DB07F
(141,176,127)
#9BB98E
(155,185,142)
#A9C29D
(169,194,157)
#B7CBAC
(183,203,172)
#C5D4BB
(197,212,187)
#D3DDCA
(211,221,202)
#E1E6D9
(225,230,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639552; }

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

This text font color is #639552.


Background Color

.myBgColor { background-color: #639552; }

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

This div background color is #639552.


Border color

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

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

This div border color is #639552.


Opacity

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

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

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

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

This text has shadow with #639552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639552 on black background.


Color preview on white background

This text has color #639552 on white background.



Black color preview on #639552 background

This text has black color on #639552 background.


White color preview on #639552 background

This text has white color on #639552 background.