COLOR #637316

HEX: #637316
RGB: (99,115,22)

Color info

#637316 contains mainly red and green colors. Web safe color of #637316 is #666600 (or #660).

RGB color model

#637316 color RGB value is (99,115,22).

  • red value is 99;
  • green value is 115;
  • blue value is 22.
RGB:
(99,115,22)
(39%,45%,9%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 22 of 255 = 9%

99
115
22

R + G + B ~ 31%. #637316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 22 = 236 (100%)
R 99 of 236 ~ 41.95%
G 115 of 236 ~ 48.73%
B 22 of 236 ~ 9.32%

%41.95
%48.73

CMYK color model

#637316 color CMYK value is (14,0,81,55).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 80.87%
  • key color value is 54.90%
CMYK:
(14,0,81,55)
C14M0Y81K55 
(14%,0%,81%,55%)
(0.14/0.00/0.81/0.55)	

CMYK percentages

%13.91
%0
%80.87
%54.9

Codes

Color #637316 in popluar color models

637316
RGB9911522
HSL70°67.88%26.86%
HSB/HSV70°80.87%45.10%
CMYK13.91%0.00%80.87%
54.90%

Color #637316 in popluar number systems.

HEX637316
Decimal9911522
Binary1100011111001110110
Octal14316326

Shades and tints

Shades of #637316

#637316
(99,115,22)
#5A6914
(90,105,20)
#515F12
(81,95,18)
#485510
(72,85,16)
#3F4B0E
(63,75,14)
#36410C
(54,65,12)
#2D370A
(45,55,10)
#242D08
(36,45,8)
#1B2306
(27,35,6)
#121904
(18,25,4)
#090F02
(9,15,2)
#000000
(0,0,0)

Tints of #637316

#637316
(99,115,22)
#717F2B
(113,127,43)
#7F8B40
(127,139,64)
#8D9755
(141,151,85)
#9BA36A
(155,163,106)
#A9AF7F
(169,175,127)
#B7BB94
(183,187,148)
#C5C7A9
(197,199,169)
#D3D3BE
(211,211,190)
#E1DFD3
(225,223,211)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637316 color. Also use rgb(99,115,22) instead hex code.

Text Font Color

.myTextColor { color: #637316; }

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

This text font color is #637316.


Background Color

.myBgColor { background-color: #637316; }

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

This div background color is #637316.


Border color

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

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

This div border color is #637316.


Opacity

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

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

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

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

This text has shadow with #637316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637316 on black background.


Color preview on white background

This text has color #637316 on white background.



Black color preview on #637316 background

This text has black color on #637316 background.


White color preview on #637316 background

This text has white color on #637316 background.