COLOR #608946

HEX: #608946
RGB: (96,137,70)

Color info

#608946 contains mainly red and green colors. Web safe color of #608946 is #669933 (or #693).

RGB color model

#608946 color RGB value is (96,137,70).

  • red value is 96;
  • green value is 137;
  • blue value is 70.
RGB:
(96,137,70)
(38%,54%,27%)

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 70 of 255 = 27%

96
137
70

R + G + B ~ 40%. #608946 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 70 = 303 (100%)
R 96 of 303 ~ 31.68%
G 137 of 303 ~ 45.21%
B 70 of 303 ~ 23.1%

%31.68
%45.21
%23.1

CMYK color model

#608946 color CMYK value is (30,0,49,46).

  • cyan value is 29.93%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 46.27%
CMYK:
(30,0,49,46)
C30M0Y49K46 
(30%,0%,49%,46%)
(0.30/0.00/0.49/0.46)	

CMYK percentages

%29.93
%0
%48.91
%46.27

Codes

Color #608946 in popluar color models

608946
RGB9613770
HSL97°32.37%40.59%
HSB/HSV97°48.91%53.73%
CMYK29.93%0.00%48.91%
46.27%

Color #608946 in popluar number systems.

HEX608946
Decimal9613770
Binary1100000100010011000110
Octal140211106

Shades and tints

Shades of #608946

#608946
(96,137,70)
#587D40
(88,125,64)
#50713A
(80,113,58)
#486534
(72,101,52)
#40592E
(64,89,46)
#384D28
(56,77,40)
#304122
(48,65,34)
#28351C
(40,53,28)
#202916
(32,41,22)
#181D10
(24,29,16)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #608946

#608946
(96,137,70)
#6E9356
(110,147,86)
#7C9D66
(124,157,102)
#8AA776
(138,167,118)
#98B186
(152,177,134)
#A6BB96
(166,187,150)
#B4C5A6
(180,197,166)
#C2CFB6
(194,207,182)
#D0D9C6
(208,217,198)
#DEE3D6
(222,227,214)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608946 color. Also use rgb(96,137,70) instead hex code.

Text Font Color

.myTextColor { color: #608946; }

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

This text font color is #608946.


Background Color

.myBgColor { background-color: #608946; }

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

This div background color is #608946.


Border color

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

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

This div border color is #608946.


Opacity

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

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

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

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

This text has shadow with #608946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608946 on black background.


Color preview on white background

This text has color #608946 on white background.



Black color preview on #608946 background

This text has black color on #608946 background.


White color preview on #608946 background

This text has white color on #608946 background.