COLOR #608D3B

HEX: #608D3B
RGB: (96,141,59)

Color info

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

RGB color model

#608D3B color RGB value is (96,141,59).

  • red value is 96;
  • green value is 141;
  • blue value is 59.
RGB:
(96,141,59)
(38%,55%,23%)

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 59 of 255 = 23%

96
141
59

R + G + B ~ 39%. #608D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 59 = 296 (100%)
R 96 of 296 ~ 32.43%
G 141 of 296 ~ 47.64%
B 59 of 296 ~ 19.93%

%32.43
%47.64
%19.93

CMYK color model

#608D3B color CMYK value is (32,0,58,45).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 44.71%
CMYK:
(32,0,58,45)
C32M0Y58K45 
(32%,0%,58%,45%)
(0.32/0.00/0.58/0.45)	

CMYK percentages

%31.91
%0
%58.16
%44.71

Codes

Color #608D3B in popluar color models

608D3B
RGB9614159
HSL93°41.00%39.22%
HSB/HSV93°58.16%55.29%
CMYK31.91%0.00%58.16%
44.71%

Color #608D3B in popluar number systems.

HEX608D3B
Decimal9614159
Binary110000010001101111011
Octal14021573

Shades and tints

Shades of #608D3B

#608D3B
(96,141,59)
#588136
(88,129,54)
#507531
(80,117,49)
#48692C
(72,105,44)
#405D27
(64,93,39)
#385122
(56,81,34)
#30451D
(48,69,29)
#283918
(40,57,24)
#202D13
(32,45,19)
#18210E
(24,33,14)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #608D3B

#608D3B
(96,141,59)
#6E974C
(110,151,76)
#7CA15D
(124,161,93)
#8AAB6E
(138,171,110)
#98B57F
(152,181,127)
#A6BF90
(166,191,144)
#B4C9A1
(180,201,161)
#C2D3B2
(194,211,178)
#D0DDC3
(208,221,195)
#DEE7D4
(222,231,212)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608D3B color. Also use rgb(96,141,59) instead hex code.

Text Font Color

.myTextColor { color: #608D3B; }

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

This text font color is #608D3B.


Background Color

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

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

This div background color is #608D3B.


Border color

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

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

This div border color is #608D3B.


Opacity

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

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

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

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

This text has shadow with #608D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D3B on black background.


Color preview on white background

This text has color #608D3B on white background.



Black color preview on #608D3B background

This text has black color on #608D3B background.


White color preview on #608D3B background

This text has white color on #608D3B background.