COLOR #608E13

HEX: #608E13
RGB: (96,142,19)

Color info

#608E13 contains mainly red and green colors. Web safe color of #608E13 is #669900 (or #690).

RGB color model

#608E13 color RGB value is (96,142,19).

  • red value is 96;
  • green value is 142;
  • blue value is 19.
RGB:
(96,142,19)
(38%,56%,7%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 19 of 255 = 7%

96
142
19

R + G + B ~ 34%. #608E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 142 + 19 = 257 (100%)
R 96 of 257 ~ 37.35%
G 142 of 257 ~ 55.25%
B 19 of 257 ~ 7.39%

%37.35
%55.25

CMYK color model

#608E13 color CMYK value is (32,0,87,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 86.62%
  • key color value is 44.31%
CMYK:
(32,0,87,44)
C32M0Y87K44 
(32%,0%,87%,44%)
(0.32/0.00/0.87/0.44)	

CMYK percentages

%32.39
%0
%86.62
%44.31

Codes

Color #608E13 in popluar color models

608E13
RGB9614219
HSL82°76.40%31.57%
HSB/HSV82°86.62%55.69%
CMYK32.39%0.00%86.62%
44.31%

Color #608E13 in popluar number systems.

HEX608E13
Decimal9614219
Binary11000001000111010011
Octal14021623

Shades and tints

Shades of #608E13

#608E13
(96,142,19)
#588212
(88,130,18)
#507611
(80,118,17)
#486A10
(72,106,16)
#405E0F
(64,94,15)
#38520E
(56,82,14)
#30460D
(48,70,13)
#283A0C
(40,58,12)
#202E0B
(32,46,11)
#18220A
(24,34,10)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #608E13

#608E13
(96,142,19)
#6E9828
(110,152,40)
#7CA23D
(124,162,61)
#8AAC52
(138,172,82)
#98B667
(152,182,103)
#A6C07C
(166,192,124)
#B4CA91
(180,202,145)
#C2D4A6
(194,212,166)
#D0DEBB
(208,222,187)
#DEE8D0
(222,232,208)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608E13 color. Also use rgb(96,142,19) instead hex code.

Text Font Color

.myTextColor { color: #608E13; }

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

This text font color is #608E13.


Background Color

.myBgColor { background-color: #608E13; }

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

This div background color is #608E13.


Border color

.myBorderColor { border: 1px solid #608E13; }

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

This div border color is #608E13.


Opacity

.myOpacity80 { color: #608E13; opacity: 0.8; }

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

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

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

This text has shadow with #608E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608E13 on black background.


Color preview on white background

This text has color #608E13 on white background.



Black color preview on #608E13 background

This text has black color on #608E13 background.


White color preview on #608E13 background

This text has white color on #608E13 background.