COLOR #608F31

HEX: #608F31
RGB: (96,143,49)

Color info

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

RGB color model

#608F31 color RGB value is (96,143,49).

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

RGB channels and saturation

R 96 of 255 = 38%
G 143 of 255 = 56%
B 49 of 255 = 19%

96
143
49

R + G + B ~ 38%. #608F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 143 + 49 = 288 (100%)
R 96 of 288 ~ 33.33%
G 143 of 288 ~ 49.65%
B 49 of 288 ~ 17.01%

%33.33
%49.65
%17.01

CMYK color model

#608F31 color CMYK value is (33,0,66,44).

  • cyan value is 32.87%
  • magenta value is 0.00%
  • yellow value is 65.73%
  • key color value is 43.92%
CMYK:
(33,0,66,44)
C33M0Y66K44 
(33%,0%,66%,44%)
(0.33/0.00/0.66/0.44)	

CMYK percentages

%32.87
%0
%65.73
%43.92

Codes

Color #608F31 in popluar color models

608F31
RGB9614349
HSL90°48.96%37.65%
HSB/HSV90°65.73%56.08%
CMYK32.87%0.00%65.73%
43.92%

Color #608F31 in popluar number systems.

HEX608F31
Decimal9614349
Binary110000010001111110001
Octal14021761

Shades and tints

Shades of #608F31

#608F31
(96,143,49)
#58822D
(88,130,45)
#507529
(80,117,41)
#486825
(72,104,37)
#405B21
(64,91,33)
#384E1D
(56,78,29)
#304119
(48,65,25)
#283415
(40,52,21)
#202711
(32,39,17)
#181A0D
(24,26,13)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #608F31

#608F31
(96,143,49)
#6E9943
(110,153,67)
#7CA355
(124,163,85)
#8AAD67
(138,173,103)
#98B779
(152,183,121)
#A6C18B
(166,193,139)
#B4CB9D
(180,203,157)
#C2D5AF
(194,213,175)
#D0DFC1
(208,223,193)
#DEE9D3
(222,233,211)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608F31 color. Also use rgb(96,143,49) instead hex code.

Text Font Color

.myTextColor { color: #608F31; }

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

This text font color is #608F31.


Background Color

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

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

This div background color is #608F31.


Border color

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

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

This div border color is #608F31.


Opacity

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

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

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

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

This text has shadow with #608F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608F31 on black background.


Color preview on white background

This text has color #608F31 on white background.



Black color preview on #608F31 background

This text has black color on #608F31 background.


White color preview on #608F31 background

This text has white color on #608F31 background.