COLOR #637F4A

HEX: #637F4A
RGB: (99,127,74)

Color info

#637F4A contains red, green and blue colors in about the same proportion. Web safe color of #637F4A is #666633 (or #663).

RGB color model

#637F4A color RGB value is (99,127,74).

  • red value is 99;
  • green value is 127;
  • blue value is 74.
RGB:
(99,127,74)
(39%,50%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 127 of 255 = 50%
B 74 of 255 = 29%

99
127
74

R + G + B ~ 39%. #637F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 127 + 74 = 300 (100%)
R 99 of 300 ~ 33%
G 127 of 300 ~ 42.33%
B 74 of 300 ~ 24.67%

%33
%42.33
%24.67

CMYK color model

#637F4A color CMYK value is (22,0,42,50).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK:
(22,0,42,50)
C22M0Y42K50 
(22%,0%,42%,50%)
(0.22/0.00/0.42/0.50)	

CMYK percentages

%22.05
%0
%41.73
%50.2

Codes

Color #637F4A in popluar color models

637F4A
RGB9912774
HSL92°26.37%39.41%
HSB/HSV92°41.73%49.80%
CMYK22.05%0.00%41.73%
50.20%

Color #637F4A in popluar number systems.

HEX637F4A
Decimal9912774
Binary110001111111111001010
Octal143177112

Shades and tints

Shades of #637F4A

#637F4A
(99,127,74)
#5A7444
(90,116,68)
#51693E
(81,105,62)
#485E38
(72,94,56)
#3F5332
(63,83,50)
#36482C
(54,72,44)
#2D3D26
(45,61,38)
#243220
(36,50,32)
#1B271A
(27,39,26)
#121C14
(18,28,20)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #637F4A

#637F4A
(99,127,74)
#718A5A
(113,138,90)
#7F956A
(127,149,106)
#8DA07A
(141,160,122)
#9BAB8A
(155,171,138)
#A9B69A
(169,182,154)
#B7C1AA
(183,193,170)
#C5CCBA
(197,204,186)
#D3D7CA
(211,215,202)
#E1E2DA
(225,226,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637F4A color. Also use rgb(99,127,74) instead hex code.

Text Font Color

.myTextColor { color: #637F4A; }

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

This text font color is #637F4A.


Background Color

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

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

This div background color is #637F4A.


Border color

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

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

This div border color is #637F4A.


Opacity

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

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

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

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

This text has shadow with #637F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637F4A on black background.


Color preview on white background

This text has color #637F4A on white background.



Black color preview on #637F4A background

This text has black color on #637F4A background.


White color preview on #637F4A background

This text has white color on #637F4A background.