COLOR #638B69

HEX: #638B69
RGB: (99,139,105)

Color info

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

RGB color model

#638B69 color RGB value is (99,139,105).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 105 of 255 = 41%

99
139
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 105 = 343 (100%)
R 99 of 343 ~ 28.86%
G 139 of 343 ~ 40.52%
B 105 of 343 ~ 30.61%

%28.86
%40.52
%30.61

CMYK color model

#638B69 color CMYK value is (29,0,24,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 45.49%
CMYK:
(29,0,24,45)
C29M0Y24K45 
(29%,0%,24%,45%)
(0.29/0.00/0.24/0.45)	

CMYK percentages

%28.78
%0
%24.46
%45.49

Codes

Color #638B69 in popluar color models

638B69
RGB99139105
HSL129°16.81%46.67%
HSB/HSV129°28.78%54.51%
CMYK28.78%0.00%24.46%
45.49%

Color #638B69 in popluar number systems.

HEX638B69
Decimal99139105
Binary1100011100010111101001
Octal143213151

Shades and tints

Shades of #638B69

#638B69
(99,139,105)
#5A7F60
(90,127,96)
#517357
(81,115,87)
#48674E
(72,103,78)
#3F5B45
(63,91,69)
#364F3C
(54,79,60)
#2D4333
(45,67,51)
#24372A
(36,55,42)
#1B2B21
(27,43,33)
#121F18
(18,31,24)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #638B69

#638B69
(99,139,105)
#719576
(113,149,118)
#7F9F83
(127,159,131)
#8DA990
(141,169,144)
#9BB39D
(155,179,157)
#A9BDAA
(169,189,170)
#B7C7B7
(183,199,183)
#C5D1C4
(197,209,196)
#D3DBD1
(211,219,209)
#E1E5DE
(225,229,222)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B69; }

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

This text font color is #638B69.


Background Color

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

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

This div background color is #638B69.


Border color

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

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

This div border color is #638B69.


Opacity

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

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

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

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

This text has shadow with #638B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B69 on black background.


Color preview on white background

This text has color #638B69 on white background.



Black color preview on #638B69 background

This text has black color on #638B69 background.


White color preview on #638B69 background

This text has white color on #638B69 background.