COLOR #608D4C

HEX: #608D4C
RGB: (96,141,76)

Color info

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

RGB color model

#608D4C color RGB value is (96,141,76).

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

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 76 of 255 = 30%

96
141
76

R + G + B ~ 41%. #608D4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 76 = 313 (100%)
R 96 of 313 ~ 30.67%
G 141 of 313 ~ 45.05%
B 76 of 313 ~ 24.28%

%30.67
%45.05
%24.28

CMYK color model

#608D4C color CMYK value is (32,0,46,45).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 44.71%
CMYK:
(32,0,46,45)
C32M0Y46K45 
(32%,0%,46%,45%)
(0.32/0.00/0.46/0.45)	

CMYK percentages

%31.91
%0
%46.1
%44.71

Codes

Color #608D4C in popluar color models

608D4C
RGB9614176
HSL102°29.95%42.55%
HSB/HSV102°46.10%55.29%
CMYK31.91%0.00%46.10%
44.71%

Color #608D4C in popluar number systems.

HEX608D4C
Decimal9614176
Binary1100000100011011001100
Octal140215114

Shades and tints

Shades of #608D4C

#608D4C
(96,141,76)
#588146
(88,129,70)
#507540
(80,117,64)
#48693A
(72,105,58)
#405D34
(64,93,52)
#38512E
(56,81,46)
#304528
(48,69,40)
#283922
(40,57,34)
#202D1C
(32,45,28)
#182116
(24,33,22)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #608D4C

#608D4C
(96,141,76)
#6E975C
(110,151,92)
#7CA16C
(124,161,108)
#8AAB7C
(138,171,124)
#98B58C
(152,181,140)
#A6BF9C
(166,191,156)
#B4C9AC
(180,201,172)
#C2D3BC
(194,211,188)
#D0DDCC
(208,221,204)
#DEE7DC
(222,231,220)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608D4C; }

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

This text font color is #608D4C.


Background Color

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

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

This div background color is #608D4C.


Border color

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

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

This div border color is #608D4C.


Opacity

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

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

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

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

This text has shadow with #608D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D4C on black background.


Color preview on white background

This text has color #608D4C on white background.



Black color preview on #608D4C background

This text has black color on #608D4C background.


White color preview on #608D4C background

This text has white color on #608D4C background.