COLOR #637275

HEX: #637275
RGB: (99,114,117)

Color info

#637275 contains red, green and blue colors in about the same proportion. Web safe color of #637275 is #666666 (or #666).

RGB color model

#637275 color RGB value is (99,114,117).

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

RGB channels and saturation

R 99 of 255 = 39%
G 114 of 255 = 45%
B 117 of 255 = 46%

99
114
117

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

Portions of RGB colors in percentages

R + G + B =
99 + 114 + 117 = 330 (100%)
R 99 of 330 ~ 30%
G 114 of 330 ~ 34.55%
B 117 of 330 ~ 35.45%

%30
%34.55
%35.45

CMYK color model

#637275 color CMYK value is (15,3,0,54).

  • cyan value is 15.38%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(15,3,0,54)
C15M3Y0K54 
(15%,3%,0%,54%)
(0.15/0.03/0.00/0.54)	

CMYK percentages

%15.38
%2.56
%0
%54.12

Codes

Color #637275 in popluar color models

637275
RGB99114117
HSL190°8.33%42.35%
HSB/HSV190°15.38%45.88%
CMYK15.38%2.56%0.00%
54.12%

Color #637275 in popluar number systems.

HEX637275
Decimal99114117
Binary110001111100101110101
Octal143162165

Shades and tints

Shades of #637275

#637275
(99,114,117)
#5A686B
(90,104,107)
#515E61
(81,94,97)
#485457
(72,84,87)
#3F4A4D
(63,74,77)
#364043
(54,64,67)
#2D3639
(45,54,57)
#242C2F
(36,44,47)
#1B2225
(27,34,37)
#12181B
(18,24,27)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #637275

#637275
(99,114,117)
#717E81
(113,126,129)
#7F8A8D
(127,138,141)
#8D9699
(141,150,153)
#9BA2A5
(155,162,165)
#A9AEB1
(169,174,177)
#B7BABD
(183,186,189)
#C5C6C9
(197,198,201)
#D3D2D5
(211,210,213)
#E1DEE1
(225,222,225)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637275; }

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

This text font color is #637275.


Background Color

.myBgColor { background-color: #637275; }

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

This div background color is #637275.


Border color

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

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

This div border color is #637275.


Opacity

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

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

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

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

This text has shadow with #637275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637275 on black background.


Color preview on white background

This text has color #637275 on white background.



Black color preview on #637275 background

This text has black color on #637275 background.


White color preview on #637275 background

This text has white color on #637275 background.