COLOR #638579

HEX: #638579
RGB: (99,133,121)

Color info

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

RGB color model

#638579 color RGB value is (99,133,121).

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

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 121 of 255 = 47%

99
133
121

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 121 = 353 (100%)
R 99 of 353 ~ 28.05%
G 133 of 353 ~ 37.68%
B 121 of 353 ~ 34.28%

%28.05
%37.68
%34.28

CMYK color model

#638579 color CMYK value is (26,0,9,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(26,0,9,48)
C26M0Y9K48 
(26%,0%,9%,48%)
(0.26/0.00/0.09/0.48)	

CMYK percentages

%25.56
%0
%9.02
%47.84

Codes

Color #638579 in popluar color models

638579
RGB99133121
HSL159°14.66%45.49%
HSB/HSV159°25.56%52.16%
CMYK25.56%0.00%9.02%
47.84%

Color #638579 in popluar number systems.

HEX638579
Decimal99133121
Binary1100011100001011111001
Octal143205171

Shades and tints

Shades of #638579

#638579
(99,133,121)
#5A796E
(90,121,110)
#516D63
(81,109,99)
#486158
(72,97,88)
#3F554D
(63,85,77)
#364942
(54,73,66)
#2D3D37
(45,61,55)
#24312C
(36,49,44)
#1B2521
(27,37,33)
#121916
(18,25,22)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #638579

#638579
(99,133,121)
#719085
(113,144,133)
#7F9B91
(127,155,145)
#8DA69D
(141,166,157)
#9BB1A9
(155,177,169)
#A9BCB5
(169,188,181)
#B7C7C1
(183,199,193)
#C5D2CD
(197,210,205)
#D3DDD9
(211,221,217)
#E1E8E5
(225,232,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638579; }

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

This text font color is #638579.


Background Color

.myBgColor { background-color: #638579; }

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

This div background color is #638579.


Border color

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

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

This div border color is #638579.


Opacity

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

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

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

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

This text has shadow with #638579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638579 on black background.


Color preview on white background

This text has color #638579 on white background.



Black color preview on #638579 background

This text has black color on #638579 background.


White color preview on #638579 background

This text has white color on #638579 background.