COLOR #638680

HEX: #638680
RGB: (99,134,128)

Color info

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

RGB color model

#638680 color RGB value is (99,134,128).

  • red value is 99;
  • green value is 134;
  • blue value is 128.
RGB:
(99,134,128)
(39%,53%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 134 of 255 = 53%
B 128 of 255 = 50%

99
134
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 134 + 128 = 361 (100%)
R 99 of 361 ~ 27.42%
G 134 of 361 ~ 37.12%
B 128 of 361 ~ 35.46%

%27.42
%37.12
%35.46

CMYK color model

#638680 color CMYK value is (26,0,4,47).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(26,0,4,47)
C26M0Y4K47 
(26%,0%,4%,47%)
(0.26/0.00/0.04/0.47)	

CMYK percentages

%26.12
%0
%4.48
%47.45

Codes

Color #638680 in popluar color models

638680
RGB99134128
HSL170°15.02%45.69%
HSB/HSV170°26.12%52.55%
CMYK26.12%0.00%4.48%
47.45%

Color #638680 in popluar number systems.

HEX638680
Decimal99134128
Binary11000111000011010000000
Octal143206200

Shades and tints

Shades of #638680

#638680
(99,134,128)
#5A7A75
(90,122,117)
#516E6A
(81,110,106)
#48625F
(72,98,95)
#3F5654
(63,86,84)
#364A49
(54,74,73)
#2D3E3E
(45,62,62)
#243233
(36,50,51)
#1B2628
(27,38,40)
#121A1D
(18,26,29)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #638680

#638680
(99,134,128)
#71918B
(113,145,139)
#7F9C96
(127,156,150)
#8DA7A1
(141,167,161)
#9BB2AC
(155,178,172)
#A9BDB7
(169,189,183)
#B7C8C2
(183,200,194)
#C5D3CD
(197,211,205)
#D3DED8
(211,222,216)
#E1E9E3
(225,233,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638680 color. Also use rgb(99,134,128) instead hex code.

Text Font Color

.myTextColor { color: #638680; }

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

This text font color is #638680.


Background Color

.myBgColor { background-color: #638680; }

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

This div background color is #638680.


Border color

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

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

This div border color is #638680.


Opacity

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

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

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

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

This text has shadow with #638680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638680 on black background.


Color preview on white background

This text has color #638680 on white background.



Black color preview on #638680 background

This text has black color on #638680 background.


White color preview on #638680 background

This text has white color on #638680 background.