COLOR #637368

HEX: #637368
RGB: (99,115,104)

Color info

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

RGB color model

#637368 color RGB value is (99,115,104).

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

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 104 of 255 = 41%

99
115
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 104 = 318 (100%)
R 99 of 318 ~ 31.13%
G 115 of 318 ~ 36.16%
B 104 of 318 ~ 32.7%

%31.13
%36.16
%32.7

CMYK color model

#637368 color CMYK value is (14,0,10,55).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(14,0,10,55)
C14M0Y10K55 
(14%,0%,10%,55%)
(0.14/0.00/0.10/0.55)	

CMYK percentages

%13.91
%0
%9.57
%54.9

Codes

Color #637368 in popluar color models

637368
RGB99115104
HSL139°7.48%41.96%
HSB/HSV139°13.91%45.10%
CMYK13.91%0.00%9.57%
54.90%

Color #637368 in popluar number systems.

HEX637368
Decimal99115104
Binary110001111100111101000
Octal143163150

Shades and tints

Shades of #637368

#637368
(99,115,104)
#5A695F
(90,105,95)
#515F56
(81,95,86)
#48554D
(72,85,77)
#3F4B44
(63,75,68)
#36413B
(54,65,59)
#2D3732
(45,55,50)
#242D29
(36,45,41)
#1B2320
(27,35,32)
#121917
(18,25,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #637368

#637368
(99,115,104)
#717F75
(113,127,117)
#7F8B82
(127,139,130)
#8D978F
(141,151,143)
#9BA39C
(155,163,156)
#A9AFA9
(169,175,169)
#B7BBB6
(183,187,182)
#C5C7C3
(197,199,195)
#D3D3D0
(211,211,208)
#E1DFDD
(225,223,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637368; }

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

This text font color is #637368.


Background Color

.myBgColor { background-color: #637368; }

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

This div background color is #637368.


Border color

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

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

This div border color is #637368.


Opacity

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

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

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

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

This text has shadow with #637368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637368 on black background.


Color preview on white background

This text has color #637368 on white background.



Black color preview on #637368 background

This text has black color on #637368 background.


White color preview on #637368 background

This text has white color on #637368 background.