COLOR #637D2A

HEX: #637D2A
RGB: (99,125,42)

Color info

#637D2A contains mainly red and green colors. Web safe color of #637D2A is #666633 (or #663).

RGB color model

#637D2A color RGB value is (99,125,42).

  • red value is 99;
  • green value is 125;
  • blue value is 42.
RGB:
(99,125,42)
(39%,49%,16%)

RGB channels and saturation

R 99 of 255 = 39%
G 125 of 255 = 49%
B 42 of 255 = 16%

99
125
42

R + G + B ~ 35%. #637D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 125 + 42 = 266 (100%)
R 99 of 266 ~ 37.22%
G 125 of 266 ~ 46.99%
B 42 of 266 ~ 15.79%

%37.22
%46.99
%15.79

CMYK color model

#637D2A color CMYK value is (21,0,66,51).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 66.40%
  • key color value is 50.98%
CMYK:
(21,0,66,51)
C21M0Y66K51 
(21%,0%,66%,51%)
(0.21/0.00/0.66/0.51)	

CMYK percentages

%20.8
%0
%66.4
%50.98

Codes

Color #637D2A in popluar color models

637D2A
RGB9912542
HSL79°49.70%32.75%
HSB/HSV79°66.40%49.02%
CMYK20.80%0.00%66.40%
50.98%

Color #637D2A in popluar number systems.

HEX637D2A
Decimal9912542
Binary11000111111101101010
Octal14317552

Shades and tints

Shades of #637D2A

#637D2A
(99,125,42)
#5A7227
(90,114,39)
#516724
(81,103,36)
#485C21
(72,92,33)
#3F511E
(63,81,30)
#36461B
(54,70,27)
#2D3B18
(45,59,24)
#243015
(36,48,21)
#1B2512
(27,37,18)
#121A0F
(18,26,15)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #637D2A

#637D2A
(99,125,42)
#71883D
(113,136,61)
#7F9350
(127,147,80)
#8D9E63
(141,158,99)
#9BA976
(155,169,118)
#A9B489
(169,180,137)
#B7BF9C
(183,191,156)
#C5CAAF
(197,202,175)
#D3D5C2
(211,213,194)
#E1E0D5
(225,224,213)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637D2A color. Also use rgb(99,125,42) instead hex code.

Text Font Color

.myTextColor { color: #637D2A; }

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

This text font color is #637D2A.


Background Color

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

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

This div background color is #637D2A.


Border color

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

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

This div border color is #637D2A.


Opacity

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

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

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

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

This text has shadow with #637D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D2A on black background.


Color preview on white background

This text has color #637D2A on white background.



Black color preview on #637D2A background

This text has black color on #637D2A background.


White color preview on #637D2A background

This text has white color on #637D2A background.