COLOR #638E80

HEX: #638E80
RGB: (99,142,128)

Color info

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

RGB color model

#638E80 color RGB value is (99,142,128).

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

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 128 of 255 = 50%

99
142
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 142 + 128 = 369 (100%)
R 99 of 369 ~ 26.83%
G 142 of 369 ~ 38.48%
B 128 of 369 ~ 34.69%

%26.83
%38.48
%34.69

CMYK color model

#638E80 color CMYK value is (30,0,10,44).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(30,0,10,44)
C30M0Y10K44 
(30%,0%,10%,44%)
(0.30/0.00/0.10/0.44)	

CMYK percentages

%30.28
%0
%9.86
%44.31

Codes

Color #638E80 in popluar color models

638E80
RGB99142128
HSL160°17.84%47.25%
HSB/HSV160°30.28%55.69%
CMYK30.28%0.00%9.86%
44.31%

Color #638E80 in popluar number systems.

HEX638E80
Decimal99142128
Binary11000111000111010000000
Octal143216200

Shades and tints

Shades of #638E80

#638E80
(99,142,128)
#5A8275
(90,130,117)
#51766A
(81,118,106)
#486A5F
(72,106,95)
#3F5E54
(63,94,84)
#365249
(54,82,73)
#2D463E
(45,70,62)
#243A33
(36,58,51)
#1B2E28
(27,46,40)
#12221D
(18,34,29)
#091612
(9,22,18)
#000000
(0,0,0)

Tints of #638E80

#638E80
(99,142,128)
#71988B
(113,152,139)
#7FA296
(127,162,150)
#8DACA1
(141,172,161)
#9BB6AC
(155,182,172)
#A9C0B7
(169,192,183)
#B7CAC2
(183,202,194)
#C5D4CD
(197,212,205)
#D3DED8
(211,222,216)
#E1E8E3
(225,232,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638E80; }

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

This text font color is #638E80.


Background Color

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

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

This div background color is #638E80.


Border color

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

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

This div border color is #638E80.


Opacity

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

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

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

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

This text has shadow with #638E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638E80 on black background.


Color preview on white background

This text has color #638E80 on white background.



Black color preview on #638E80 background

This text has black color on #638E80 background.


White color preview on #638E80 background

This text has white color on #638E80 background.