COLOR #637613

HEX: #637613
RGB: (99,118,19)

Color info

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

RGB color model

#637613 color RGB value is (99,118,19).

  • red value is 99;
  • green value is 118;
  • blue value is 19.
RGB:
(99,118,19)
(39%,46%,7%)

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 19 of 255 = 7%

99
118
19

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 19 = 236 (100%)
R 99 of 236 ~ 41.95%
G 118 of 236 ~ 50%
B 19 of 236 ~ 8.05%

%41.95
%50

CMYK color model

#637613 color CMYK value is (16,0,84,54).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 83.90%
  • key color value is 53.73%
CMYK:
(16,0,84,54)
C16M0Y84K54 
(16%,0%,84%,54%)
(0.16/0.00/0.84/0.54)	

CMYK percentages

%16.1
%0
%83.9
%53.73

Codes

Color #637613 in popluar color models

637613
RGB9911819
HSL72°72.26%26.86%
HSB/HSV72°83.90%46.27%
CMYK16.10%0.00%83.90%
53.73%

Color #637613 in popluar number systems.

HEX637613
Decimal9911819
Binary1100011111011010011
Octal14316623

Shades and tints

Shades of #637613

#637613
(99,118,19)
#5A6C12
(90,108,18)
#516211
(81,98,17)
#485810
(72,88,16)
#3F4E0F
(63,78,15)
#36440E
(54,68,14)
#2D3A0D
(45,58,13)
#24300C
(36,48,12)
#1B260B
(27,38,11)
#121C0A
(18,28,10)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #637613

#637613
(99,118,19)
#718228
(113,130,40)
#7F8E3D
(127,142,61)
#8D9A52
(141,154,82)
#9BA667
(155,166,103)
#A9B27C
(169,178,124)
#B7BE91
(183,190,145)
#C5CAA6
(197,202,166)
#D3D6BB
(211,214,187)
#E1E2D0
(225,226,208)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637613 color. Also use rgb(99,118,19) instead hex code.

Text Font Color

.myTextColor { color: #637613; }

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

This text font color is #637613.


Background Color

.myBgColor { background-color: #637613; }

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

This div background color is #637613.


Border color

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

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

This div border color is #637613.


Opacity

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

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

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

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

This text has shadow with #637613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637613 on black background.


Color preview on white background

This text has color #637613 on white background.



Black color preview on #637613 background

This text has black color on #637613 background.


White color preview on #637613 background

This text has white color on #637613 background.