COLOR #637581

HEX: #637581
RGB: (99,117,129)

Color info

#637581 contains red, green and blue colors in about the same proportion. Web safe color of #637581 is #666699 (or #669).

RGB color model

#637581 color RGB value is (99,117,129).

  • red value is 99;
  • green value is 117;
  • blue value is 129.
RGB:
(99,117,129)
(39%,46%,51%)

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 129 of 255 = 51%

99
117
129

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 129 = 345 (100%)
R 99 of 345 ~ 28.7%
G 117 of 345 ~ 33.91%
B 129 of 345 ~ 37.39%

%28.7
%33.91
%37.39

CMYK color model

#637581 color CMYK value is (23,9,0,49).

  • cyan value is 23.26%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(23,9,0,49)
C23M9Y0K49 
(23%,9%,0%,49%)
(0.23/0.09/0.00/0.49)	

CMYK percentages

%23.26
%9.3
%0
%49.41

Codes

Color #637581 in popluar color models

637581
RGB99117129
HSL204°13.16%44.71%
HSB/HSV204°23.26%50.59%
CMYK23.26%9.30%0.00%
49.41%

Color #637581 in popluar number systems.

HEX637581
Decimal99117129
Binary1100011111010110000001
Octal143165201

Shades and tints

Shades of #637581

#637581
(99,117,129)
#5A6B76
(90,107,118)
#51616B
(81,97,107)
#485760
(72,87,96)
#3F4D55
(63,77,85)
#36434A
(54,67,74)
#2D393F
(45,57,63)
#242F34
(36,47,52)
#1B2529
(27,37,41)
#121B1E
(18,27,30)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #637581

#637581
(99,117,129)
#71818C
(113,129,140)
#7F8D97
(127,141,151)
#8D99A2
(141,153,162)
#9BA5AD
(155,165,173)
#A9B1B8
(169,177,184)
#B7BDC3
(183,189,195)
#C5C9CE
(197,201,206)
#D3D5D9
(211,213,217)
#E1E1E4
(225,225,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637581 color. Also use rgb(99,117,129) instead hex code.

Text Font Color

.myTextColor { color: #637581; }

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

This text font color is #637581.


Background Color

.myBgColor { background-color: #637581; }

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

This div background color is #637581.


Border color

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

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

This div border color is #637581.


Opacity

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

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

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

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

This text has shadow with #637581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637581 on black background.


Color preview on white background

This text has color #637581 on white background.



Black color preview on #637581 background

This text has black color on #637581 background.


White color preview on #637581 background

This text has white color on #637581 background.