COLOR #638C92

HEX: #638C92
RGB: (99,140,146)

Color info

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

RGB color model

#638C92 color RGB value is (99,140,146).

  • red value is 99;
  • green value is 140;
  • blue value is 146.
RGB:
(99,140,146)
(39%,55%,57%)

RGB channels and saturation

R 99 of 255 = 39%
G 140 of 255 = 55%
B 146 of 255 = 57%

99
140
146

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

Portions of RGB colors in percentages

R + G + B =
99 + 140 + 146 = 385 (100%)
R 99 of 385 ~ 25.71%
G 140 of 385 ~ 36.36%
B 146 of 385 ~ 37.92%

%25.71
%36.36
%37.92

CMYK color model

#638C92 color CMYK value is (32,4,0,43).

  • cyan value is 32.19%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(32,4,0,43)
C32M4Y0K43 
(32%,4%,0%,43%)
(0.32/0.04/0.00/0.43)	

CMYK percentages

%32.19
%4.11
%0
%42.75

Codes

Color #638C92 in popluar color models

638C92
RGB99140146
HSL188°19.18%48.04%
HSB/HSV188°32.19%57.25%
CMYK32.19%4.11%0.00%
42.75%

Color #638C92 in popluar number systems.

HEX638C92
Decimal99140146
Binary11000111000110010010010
Octal143214222

Shades and tints

Shades of #638C92

#638C92
(99,140,146)
#5A8085
(90,128,133)
#517478
(81,116,120)
#48686B
(72,104,107)
#3F5C5E
(63,92,94)
#365051
(54,80,81)
#2D4444
(45,68,68)
#243837
(36,56,55)
#1B2C2A
(27,44,42)
#12201D
(18,32,29)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #638C92

#638C92
(99,140,146)
#71969B
(113,150,155)
#7FA0A4
(127,160,164)
#8DAAAD
(141,170,173)
#9BB4B6
(155,180,182)
#A9BEBF
(169,190,191)
#B7C8C8
(183,200,200)
#C5D2D1
(197,210,209)
#D3DCDA
(211,220,218)
#E1E6E3
(225,230,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638C92 color. Also use rgb(99,140,146) instead hex code.

Text Font Color

.myTextColor { color: #638C92; }

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

This text font color is #638C92.


Background Color

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

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

This div background color is #638C92.


Border color

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

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

This div border color is #638C92.


Opacity

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

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

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

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

This text has shadow with #638C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638C92 on black background.


Color preview on white background

This text has color #638C92 on white background.



Black color preview on #638C92 background

This text has black color on #638C92 background.


White color preview on #638C92 background

This text has white color on #638C92 background.