COLOR #638B7A

HEX: #638B7A
RGB: (99,139,122)

Color info

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

RGB color model

#638B7A color RGB value is (99,139,122).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 122 of 255 = 48%

99
139
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 122 = 360 (100%)
R 99 of 360 ~ 27.5%
G 139 of 360 ~ 38.61%
B 122 of 360 ~ 33.89%

%27.5
%38.61
%33.89

CMYK color model

#638B7A color CMYK value is (29,0,12,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(29,0,12,45)
C29M0Y12K45 
(29%,0%,12%,45%)
(0.29/0.00/0.12/0.45)	

CMYK percentages

%28.78
%0
%12.23
%45.49

Codes

Color #638B7A in popluar color models

638B7A
RGB99139122
HSL155°16.81%46.67%
HSB/HSV155°28.78%54.51%
CMYK28.78%0.00%12.23%
45.49%

Color #638B7A in popluar number systems.

HEX638B7A
Decimal99139122
Binary1100011100010111111010
Octal143213172

Shades and tints

Shades of #638B7A

#638B7A
(99,139,122)
#5A7F6F
(90,127,111)
#517364
(81,115,100)
#486759
(72,103,89)
#3F5B4E
(63,91,78)
#364F43
(54,79,67)
#2D4338
(45,67,56)
#24372D
(36,55,45)
#1B2B22
(27,43,34)
#121F17
(18,31,23)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #638B7A

#638B7A
(99,139,122)
#719586
(113,149,134)
#7F9F92
(127,159,146)
#8DA99E
(141,169,158)
#9BB3AA
(155,179,170)
#A9BDB6
(169,189,182)
#B7C7C2
(183,199,194)
#C5D1CE
(197,209,206)
#D3DBDA
(211,219,218)
#E1E5E6
(225,229,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B7A; }

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

This text font color is #638B7A.


Background Color

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

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

This div background color is #638B7A.


Border color

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

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

This div border color is #638B7A.


Opacity

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

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

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

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

This text has shadow with #638B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B7A on black background.


Color preview on white background

This text has color #638B7A on white background.



Black color preview on #638B7A background

This text has black color on #638B7A background.


White color preview on #638B7A background

This text has white color on #638B7A background.