COLOR #639263

HEX: #639263
RGB: (99,146,99)

Color info

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

RGB color model

#639263 color RGB value is (99,146,99).

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

RGB channels and saturation

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

99
146
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 146 + 99 = 344 (100%)
R 99 of 344 ~ 28.78%
G 146 of 344 ~ 42.44%
B 99 of 344 ~ 28.78%

%28.78
%42.44
%28.78

CMYK color model

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

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

CMYK percentages

%32.19
%0
%32.19
%42.75

Codes

Color #639263 in popluar color models

639263
RGB9914699
HSL120°19.18%48.04%
HSB/HSV120°32.19%57.25%
CMYK32.19%0.00%32.19%
42.75%

Color #639263 in popluar number systems.

HEX639263
Decimal9914699
Binary1100011100100101100011
Octal143222143

Shades and tints

Shades of #639263

#639263
(99,146,99)
#5A855A
(90,133,90)
#517851
(81,120,81)
#486B48
(72,107,72)
#3F5E3F
(63,94,63)
#365136
(54,81,54)
#2D442D
(45,68,45)
#243724
(36,55,36)
#1B2A1B
(27,42,27)
#121D12
(18,29,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #639263

#639263
(99,146,99)
#719B71
(113,155,113)
#7FA47F
(127,164,127)
#8DAD8D
(141,173,141)
#9BB69B
(155,182,155)
#A9BFA9
(169,191,169)
#B7C8B7
(183,200,183)
#C5D1C5
(197,209,197)
#D3DAD3
(211,218,211)
#E1E3E1
(225,227,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639263; }

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

This text font color is #639263.


Background Color

.myBgColor { background-color: #639263; }

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

This div background color is #639263.


Border color

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

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

This div border color is #639263.


Opacity

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

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

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

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

This text has shadow with #639263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639263 on black background.


Color preview on white background

This text has color #639263 on white background.



Black color preview on #639263 background

This text has black color on #639263 background.


White color preview on #639263 background

This text has white color on #639263 background.