COLOR #638D8F

HEX: #638D8F
RGB: (99,141,143)

Color info

#638D8F contains red, green and blue colors in about the same proportion. Web safe color of #638D8F is #669999 (or #699).

RGB color model

#638D8F color RGB value is (99,141,143).

  • red value is 99;
  • green value is 141;
  • blue value is 143.
RGB:
(99,141,143)
(39%,55%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 141 of 255 = 55%
B 143 of 255 = 56%

99
141
143

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

Portions of RGB colors in percentages

R + G + B =
99 + 141 + 143 = 383 (100%)
R 99 of 383 ~ 25.85%
G 141 of 383 ~ 36.81%
B 143 of 383 ~ 37.34%

%25.85
%36.81
%37.34

CMYK color model

#638D8F color CMYK value is (31,1,0,44).

  • cyan value is 30.77%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,1,0,44)
C31M1Y0K44 
(31%,1%,0%,44%)
(0.31/0.01/0.00/0.44)	

CMYK percentages

%30.77
%1.4
%0
%43.92

Codes

Color #638D8F in popluar color models

638D8F
RGB99141143
HSL183°18.18%47.45%
HSB/HSV183°30.77%56.08%
CMYK30.77%1.40%0.00%
43.92%

Color #638D8F in popluar number systems.

HEX638D8F
Decimal99141143
Binary11000111000110110001111
Octal143215217

Shades and tints

Shades of #638D8F

#638D8F
(99,141,143)
#5A8182
(90,129,130)
#517575
(81,117,117)
#486968
(72,105,104)
#3F5D5B
(63,93,91)
#36514E
(54,81,78)
#2D4541
(45,69,65)
#243934
(36,57,52)
#1B2D27
(27,45,39)
#12211A
(18,33,26)
#09150D
(9,21,13)
#000000
(0,0,0)

Tints of #638D8F

#638D8F
(99,141,143)
#719799
(113,151,153)
#7FA1A3
(127,161,163)
#8DABAD
(141,171,173)
#9BB5B7
(155,181,183)
#A9BFC1
(169,191,193)
#B7C9CB
(183,201,203)
#C5D3D5
(197,211,213)
#D3DDDF
(211,221,223)
#E1E7E9
(225,231,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638D8F color. Also use rgb(99,141,143) instead hex code.

Text Font Color

.myTextColor { color: #638D8F; }

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

This text font color is #638D8F.


Background Color

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

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

This div background color is #638D8F.


Border color

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

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

This div border color is #638D8F.


Opacity

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

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

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

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

This text has shadow with #638D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638D8F on black background.


Color preview on white background

This text has color #638D8F on white background.



Black color preview on #638D8F background

This text has black color on #638D8F background.


White color preview on #638D8F background

This text has white color on #638D8F background.