COLOR #637769

HEX: #637769
RGB: (99,119,105)

Color info

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

RGB color model

#637769 color RGB value is (99,119,105).

  • red value is 99;
  • green value is 119;
  • blue value is 105.
RGB:
(99,119,105)
(39%,47%,41%)

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 105 of 255 = 41%

99
119
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 105 = 323 (100%)
R 99 of 323 ~ 30.65%
G 119 of 323 ~ 36.84%
B 105 of 323 ~ 32.51%

%30.65
%36.84
%32.51

CMYK color model

#637769 color CMYK value is (17,0,12,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 53.33%
CMYK:
(17,0,12,53)
C17M0Y12K53 
(17%,0%,12%,53%)
(0.17/0.00/0.12/0.53)	

CMYK percentages

%16.81
%0
%11.76
%53.33

Codes

Color #637769 in popluar color models

637769
RGB99119105
HSL138°9.17%42.75%
HSB/HSV138°16.81%46.67%
CMYK16.81%0.00%11.76%
53.33%

Color #637769 in popluar number systems.

HEX637769
Decimal99119105
Binary110001111101111101001
Octal143167151

Shades and tints

Shades of #637769

#637769
(99,119,105)
#5A6D60
(90,109,96)
#516357
(81,99,87)
#48594E
(72,89,78)
#3F4F45
(63,79,69)
#36453C
(54,69,60)
#2D3B33
(45,59,51)
#24312A
(36,49,42)
#1B2721
(27,39,33)
#121D18
(18,29,24)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #637769

#637769
(99,119,105)
#718376
(113,131,118)
#7F8F83
(127,143,131)
#8D9B90
(141,155,144)
#9BA79D
(155,167,157)
#A9B3AA
(169,179,170)
#B7BFB7
(183,191,183)
#C5CBC4
(197,203,196)
#D3D7D1
(211,215,209)
#E1E3DE
(225,227,222)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637769 color. Also use rgb(99,119,105) instead hex code.

Text Font Color

.myTextColor { color: #637769; }

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

This text font color is #637769.


Background Color

.myBgColor { background-color: #637769; }

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

This div background color is #637769.


Border color

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

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

This div border color is #637769.


Opacity

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

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

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

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

This text has shadow with #637769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637769 on black background.


Color preview on white background

This text has color #637769 on white background.



Black color preview on #637769 background

This text has black color on #637769 background.


White color preview on #637769 background

This text has white color on #637769 background.