COLOR #637A5C

HEX: #637A5C
RGB: (99,122,92)

Color info

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

RGB color model

#637A5C color RGB value is (99,122,92).

  • red value is 99;
  • green value is 122;
  • blue value is 92.
RGB:
(99,122,92)
(39%,48%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 122 of 255 = 48%
B 92 of 255 = 36%

99
122
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 122 + 92 = 313 (100%)
R 99 of 313 ~ 31.63%
G 122 of 313 ~ 38.98%
B 92 of 313 ~ 29.39%

%31.63
%38.98
%29.39

CMYK color model

#637A5C color CMYK value is (19,0,25,52).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(19,0,25,52)
C19M0Y25K52 
(19%,0%,25%,52%)
(0.19/0.00/0.25/0.52)	

CMYK percentages

%18.85
%0
%24.59
%52.16

Codes

Color #637A5C in popluar color models

637A5C
RGB9912292
HSL106°14.02%41.96%
HSB/HSV106°24.59%47.84%
CMYK18.85%0.00%24.59%
52.16%

Color #637A5C in popluar number systems.

HEX637A5C
Decimal9912292
Binary110001111110101011100
Octal143172134

Shades and tints

Shades of #637A5C

#637A5C
(99,122,92)
#5A6F54
(90,111,84)
#51644C
(81,100,76)
#485944
(72,89,68)
#3F4E3C
(63,78,60)
#364334
(54,67,52)
#2D382C
(45,56,44)
#242D24
(36,45,36)
#1B221C
(27,34,28)
#121714
(18,23,20)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #637A5C

#637A5C
(99,122,92)
#71866A
(113,134,106)
#7F9278
(127,146,120)
#8D9E86
(141,158,134)
#9BAA94
(155,170,148)
#A9B6A2
(169,182,162)
#B7C2B0
(183,194,176)
#C5CEBE
(197,206,190)
#D3DACC
(211,218,204)
#E1E6DA
(225,230,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637A5C color. Also use rgb(99,122,92) instead hex code.

Text Font Color

.myTextColor { color: #637A5C; }

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

This text font color is #637A5C.


Background Color

.myBgColor { background-color: #637A5C; }

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

This div background color is #637A5C.


Border color

.myBorderColor { border: 1px solid #637A5C; }

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

This div border color is #637A5C.


Opacity

.myOpacity80 { color: #637A5C; opacity: 0.8; }

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

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

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

This text has shadow with #637A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637A5C on black background.


Color preview on white background

This text has color #637A5C on white background.



Black color preview on #637A5C background

This text has black color on #637A5C background.


White color preview on #637A5C background

This text has white color on #637A5C background.