COLOR #638582

HEX: #638582
RGB: (99,133,130)

Color info

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

RGB color model

#638582 color RGB value is (99,133,130).

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

RGB channels and saturation

R 99 of 255 = 39%
G 133 of 255 = 52%
B 130 of 255 = 51%

99
133
130

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

Portions of RGB colors in percentages

R + G + B =
99 + 133 + 130 = 362 (100%)
R 99 of 362 ~ 27.35%
G 133 of 362 ~ 36.74%
B 130 of 362 ~ 35.91%

%27.35
%36.74
%35.91

CMYK color model

#638582 color CMYK value is (26,0,2,48).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(26,0,2,48)
C26M0Y2K48 
(26%,0%,2%,48%)
(0.26/0.00/0.02/0.48)	

CMYK percentages

%25.56
%0
%2.26
%47.84

Codes

Color #638582 in popluar color models

638582
RGB99133130
HSL175°14.66%45.49%
HSB/HSV175°25.56%52.16%
CMYK25.56%0.00%2.26%
47.84%

Color #638582 in popluar number systems.

HEX638582
Decimal99133130
Binary11000111000010110000010
Octal143205202

Shades and tints

Shades of #638582

#638582
(99,133,130)
#5A7977
(90,121,119)
#516D6C
(81,109,108)
#486161
(72,97,97)
#3F5556
(63,85,86)
#36494B
(54,73,75)
#2D3D40
(45,61,64)
#243135
(36,49,53)
#1B252A
(27,37,42)
#12191F
(18,25,31)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #638582

#638582
(99,133,130)
#71908D
(113,144,141)
#7F9B98
(127,155,152)
#8DA6A3
(141,166,163)
#9BB1AE
(155,177,174)
#A9BCB9
(169,188,185)
#B7C7C4
(183,199,196)
#C5D2CF
(197,210,207)
#D3DDDA
(211,221,218)
#E1E8E5
(225,232,229)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638582; }

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

This text font color is #638582.


Background Color

.myBgColor { background-color: #638582; }

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

This div background color is #638582.


Border color

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

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

This div border color is #638582.


Opacity

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

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

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

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

This text has shadow with #638582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638582 on black background.


Color preview on white background

This text has color #638582 on white background.



Black color preview on #638582 background

This text has black color on #638582 background.


White color preview on #638582 background

This text has white color on #638582 background.