COLOR #639455

HEX: #639455
RGB: (99,148,85)

Color info

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

RGB color model

#639455 color RGB value is (99,148,85).

  • red value is 99;
  • green value is 148;
  • blue value is 85.
RGB:
(99,148,85)
(39%,58%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 85 of 255 = 33%

99
148
85

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

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 85 = 332 (100%)
R 99 of 332 ~ 29.82%
G 148 of 332 ~ 44.58%
B 85 of 332 ~ 25.6%

%29.82
%44.58
%25.6

CMYK color model

#639455 color CMYK value is (33,0,43,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 41.96%
CMYK:
(33,0,43,42)
C33M0Y43K42 
(33%,0%,43%,42%)
(0.33/0.00/0.43/0.42)	

CMYK percentages

%33.11
%0
%42.57
%41.96

Codes

Color #639455 in popluar color models

639455
RGB9914885
HSL107°27.04%45.69%
HSB/HSV107°42.57%58.04%
CMYK33.11%0.00%42.57%
41.96%

Color #639455 in popluar number systems.

HEX639455
Decimal9914885
Binary1100011100101001010101
Octal143224125

Shades and tints

Shades of #639455

#639455
(99,148,85)
#5A874E
(90,135,78)
#517A47
(81,122,71)
#486D40
(72,109,64)
#3F6039
(63,96,57)
#365332
(54,83,50)
#2D462B
(45,70,43)
#243924
(36,57,36)
#1B2C1D
(27,44,29)
#121F16
(18,31,22)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #639455

#639455
(99,148,85)
#719D64
(113,157,100)
#7FA673
(127,166,115)
#8DAF82
(141,175,130)
#9BB891
(155,184,145)
#A9C1A0
(169,193,160)
#B7CAAF
(183,202,175)
#C5D3BE
(197,211,190)
#D3DCCD
(211,220,205)
#E1E5DC
(225,229,220)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639455 color. Also use rgb(99,148,85) instead hex code.

Text Font Color

.myTextColor { color: #639455; }

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

This text font color is #639455.


Background Color

.myBgColor { background-color: #639455; }

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

This div background color is #639455.


Border color

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

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

This div border color is #639455.


Opacity

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

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

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

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

This text has shadow with #639455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639455 on black background.


Color preview on white background

This text has color #639455 on white background.



Black color preview on #639455 background

This text has black color on #639455 background.


White color preview on #639455 background

This text has white color on #639455 background.