COLOR #639469

HEX: #639469
RGB: (99,148,105)

Color info

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

RGB color model

#639469 color RGB value is (99,148,105).

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

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 105 of 255 = 41%

99
148
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 105 = 352 (100%)
R 99 of 352 ~ 28.13%
G 148 of 352 ~ 42.05%
B 105 of 352 ~ 29.83%

%28.13
%42.05
%29.83

CMYK color model

#639469 color CMYK value is (33,0,29,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 41.96%
CMYK:
(33,0,29,42)
C33M0Y29K42 
(33%,0%,29%,42%)
(0.33/0.00/0.29/0.42)	

CMYK percentages

%33.11
%0
%29.05
%41.96

Codes

Color #639469 in popluar color models

639469
RGB99148105
HSL127°19.84%48.43%
HSB/HSV127°33.11%58.04%
CMYK33.11%0.00%29.05%
41.96%

Color #639469 in popluar number systems.

HEX639469
Decimal99148105
Binary1100011100101001101001
Octal143224151

Shades and tints

Shades of #639469

#639469
(99,148,105)
#5A8760
(90,135,96)
#517A57
(81,122,87)
#486D4E
(72,109,78)
#3F6045
(63,96,69)
#36533C
(54,83,60)
#2D4633
(45,70,51)
#24392A
(36,57,42)
#1B2C21
(27,44,33)
#121F18
(18,31,24)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #639469

#639469
(99,148,105)
#719D76
(113,157,118)
#7FA683
(127,166,131)
#8DAF90
(141,175,144)
#9BB89D
(155,184,157)
#A9C1AA
(169,193,170)
#B7CAB7
(183,202,183)
#C5D3C4
(197,211,196)
#D3DCD1
(211,220,209)
#E1E5DE
(225,229,222)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639469; }

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

This text font color is #639469.


Background Color

.myBgColor { background-color: #639469; }

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

This div background color is #639469.


Border color

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

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

This div border color is #639469.


Opacity

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

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

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

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

This text has shadow with #639469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639469 on black background.


Color preview on white background

This text has color #639469 on white background.



Black color preview on #639469 background

This text has black color on #639469 background.


White color preview on #639469 background

This text has white color on #639469 background.