COLOR #638967

HEX: #638967
RGB: (99,137,103)

Color info

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

RGB color model

#638967 color RGB value is (99,137,103).

  • red value is 99;
  • green value is 137;
  • blue value is 103.
RGB:
(99,137,103)
(39%,54%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 103 of 255 = 40%

99
137
103

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 103 = 339 (100%)
R 99 of 339 ~ 29.2%
G 137 of 339 ~ 40.41%
B 103 of 339 ~ 30.38%

%29.2
%40.41
%30.38

CMYK color model

#638967 color CMYK value is (28,0,25,46).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(28,0,25,46)
C28M0Y25K46 
(28%,0%,25%,46%)
(0.28/0.00/0.25/0.46)	

CMYK percentages

%27.74
%0
%24.82
%46.27

Codes

Color #638967 in popluar color models

638967
RGB99137103
HSL126°16.10%46.27%
HSB/HSV126°27.74%53.73%
CMYK27.74%0.00%24.82%
46.27%

Color #638967 in popluar number systems.

HEX638967
Decimal99137103
Binary1100011100010011100111
Octal143211147

Shades and tints

Shades of #638967

#638967
(99,137,103)
#5A7D5E
(90,125,94)
#517155
(81,113,85)
#48654C
(72,101,76)
#3F5943
(63,89,67)
#364D3A
(54,77,58)
#2D4131
(45,65,49)
#243528
(36,53,40)
#1B291F
(27,41,31)
#121D16
(18,29,22)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #638967

#638967
(99,137,103)
#719374
(113,147,116)
#7F9D81
(127,157,129)
#8DA78E
(141,167,142)
#9BB19B
(155,177,155)
#A9BBA8
(169,187,168)
#B7C5B5
(183,197,181)
#C5CFC2
(197,207,194)
#D3D9CF
(211,217,207)
#E1E3DC
(225,227,220)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638967; }

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

This text font color is #638967.


Background Color

.myBgColor { background-color: #638967; }

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

This div background color is #638967.


Border color

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

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

This div border color is #638967.


Opacity

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

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

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

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

This text has shadow with #638967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638967 on black background.


Color preview on white background

This text has color #638967 on white background.



Black color preview on #638967 background

This text has black color on #638967 background.


White color preview on #638967 background

This text has white color on #638967 background.