COLOR #637E4B

HEX: #637E4B RGB: (99,126,75)

Color info

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

RGB color model

#637E4B color RGB value is (99,126,75).

RGB: (99,126,75) (39%, 49%, 29%)

RGB channels and saturation

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

99
126
75

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

Portions of RGB colors in percentages

R + G + B = 99 + 126 + 75 = 300 (100%)
R 99 of 300 ~ 33%
G 126 of 300 ~ 42%
B 75 of 300 ~ 25'%

%33
%42
%25

CMYK color model

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

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%

CMYK: (21,0,40,51)
C21M0Y40K51 (21%, 0%, 40%, 51%)
(0.21 / 0.00 / 0.40 / 0.51)

CMYK percentages

%21.43
%0
%40.48
%50.59

Codes

Color #637E4B in popluar color models

63 7E 4B
RGB 99 126 75
HSL 92° 25.37% 39.41%
HSB/HSV 92° 40.48% 49.41%
CMYK 21.43% 0.00% 40.48%
50.59%

Color #637E4B in popluar number systems.

HEX 63 7E 4B
Decimal 99 126 75
Binary 1100011 1111110 1001011
Octal 143 176 113

Shades and tints

Shades of #637E4B

#637E4B
(99,126,75)
#5A7345
(90,115,69)
#51683F
(81,104,63)
#485D39
(72,93,57)
#3F5233
(63,82,51)
#36472D
(54,71,45)
#2D3C27
(45,60,39)
#243121
(36,49,33)
#1B261B
(27,38,27)
#121B15
(18,27,21)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #637E4B

#637E4B
(99,126,75)
#71895B
(113,137,91)
#7F946B
(127,148,107)
#8D9F7B
(141,159,123)
#9BAA8B
(155,170,139)
#A9B59B
(169,181,155)
#B7C0AB
(183,192,171)
#C5CBBB
(197,203,187)
#D3D6CB
(211,214,203)
#E1E1DB
(225,225,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637E4B; }

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

This text font color is #637E4B.

Background Color

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

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

This div background color is #637E4B.

Border color

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

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

This div border color is #637E4B.

Opacity

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

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

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

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

This text has shadow with #637E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637E4B.

Preview

Color preview on black background

This text has color #637E4B on black background.


Color preview on white background

This text has color #637E4B on white background.


Black color preview on #637E4B background

This text has black color on #637E4B background.


White color preview on #637E4B background

This text has white color on #637E4B background.


Related colors

Complementary color

Complementary color for #hex is #9C81B4.


I love getcolorcode.com

Triadic colors

1 #4B637E and #7E4B63 with #637E4B are triadic colors.

2 #4B7E63 and #7E634B with #637E4B are triadic colors.