COLOR #638A7C

HEX: #638A7C
RGB: (99,138,124)

Color info

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

RGB color model

#638A7C color RGB value is (99,138,124).

  • red value is 99;
  • green value is 138;
  • blue value is 124.
RGB:
(99,138,124)
(39%,54%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 124 of 255 = 49%

99
138
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 138 + 124 = 361 (100%)
R 99 of 361 ~ 27.42%
G 138 of 361 ~ 38.23%
B 124 of 361 ~ 34.35%

%27.42
%38.23
%34.35

CMYK color model

#638A7C color CMYK value is (28,0,10,46).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(28,0,10,46)
C28M0Y10K46 
(28%,0%,10%,46%)
(0.28/0.00/0.10/0.46)	

CMYK percentages

%28.26
%0
%10.14
%45.88

Codes

Color #638A7C in popluar color models

638A7C
RGB99138124
HSL158°16.46%46.47%
HSB/HSV158°28.26%54.12%
CMYK28.26%0.00%10.14%
45.88%

Color #638A7C in popluar number systems.

HEX638A7C
Decimal99138124
Binary1100011100010101111100
Octal143212174

Shades and tints

Shades of #638A7C

#638A7C
(99,138,124)
#5A7E71
(90,126,113)
#517266
(81,114,102)
#48665B
(72,102,91)
#3F5A50
(63,90,80)
#364E45
(54,78,69)
#2D423A
(45,66,58)
#24362F
(36,54,47)
#1B2A24
(27,42,36)
#121E19
(18,30,25)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #638A7C

#638A7C
(99,138,124)
#719487
(113,148,135)
#7F9E92
(127,158,146)
#8DA89D
(141,168,157)
#9BB2A8
(155,178,168)
#A9BCB3
(169,188,179)
#B7C6BE
(183,198,190)
#C5D0C9
(197,208,201)
#D3DAD4
(211,218,212)
#E1E4DF
(225,228,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638A7C color. Also use rgb(99,138,124) instead hex code.

Text Font Color

.myTextColor { color: #638A7C; }

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

This text font color is #638A7C.


Background Color

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

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

This div background color is #638A7C.


Border color

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

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

This div border color is #638A7C.


Opacity

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

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

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

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

This text has shadow with #638A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638A7C on black background.


Color preview on white background

This text has color #638A7C on white background.



Black color preview on #638A7C background

This text has black color on #638A7C background.


White color preview on #638A7C background

This text has white color on #638A7C background.