COLOR #637046

HEX: #637046
RGB: (99,112,70)

Color info

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

RGB color model

#637046 color RGB value is (99,112,70).

  • red value is 99;
  • green value is 112;
  • blue value is 70.
RGB:
(99,112,70)
(39%,44%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 70 of 255 = 27%

99
112
70

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 70 = 281 (100%)
R 99 of 281 ~ 35.23%
G 112 of 281 ~ 39.86%
B 70 of 281 ~ 24.91%

%35.23
%39.86
%24.91

CMYK color model

#637046 color CMYK value is (12,0,38,56).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 56.08%
CMYK:
(12,0,38,56)
C12M0Y38K56 
(12%,0%,38%,56%)
(0.12/0.00/0.38/0.56)	

CMYK percentages

%11.61
%0
%37.5
%56.08

Codes

Color #637046 in popluar color models

637046
RGB9911270
HSL79°23.08%35.69%
HSB/HSV79°37.50%43.92%
CMYK11.61%0.00%37.50%
56.08%

Color #637046 in popluar number systems.

HEX637046
Decimal9911270
Binary110001111100001000110
Octal143160106

Shades and tints

Shades of #637046

#637046
(99,112,70)
#5A6640
(90,102,64)
#515C3A
(81,92,58)
#485234
(72,82,52)
#3F482E
(63,72,46)
#363E28
(54,62,40)
#2D3422
(45,52,34)
#242A1C
(36,42,28)
#1B2016
(27,32,22)
#121610
(18,22,16)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #637046

#637046
(99,112,70)
#717D56
(113,125,86)
#7F8A66
(127,138,102)
#8D9776
(141,151,118)
#9BA486
(155,164,134)
#A9B196
(169,177,150)
#B7BEA6
(183,190,166)
#C5CBB6
(197,203,182)
#D3D8C6
(211,216,198)
#E1E5D6
(225,229,214)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637046 color. Also use rgb(99,112,70) instead hex code.

Text Font Color

.myTextColor { color: #637046; }

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

This text font color is #637046.


Background Color

.myBgColor { background-color: #637046; }

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

This div background color is #637046.


Border color

.myBorderColor { border: 1px solid #637046; }

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

This div border color is #637046.


Opacity

.myOpacity80 { color: #637046; opacity: 0.8; }

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

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

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

This text has shadow with #637046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637046 on black background.


Color preview on white background

This text has color #637046 on white background.



Black color preview on #637046 background

This text has black color on #637046 background.


White color preview on #637046 background

This text has white color on #637046 background.