COLOR #637065

HEX: #637065
RGB: (99,112,101)

Color info

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

RGB color model

#637065 color RGB value is (99,112,101).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 101 of 255 = 40%

99
112
101

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 101 = 312 (100%)
R 99 of 312 ~ 31.73%
G 112 of 312 ~ 35.9%
B 101 of 312 ~ 32.37%

%31.73
%35.9
%32.37

CMYK color model

#637065 color CMYK value is (12,0,10,56).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(12,0,10,56)
C12M0Y10K56 
(12%,0%,10%,56%)
(0.12/0.00/0.10/0.56)	

CMYK percentages

%11.61
%0
%9.82
%56.08

Codes

Color #637065 in popluar color models

637065
RGB99112101
HSL129°6.16%41.37%
HSB/HSV129°11.61%43.92%
CMYK11.61%0.00%9.82%
56.08%

Color #637065 in popluar number systems.

HEX637065
Decimal99112101
Binary110001111100001100101
Octal143160145

Shades and tints

Shades of #637065

#637065
(99,112,101)
#5A665C
(90,102,92)
#515C53
(81,92,83)
#48524A
(72,82,74)
#3F4841
(63,72,65)
#363E38
(54,62,56)
#2D342F
(45,52,47)
#242A26
(36,42,38)
#1B201D
(27,32,29)
#121614
(18,22,20)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #637065

#637065
(99,112,101)
#717D73
(113,125,115)
#7F8A81
(127,138,129)
#8D978F
(141,151,143)
#9BA49D
(155,164,157)
#A9B1AB
(169,177,171)
#B7BEB9
(183,190,185)
#C5CBC7
(197,203,199)
#D3D8D5
(211,216,213)
#E1E5E3
(225,229,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637065; }

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

This text font color is #637065.


Background Color

.myBgColor { background-color: #637065; }

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

This div background color is #637065.


Border color

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

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

This div border color is #637065.


Opacity

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

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

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

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

This text has shadow with #637065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637065 on black background.


Color preview on white background

This text has color #637065 on white background.



Black color preview on #637065 background

This text has black color on #637065 background.


White color preview on #637065 background

This text has white color on #637065 background.