COLOR #639266

HEX: #639266
RGB: (99,146,102)

Color info

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

RGB color model

#639266 color RGB value is (99,146,102).

  • red value is 99;
  • green value is 146;
  • blue value is 102.
RGB:
(99,146,102)
(39%,57%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 146 of 255 = 57%
B 102 of 255 = 40%

99
146
102

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

Portions of RGB colors in percentages

R + G + B =
99 + 146 + 102 = 347 (100%)
R 99 of 347 ~ 28.53%
G 146 of 347 ~ 42.07%
B 102 of 347 ~ 29.39%

%28.53
%42.07
%29.39

CMYK color model

#639266 color CMYK value is (32,0,30,43).

  • cyan value is 32.19%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 42.75%
CMYK:
(32,0,30,43)
C32M0Y30K43 
(32%,0%,30%,43%)
(0.32/0.00/0.30/0.43)	

CMYK percentages

%32.19
%0
%30.14
%42.75

Codes

Color #639266 in popluar color models

639266
RGB99146102
HSL124°19.18%48.04%
HSB/HSV124°32.19%57.25%
CMYK32.19%0.00%30.14%
42.75%

Color #639266 in popluar number systems.

HEX639266
Decimal99146102
Binary1100011100100101100110
Octal143222146

Shades and tints

Shades of #639266

#639266
(99,146,102)
#5A855D
(90,133,93)
#517854
(81,120,84)
#486B4B
(72,107,75)
#3F5E42
(63,94,66)
#365139
(54,81,57)
#2D4430
(45,68,48)
#243727
(36,55,39)
#1B2A1E
(27,42,30)
#121D15
(18,29,21)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #639266

#639266
(99,146,102)
#719B73
(113,155,115)
#7FA480
(127,164,128)
#8DAD8D
(141,173,141)
#9BB69A
(155,182,154)
#A9BFA7
(169,191,167)
#B7C8B4
(183,200,180)
#C5D1C1
(197,209,193)
#D3DACE
(211,218,206)
#E1E3DB
(225,227,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639266 color. Also use rgb(99,146,102) instead hex code.

Text Font Color

.myTextColor { color: #639266; }

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

This text font color is #639266.


Background Color

.myBgColor { background-color: #639266; }

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

This div background color is #639266.


Border color

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

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

This div border color is #639266.


Opacity

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

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

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

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

This text has shadow with #639266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639266 on black background.


Color preview on white background

This text has color #639266 on white background.



Black color preview on #639266 background

This text has black color on #639266 background.


White color preview on #639266 background

This text has white color on #639266 background.