COLOR #638B6F

HEX: #638B6F
RGB: (99,139,111)

Color info

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

RGB color model

#638B6F color RGB value is (99,139,111).

  • red value is 99;
  • green value is 139;
  • blue value is 111.
RGB:
(99,139,111)
(39%,55%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 111 of 255 = 44%

99
139
111

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 111 = 349 (100%)
R 99 of 349 ~ 28.37%
G 139 of 349 ~ 39.83%
B 111 of 349 ~ 31.81%

%28.37
%39.83
%31.81

CMYK color model

#638B6F color CMYK value is (29,0,20,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(29,0,20,45)
C29M0Y20K45 
(29%,0%,20%,45%)
(0.29/0.00/0.20/0.45)	

CMYK percentages

%28.78
%0
%20.14
%45.49

Codes

Color #638B6F in popluar color models

638B6F
RGB99139111
HSL138°16.81%46.67%
HSB/HSV138°28.78%54.51%
CMYK28.78%0.00%20.14%
45.49%

Color #638B6F in popluar number systems.

HEX638B6F
Decimal99139111
Binary1100011100010111101111
Octal143213157

Shades and tints

Shades of #638B6F

#638B6F
(99,139,111)
#5A7F65
(90,127,101)
#51735B
(81,115,91)
#486751
(72,103,81)
#3F5B47
(63,91,71)
#364F3D
(54,79,61)
#2D4333
(45,67,51)
#243729
(36,55,41)
#1B2B1F
(27,43,31)
#121F15
(18,31,21)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #638B6F

#638B6F
(99,139,111)
#71957C
(113,149,124)
#7F9F89
(127,159,137)
#8DA996
(141,169,150)
#9BB3A3
(155,179,163)
#A9BDB0
(169,189,176)
#B7C7BD
(183,199,189)
#C5D1CA
(197,209,202)
#D3DBD7
(211,219,215)
#E1E5E4
(225,229,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638B6F color. Also use rgb(99,139,111) instead hex code.

Text Font Color

.myTextColor { color: #638B6F; }

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

This text font color is #638B6F.


Background Color

.myBgColor { background-color: #638B6F; }

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

This div background color is #638B6F.


Border color

.myBorderColor { border: 1px solid #638B6F; }

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

This div border color is #638B6F.


Opacity

.myOpacity80 { color: #638B6F; opacity: 0.8; }

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

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

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

This text has shadow with #638B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B6F on black background.


Color preview on white background

This text has color #638B6F on white background.



Black color preview on #638B6F background

This text has black color on #638B6F background.


White color preview on #638B6F background

This text has white color on #638B6F background.