COLOR #637D4B

HEX: #637D4B
RGB: (99,125,75)

Color info

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

RGB color model

#637D4B color RGB value is (99,125,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 125 of 255 = 49%
B 75 of 255 = 29%

99
125
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 125 + 75 = 299 (100%)
R 99 of 299 ~ 33.11%
G 125 of 299 ~ 41.81%
B 75 of 299 ~ 25.08%

%33.11
%41.81
%25.08

CMYK color model

#637D4B color CMYK value is (21,0,40,51).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(21,0,40,51)
C21M0Y40K51 
(21%,0%,40%,51%)
(0.21/0.00/0.40/0.51)	

CMYK percentages

%20.8
%0
%40
%50.98

Codes

Color #637D4B in popluar color models

637D4B
RGB9912575
HSL91°25.00%39.22%
HSB/HSV91°40.00%49.02%
CMYK20.80%0.00%40.00%
50.98%

Color #637D4B in popluar number systems.

HEX637D4B
Decimal9912575
Binary110001111111011001011
Octal143175113

Shades and tints

Shades of #637D4B

#637D4B
(99,125,75)
#5A7245
(90,114,69)
#51673F
(81,103,63)
#485C39
(72,92,57)
#3F5133
(63,81,51)
#36462D
(54,70,45)
#2D3B27
(45,59,39)
#243021
(36,48,33)
#1B251B
(27,37,27)
#121A15
(18,26,21)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #637D4B

#637D4B
(99,125,75)
#71885B
(113,136,91)
#7F936B
(127,147,107)
#8D9E7B
(141,158,123)
#9BA98B
(155,169,139)
#A9B49B
(169,180,155)
#B7BFAB
(183,191,171)
#C5CABB
(197,202,187)
#D3D5CB
(211,213,203)
#E1E0DB
(225,224,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637D4B; }

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

This text font color is #637D4B.


Background Color

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

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

This div background color is #637D4B.


Border color

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

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

This div border color is #637D4B.


Opacity

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

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

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

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

This text has shadow with #637D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D4B on black background.


Color preview on white background

This text has color #637D4B on white background.



Black color preview on #637D4B background

This text has black color on #637D4B background.


White color preview on #637D4B background

This text has white color on #637D4B background.