COLOR #638E84

HEX: #638E84
RGB: (99,142,132)

Color info

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

RGB color model

#638E84 color RGB value is (99,142,132).

  • red value is 99;
  • green value is 142;
  • blue value is 132.
RGB:
(99,142,132)
(39%,56%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 132 of 255 = 52%

99
142
132

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

Portions of RGB colors in percentages

R + G + B =
99 + 142 + 132 = 373 (100%)
R 99 of 373 ~ 26.54%
G 142 of 373 ~ 38.07%
B 132 of 373 ~ 35.39%

%26.54
%38.07
%35.39

CMYK color model

#638E84 color CMYK value is (30,0,7,44).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(30,0,7,44)
C30M0Y7K44 
(30%,0%,7%,44%)
(0.30/0.00/0.07/0.44)	

CMYK percentages

%30.28
%0
%7.04
%44.31

Codes

Color #638E84 in popluar color models

638E84
RGB99142132
HSL166°17.84%47.25%
HSB/HSV166°30.28%55.69%
CMYK30.28%0.00%7.04%
44.31%

Color #638E84 in popluar number systems.

HEX638E84
Decimal99142132
Binary11000111000111010000100
Octal143216204

Shades and tints

Shades of #638E84

#638E84
(99,142,132)
#5A8278
(90,130,120)
#51766C
(81,118,108)
#486A60
(72,106,96)
#3F5E54
(63,94,84)
#365248
(54,82,72)
#2D463C
(45,70,60)
#243A30
(36,58,48)
#1B2E24
(27,46,36)
#122218
(18,34,24)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #638E84

#638E84
(99,142,132)
#71988F
(113,152,143)
#7FA29A
(127,162,154)
#8DACA5
(141,172,165)
#9BB6B0
(155,182,176)
#A9C0BB
(169,192,187)
#B7CAC6
(183,202,198)
#C5D4D1
(197,212,209)
#D3DEDC
(211,222,220)
#E1E8E7
(225,232,231)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638E84 color. Also use rgb(99,142,132) instead hex code.

Text Font Color

.myTextColor { color: #638E84; }

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

This text font color is #638E84.


Background Color

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

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

This div background color is #638E84.


Border color

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

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

This div border color is #638E84.


Opacity

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

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

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

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

This text has shadow with #638E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638E84 on black background.


Color preview on white background

This text has color #638E84 on white background.



Black color preview on #638E84 background

This text has black color on #638E84 background.


White color preview on #638E84 background

This text has white color on #638E84 background.