COLOR #638B7D

HEX: #638B7D
RGB: (99,139,125)

Color info

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

RGB color model

#638B7D color RGB value is (99,139,125).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 125 of 255 = 49%

99
139
125

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 125 = 363 (100%)
R 99 of 363 ~ 27.27%
G 139 of 363 ~ 38.29%
B 125 of 363 ~ 34.44%

%27.27
%38.29
%34.44

CMYK color model

#638B7D color CMYK value is (29,0,10,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(29,0,10,45)
C29M0Y10K45 
(29%,0%,10%,45%)
(0.29/0.00/0.10/0.45)	

CMYK percentages

%28.78
%0
%10.07
%45.49

Codes

Color #638B7D in popluar color models

638B7D
RGB99139125
HSL159°16.81%46.67%
HSB/HSV159°28.78%54.51%
CMYK28.78%0.00%10.07%
45.49%

Color #638B7D in popluar number systems.

HEX638B7D
Decimal99139125
Binary1100011100010111111101
Octal143213175

Shades and tints

Shades of #638B7D

#638B7D
(99,139,125)
#5A7F72
(90,127,114)
#517367
(81,115,103)
#48675C
(72,103,92)
#3F5B51
(63,91,81)
#364F46
(54,79,70)
#2D433B
(45,67,59)
#243730
(36,55,48)
#1B2B25
(27,43,37)
#121F1A
(18,31,26)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #638B7D

#638B7D
(99,139,125)
#719588
(113,149,136)
#7F9F93
(127,159,147)
#8DA99E
(141,169,158)
#9BB3A9
(155,179,169)
#A9BDB4
(169,189,180)
#B7C7BF
(183,199,191)
#C5D1CA
(197,209,202)
#D3DBD5
(211,219,213)
#E1E5E0
(225,229,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B7D; }

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

This text font color is #638B7D.


Background Color

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

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

This div background color is #638B7D.


Border color

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

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

This div border color is #638B7D.


Opacity

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

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

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

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

This text has shadow with #638B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B7D on black background.


Color preview on white background

This text has color #638B7D on white background.



Black color preview on #638B7D background

This text has black color on #638B7D background.


White color preview on #638B7D background

This text has white color on #638B7D background.