COLOR #638B80

HEX: #638B80
RGB: (99,139,128)

Color info

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

RGB color model

#638B80 color RGB value is (99,139,128).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 128 of 255 = 50%

99
139
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 128 = 366 (100%)
R 99 of 366 ~ 27.05%
G 139 of 366 ~ 37.98%
B 128 of 366 ~ 34.97%

%27.05
%37.98
%34.97

CMYK color model

#638B80 color CMYK value is (29,0,8,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK:
(29,0,8,45)
C29M0Y8K45 
(29%,0%,8%,45%)
(0.29/0.00/0.08/0.45)	

CMYK percentages

%28.78
%0
%7.91
%45.49

Codes

Color #638B80 in popluar color models

638B80
RGB99139128
HSL164°16.81%46.67%
HSB/HSV164°28.78%54.51%
CMYK28.78%0.00%7.91%
45.49%

Color #638B80 in popluar number systems.

HEX638B80
Decimal99139128
Binary11000111000101110000000
Octal143213200

Shades and tints

Shades of #638B80

#638B80
(99,139,128)
#5A7F75
(90,127,117)
#51736A
(81,115,106)
#48675F
(72,103,95)
#3F5B54
(63,91,84)
#364F49
(54,79,73)
#2D433E
(45,67,62)
#243733
(36,55,51)
#1B2B28
(27,43,40)
#121F1D
(18,31,29)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #638B80

#638B80
(99,139,128)
#71958B
(113,149,139)
#7F9F96
(127,159,150)
#8DA9A1
(141,169,161)
#9BB3AC
(155,179,172)
#A9BDB7
(169,189,183)
#B7C7C2
(183,199,194)
#C5D1CD
(197,209,205)
#D3DBD8
(211,219,216)
#E1E5E3
(225,229,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638B80; }

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

This text font color is #638B80.


Background Color

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

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

This div background color is #638B80.


Border color

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

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

This div border color is #638B80.


Opacity

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

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

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

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

This text has shadow with #638B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B80 on black background.


Color preview on white background

This text has color #638B80 on white background.



Black color preview on #638B80 background

This text has black color on #638B80 background.


White color preview on #638B80 background

This text has white color on #638B80 background.