COLOR #637069

HEX: #637069
RGB: (99,112,105)

Color info

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

RGB color model

#637069 color RGB value is (99,112,105).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 105 of 255 = 41%

99
112
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 105 = 316 (100%)
R 99 of 316 ~ 31.33%
G 112 of 316 ~ 35.44%
B 105 of 316 ~ 33.23%

%31.33
%35.44
%33.23

CMYK color model

#637069 color CMYK value is (12,0,6,56).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(12,0,6,56)
C12M0Y6K56 
(12%,0%,6%,56%)
(0.12/0.00/0.06/0.56)	

CMYK percentages

%11.61
%0
%6.25
%56.08

Codes

Color #637069 in popluar color models

637069
RGB99112105
HSL148°6.16%41.37%
HSB/HSV148°11.61%43.92%
CMYK11.61%0.00%6.25%
56.08%

Color #637069 in popluar number systems.

HEX637069
Decimal99112105
Binary110001111100001101001
Octal143160151

Shades and tints

Shades of #637069

#637069
(99,112,105)
#5A6660
(90,102,96)
#515C57
(81,92,87)
#48524E
(72,82,78)
#3F4845
(63,72,69)
#363E3C
(54,62,60)
#2D3433
(45,52,51)
#242A2A
(36,42,42)
#1B2021
(27,32,33)
#121618
(18,22,24)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #637069

#637069
(99,112,105)
#717D76
(113,125,118)
#7F8A83
(127,138,131)
#8D9790
(141,151,144)
#9BA49D
(155,164,157)
#A9B1AA
(169,177,170)
#B7BEB7
(183,190,183)
#C5CBC4
(197,203,196)
#D3D8D1
(211,216,209)
#E1E5DE
(225,229,222)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637069; }

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

This text font color is #637069.


Background Color

.myBgColor { background-color: #637069; }

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

This div background color is #637069.


Border color

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

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

This div border color is #637069.


Opacity

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

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

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

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

This text has shadow with #637069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637069 on black background.


Color preview on white background

This text has color #637069 on white background.



Black color preview on #637069 background

This text has black color on #637069 background.


White color preview on #637069 background

This text has white color on #637069 background.