COLOR #637568

HEX: #637568
RGB: (99,117,104)

Color info

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

RGB color model

#637568 color RGB value is (99,117,104).

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

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 104 of 255 = 41%

99
117
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 104 = 320 (100%)
R 99 of 320 ~ 30.94%
G 117 of 320 ~ 36.56%
B 104 of 320 ~ 32.5%

%30.94
%36.56
%32.5

CMYK color model

#637568 color CMYK value is (15,0,11,54).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(15,0,11,54)
C15M0Y11K54 
(15%,0%,11%,54%)
(0.15/0.00/0.11/0.54)	

CMYK percentages

%15.38
%0
%11.11
%54.12

Codes

Color #637568 in popluar color models

637568
RGB99117104
HSL137°8.33%42.35%
HSB/HSV137°15.38%45.88%
CMYK15.38%0.00%11.11%
54.12%

Color #637568 in popluar number systems.

HEX637568
Decimal99117104
Binary110001111101011101000
Octal143165150

Shades and tints

Shades of #637568

#637568
(99,117,104)
#5A6B5F
(90,107,95)
#516156
(81,97,86)
#48574D
(72,87,77)
#3F4D44
(63,77,68)
#36433B
(54,67,59)
#2D3932
(45,57,50)
#242F29
(36,47,41)
#1B2520
(27,37,32)
#121B17
(18,27,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #637568

#637568
(99,117,104)
#718175
(113,129,117)
#7F8D82
(127,141,130)
#8D998F
(141,153,143)
#9BA59C
(155,165,156)
#A9B1A9
(169,177,169)
#B7BDB6
(183,189,182)
#C5C9C3
(197,201,195)
#D3D5D0
(211,213,208)
#E1E1DD
(225,225,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637568; }

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

This text font color is #637568.


Background Color

.myBgColor { background-color: #637568; }

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

This div background color is #637568.


Border color

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

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

This div border color is #637568.


Opacity

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

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

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

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

This text has shadow with #637568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637568 on black background.


Color preview on white background

This text has color #637568 on white background.



Black color preview on #637568 background

This text has black color on #637568 background.


White color preview on #637568 background

This text has white color on #637568 background.