COLOR #638279

HEX: #638279
RGB: (99,130,121)

Color info

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

RGB color model

#638279 color RGB value is (99,130,121).

  • red value is 99;
  • green value is 130;
  • blue value is 121.
RGB:
(99,130,121)
(39%,51%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 121 of 255 = 47%

99
130
121

R + G + B ~ 46%. #638279 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 130 + 121 = 350 (100%)
R 99 of 350 ~ 28.29%
G 130 of 350 ~ 37.14%
B 121 of 350 ~ 34.57%

%28.29
%37.14
%34.57

CMYK color model

#638279 color CMYK value is (24,0,7,49).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(24,0,7,49)
C24M0Y7K49 
(24%,0%,7%,49%)
(0.24/0.00/0.07/0.49)	

CMYK percentages

%23.85
%0
%6.92
%49.02

Codes

Color #638279 in popluar color models

638279
RGB99130121
HSL163°13.54%44.90%
HSB/HSV163°23.85%50.98%
CMYK23.85%0.00%6.92%
49.02%

Color #638279 in popluar number systems.

HEX638279
Decimal99130121
Binary1100011100000101111001
Octal143202171

Shades and tints

Shades of #638279

#638279
(99,130,121)
#5A776E
(90,119,110)
#516C63
(81,108,99)
#486158
(72,97,88)
#3F564D
(63,86,77)
#364B42
(54,75,66)
#2D4037
(45,64,55)
#24352C
(36,53,44)
#1B2A21
(27,42,33)
#121F16
(18,31,22)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #638279

#638279
(99,130,121)
#718D85
(113,141,133)
#7F9891
(127,152,145)
#8DA39D
(141,163,157)
#9BAEA9
(155,174,169)
#A9B9B5
(169,185,181)
#B7C4C1
(183,196,193)
#C5CFCD
(197,207,205)
#D3DAD9
(211,218,217)
#E1E5E5
(225,229,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638279 color. Also use rgb(99,130,121) instead hex code.

Text Font Color

.myTextColor { color: #638279; }

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

This text font color is #638279.


Background Color

.myBgColor { background-color: #638279; }

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

This div background color is #638279.


Border color

.myBorderColor { border: 1px solid #638279; }

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

This div border color is #638279.


Opacity

.myOpacity80 { color: #638279; opacity: 0.8; }

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

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

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

This text has shadow with #638279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638279 on black background.


Color preview on white background

This text has color #638279 on white background.



Black color preview on #638279 background

This text has black color on #638279 background.


White color preview on #638279 background

This text has white color on #638279 background.