COLOR #637C50

HEX: #637C50
RGB: (99,124,80)

Color info

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

RGB color model

#637C50 color RGB value is (99,124,80).

  • red value is 99;
  • green value is 124;
  • blue value is 80.
RGB:
(99,124,80)
(39%,49%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 124 of 255 = 49%
B 80 of 255 = 31%

99
124
80

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

Portions of RGB colors in percentages

R + G + B =
99 + 124 + 80 = 303 (100%)
R 99 of 303 ~ 32.67%
G 124 of 303 ~ 40.92%
B 80 of 303 ~ 26.4%

%32.67
%40.92
%26.4

CMYK color model

#637C50 color CMYK value is (20,0,35,51).

  • cyan value is 20.16%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(20,0,35,51)
C20M0Y35K51 
(20%,0%,35%,51%)
(0.20/0.00/0.35/0.51)	

CMYK percentages

%20.16
%0
%35.48
%51.37

Codes

Color #637C50 in popluar color models

637C50
RGB9912480
HSL94°21.57%40.00%
HSB/HSV94°35.48%48.63%
CMYK20.16%0.00%35.48%
51.37%

Color #637C50 in popluar number systems.

HEX637C50
Decimal9912480
Binary110001111111001010000
Octal143174120

Shades and tints

Shades of #637C50

#637C50
(99,124,80)
#5A7149
(90,113,73)
#516642
(81,102,66)
#485B3B
(72,91,59)
#3F5034
(63,80,52)
#36452D
(54,69,45)
#2D3A26
(45,58,38)
#242F1F
(36,47,31)
#1B2418
(27,36,24)
#121911
(18,25,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #637C50

#637C50
(99,124,80)
#71875F
(113,135,95)
#7F926E
(127,146,110)
#8D9D7D
(141,157,125)
#9BA88C
(155,168,140)
#A9B39B
(169,179,155)
#B7BEAA
(183,190,170)
#C5C9B9
(197,201,185)
#D3D4C8
(211,212,200)
#E1DFD7
(225,223,215)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637C50 color. Also use rgb(99,124,80) instead hex code.

Text Font Color

.myTextColor { color: #637C50; }

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

This text font color is #637C50.


Background Color

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

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

This div background color is #637C50.


Border color

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

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

This div border color is #637C50.


Opacity

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

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

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

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

This text has shadow with #637C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637C50 on black background.


Color preview on white background

This text has color #637C50 on white background.



Black color preview on #637C50 background

This text has black color on #637C50 background.


White color preview on #637C50 background

This text has white color on #637C50 background.