COLOR #637874

HEX: #637874 RGB: (99,120,116)

Color info

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

RGB color model

#637874 color RGB value is (99,120,116).

RGB: (99,120,116) (39%, 47%, 45%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 116 of 255 = 45%

99
120
116

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 116 = 335 (100%)
R 99 of 335 ~ 29.55%
G 120 of 335 ~ 35.82%
B 116 of 335 ~ 34.63'%

%29.55
%35.82
%34.63

CMYK color model

#637874 color CMYK value is (18,0,3,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%

CMYK: (18,0,3,53)
C18M0Y3K53 (18%, 0%, 3%, 53%)
(0.18 / 0.00 / 0.03 / 0.53)

CMYK percentages

%17.5
%0
%3.33
%52.94

Codes

Color #637874 in popluar color models

63 78 74
RGB 99 120 116
HSL 169° 9.59% 42.94%
HSB/HSV 169° 17.50% 47.06%
CMYK 17.50% 0.00% 3.33%
52.94%

Color #637874 in popluar number systems.

HEX 63 78 74
Decimal 99 120 116
Binary 1100011 1111000 1110100
Octal 143 170 164

Shades and tints

Shades of #637874

#637874
(99,120,116)
#5A6E6A
(90,110,106)
#516460
(81,100,96)
#485A56
(72,90,86)
#3F504C
(63,80,76)
#364642
(54,70,66)
#2D3C38
(45,60,56)
#24322E
(36,50,46)
#1B2824
(27,40,36)
#121E1A
(18,30,26)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #637874

#637874
(99,120,116)
#718480
(113,132,128)
#7F908C
(127,144,140)
#8D9C98
(141,156,152)
#9BA8A4
(155,168,164)
#A9B4B0
(169,180,176)
#B7C0BC
(183,192,188)
#C5CCC8
(197,204,200)
#D3D8D4
(211,216,212)
#E1E4E0
(225,228,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637874 color. Also use rgb(99,120,116) instead hex code.

Text Font Color

.myTextColor { color: #637874; }

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

This text font color is #637874.

Background Color

.myBgColor { background-color: #637874; }

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

This div background color is #637874.

Border color

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

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

This div border color is #637874.

Opacity

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

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

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

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

This text has shadow with #637874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637874.

Preview

Color preview on black background

This text has color #637874 on black background.


Color preview on white background

This text has color #637874 on white background.


Black color preview on #637874 background

This text has black color on #637874 background.


White color preview on #637874 background

This text has white color on #637874 background.


Related colors

Complementary color

Complementary color for #hex is #9C878B.


I love getcolorcode.com

Triadic colors

1 #746378 and #787463 with #637874 are triadic colors.

2 #747863 and #786374 with #637874 are triadic colors.