COLOR #608449

HEX: #608449
RGB: (96,132,73)

Color info

#608449 contains red, green and blue colors in about the same proportion. Web safe color of #608449 is #669933 (or #693).

RGB color model

#608449 color RGB value is (96,132,73).

  • red value is 96;
  • green value is 132;
  • blue value is 73.
RGB:
(96,132,73)
(38%,52%,29%)

RGB channels and saturation

R 96 of 255 = 38%
G 132 of 255 = 52%
B 73 of 255 = 29%

96
132
73

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

Portions of RGB colors in percentages

R + G + B =
96 + 132 + 73 = 301 (100%)
R 96 of 301 ~ 31.89%
G 132 of 301 ~ 43.85%
B 73 of 301 ~ 24.25%

%31.89
%43.85
%24.25

CMYK color model

#608449 color CMYK value is (27,0,45,48).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 44.70%
  • key color value is 48.24%
CMYK:
(27,0,45,48)
C27M0Y45K48 
(27%,0%,45%,48%)
(0.27/0.00/0.45/0.48)	

CMYK percentages

%27.27
%0
%44.7
%48.24

Codes

Color #608449 in popluar color models

608449
RGB9613273
HSL97°28.78%40.20%
HSB/HSV97°44.70%51.76%
CMYK27.27%0.00%44.70%
48.24%

Color #608449 in popluar number systems.

HEX608449
Decimal9613273
Binary1100000100001001001001
Octal140204111

Shades and tints

Shades of #608449

#608449
(96,132,73)
#587843
(88,120,67)
#506C3D
(80,108,61)
#486037
(72,96,55)
#405431
(64,84,49)
#38482B
(56,72,43)
#303C25
(48,60,37)
#28301F
(40,48,31)
#202419
(32,36,25)
#181813
(24,24,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #608449

#608449
(96,132,73)
#6E8F59
(110,143,89)
#7C9A69
(124,154,105)
#8AA579
(138,165,121)
#98B089
(152,176,137)
#A6BB99
(166,187,153)
#B4C6A9
(180,198,169)
#C2D1B9
(194,209,185)
#D0DCC9
(208,220,201)
#DEE7D9
(222,231,217)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608449 color. Also use rgb(96,132,73) instead hex code.

Text Font Color

.myTextColor { color: #608449; }

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

This text font color is #608449.


Background Color

.myBgColor { background-color: #608449; }

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

This div background color is #608449.


Border color

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

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

This div border color is #608449.


Opacity

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

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

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

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

This text has shadow with #608449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608449 on black background.


Color preview on white background

This text has color #608449 on white background.



Black color preview on #608449 background

This text has black color on #608449 background.


White color preview on #608449 background

This text has white color on #608449 background.