COLOR #639164

HEX: #639164
RGB: (99,145,100)

Color info

#639164 contains red, green and blue colors in about the same proportion. Web safe color of #639164 is #669966 (or #696).

RGB color model

#639164 color RGB value is (99,145,100).

  • red value is 99;
  • green value is 145;
  • blue value is 100.
RGB:
(99,145,100)
(39%,57%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 145 of 255 = 57%
B 100 of 255 = 39%

99
145
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 145 + 100 = 344 (100%)
R 99 of 344 ~ 28.78%
G 145 of 344 ~ 42.15%
B 100 of 344 ~ 29.07%

%28.78
%42.15
%29.07

CMYK color model

#639164 color CMYK value is (32,0,31,43).

  • cyan value is 31.72%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 43.14%
CMYK:
(32,0,31,43)
C32M0Y31K43 
(32%,0%,31%,43%)
(0.32/0.00/0.31/0.43)	

CMYK percentages

%31.72
%0
%31.03
%43.14

Codes

Color #639164 in popluar color models

639164
RGB99145100
HSL121°18.85%47.84%
HSB/HSV121°31.72%56.86%
CMYK31.72%0.00%31.03%
43.14%

Color #639164 in popluar number systems.

HEX639164
Decimal99145100
Binary1100011100100011100100
Octal143221144

Shades and tints

Shades of #639164

#639164
(99,145,100)
#5A845B
(90,132,91)
#517752
(81,119,82)
#486A49
(72,106,73)
#3F5D40
(63,93,64)
#365037
(54,80,55)
#2D432E
(45,67,46)
#243625
(36,54,37)
#1B291C
(27,41,28)
#121C13
(18,28,19)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #639164

#639164
(99,145,100)
#719B72
(113,155,114)
#7FA580
(127,165,128)
#8DAF8E
(141,175,142)
#9BB99C
(155,185,156)
#A9C3AA
(169,195,170)
#B7CDB8
(183,205,184)
#C5D7C6
(197,215,198)
#D3E1D4
(211,225,212)
#E1EBE2
(225,235,226)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639164 color. Also use rgb(99,145,100) instead hex code.

Text Font Color

.myTextColor { color: #639164; }

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

This text font color is #639164.


Background Color

.myBgColor { background-color: #639164; }

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

This div background color is #639164.


Border color

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

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

This div border color is #639164.


Opacity

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

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

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

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

This text has shadow with #639164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639164 on black background.


Color preview on white background

This text has color #639164 on white background.



Black color preview on #639164 background

This text has black color on #639164 background.


White color preview on #639164 background

This text has white color on #639164 background.