COLOR #637B40

HEX: #637B40
RGB: (99,123,64)

Color info

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

RGB color model

#637B40 color RGB value is (99,123,64).

  • red value is 99;
  • green value is 123;
  • blue value is 64.
RGB:
(99,123,64)
(39%,48%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 123 of 255 = 48%
B 64 of 255 = 25%

99
123
64

R + G + B ~ 37%. #637B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 123 + 64 = 286 (100%)
R 99 of 286 ~ 34.62%
G 123 of 286 ~ 43.01%
B 64 of 286 ~ 22.38%

%34.62
%43.01
%22.38

CMYK color model

#637B40 color CMYK value is (20,0,48,52).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(20,0,48,52)
C20M0Y48K52 
(20%,0%,48%,52%)
(0.20/0.00/0.48/0.52)	

CMYK percentages

%19.51
%0
%47.97
%51.76

Codes

Color #637B40 in popluar color models

637B40
RGB9912364
HSL84°31.55%36.67%
HSB/HSV84°47.97%48.24%
CMYK19.51%0.00%47.97%
51.76%

Color #637B40 in popluar number systems.

HEX637B40
Decimal9912364
Binary110001111110111000000
Octal143173100

Shades and tints

Shades of #637B40

#637B40
(99,123,64)
#5A703B
(90,112,59)
#516536
(81,101,54)
#485A31
(72,90,49)
#3F4F2C
(63,79,44)
#364427
(54,68,39)
#2D3922
(45,57,34)
#242E1D
(36,46,29)
#1B2318
(27,35,24)
#121813
(18,24,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #637B40

#637B40
(99,123,64)
#718751
(113,135,81)
#7F9362
(127,147,98)
#8D9F73
(141,159,115)
#9BAB84
(155,171,132)
#A9B795
(169,183,149)
#B7C3A6
(183,195,166)
#C5CFB7
(197,207,183)
#D3DBC8
(211,219,200)
#E1E7D9
(225,231,217)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637B40 color. Also use rgb(99,123,64) instead hex code.

Text Font Color

.myTextColor { color: #637B40; }

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

This text font color is #637B40.


Background Color

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

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

This div background color is #637B40.


Border color

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

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

This div border color is #637B40.


Opacity

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

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

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

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

This text has shadow with #637B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637B40 on black background.


Color preview on white background

This text has color #637B40 on white background.



Black color preview on #637B40 background

This text has black color on #637B40 background.


White color preview on #637B40 background

This text has white color on #637B40 background.