COLOR #637A65

HEX: #637A65
RGB: (99,122,101)

Color info

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

RGB color model

#637A65 color RGB value is (99,122,101).

  • red value is 99;
  • green value is 122;
  • blue value is 101.
RGB:
(99,122,101)
(39%,48%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 122 of 255 = 48%
B 101 of 255 = 40%

99
122
101

R + G + B ~ 42%. #637A65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 122 + 101 = 322 (100%)
R 99 of 322 ~ 30.75%
G 122 of 322 ~ 37.89%
B 101 of 322 ~ 31.37%

%30.75
%37.89
%31.37

CMYK color model

#637A65 color CMYK value is (19,0,17,52).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(19,0,17,52)
C19M0Y17K52 
(19%,0%,17%,52%)
(0.19/0.00/0.17/0.52)	

CMYK percentages

%18.85
%0
%17.21
%52.16

Codes

Color #637A65 in popluar color models

637A65
RGB99122101
HSL125°10.41%43.33%
HSB/HSV125°18.85%47.84%
CMYK18.85%0.00%17.21%
52.16%

Color #637A65 in popluar number systems.

HEX637A65
Decimal99122101
Binary110001111110101100101
Octal143172145

Shades and tints

Shades of #637A65

#637A65
(99,122,101)
#5A6F5C
(90,111,92)
#516453
(81,100,83)
#48594A
(72,89,74)
#3F4E41
(63,78,65)
#364338
(54,67,56)
#2D382F
(45,56,47)
#242D26
(36,45,38)
#1B221D
(27,34,29)
#121714
(18,23,20)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #637A65

#637A65
(99,122,101)
#718673
(113,134,115)
#7F9281
(127,146,129)
#8D9E8F
(141,158,143)
#9BAA9D
(155,170,157)
#A9B6AB
(169,182,171)
#B7C2B9
(183,194,185)
#C5CEC7
(197,206,199)
#D3DAD5
(211,218,213)
#E1E6E3
(225,230,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637A65 color. Also use rgb(99,122,101) instead hex code.

Text Font Color

.myTextColor { color: #637A65; }

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

This text font color is #637A65.


Background Color

.myBgColor { background-color: #637A65; }

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

This div background color is #637A65.


Border color

.myBorderColor { border: 1px solid #637A65; }

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

This div border color is #637A65.


Opacity

.myOpacity80 { color: #637A65; opacity: 0.8; }

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

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

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

This text has shadow with #637A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637A65 on black background.


Color preview on white background

This text has color #637A65 on white background.



Black color preview on #637A65 background

This text has black color on #637A65 background.


White color preview on #637A65 background

This text has white color on #637A65 background.