COLOR #608532

HEX: #608532
RGB: (96,133,50)

Color info

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

RGB color model

#608532 color RGB value is (96,133,50).

  • red value is 96;
  • green value is 133;
  • blue value is 50.
RGB:
(96,133,50)
(38%,52%,20%)

RGB channels and saturation

R 96 of 255 = 38%
G 133 of 255 = 52%
B 50 of 255 = 20%

96
133
50

R + G + B ~ 37%. #608532 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 133 + 50 = 279 (100%)
R 96 of 279 ~ 34.41%
G 133 of 279 ~ 47.67%
B 50 of 279 ~ 17.92%

%34.41
%47.67
%17.92

CMYK color model

#608532 color CMYK value is (28,0,62,48).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 62.41%
  • key color value is 47.84%
CMYK:
(28,0,62,48)
C28M0Y62K48 
(28%,0%,62%,48%)
(0.28/0.00/0.62/0.48)	

CMYK percentages

%27.82
%0
%62.41
%47.84

Codes

Color #608532 in popluar color models

608532
RGB9613350
HSL87°45.36%35.88%
HSB/HSV87°62.41%52.16%
CMYK27.82%0.00%62.41%
47.84%

Color #608532 in popluar number systems.

HEX608532
Decimal9613350
Binary110000010000101110010
Octal14020562

Shades and tints

Shades of #608532

#608532
(96,133,50)
#58792E
(88,121,46)
#506D2A
(80,109,42)
#486126
(72,97,38)
#405522
(64,85,34)
#38491E
(56,73,30)
#303D1A
(48,61,26)
#283116
(40,49,22)
#202512
(32,37,18)
#18190E
(24,25,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #608532

#608532
(96,133,50)
#6E9044
(110,144,68)
#7C9B56
(124,155,86)
#8AA668
(138,166,104)
#98B17A
(152,177,122)
#A6BC8C
(166,188,140)
#B4C79E
(180,199,158)
#C2D2B0
(194,210,176)
#D0DDC2
(208,221,194)
#DEE8D4
(222,232,212)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608532 color. Also use rgb(96,133,50) instead hex code.

Text Font Color

.myTextColor { color: #608532; }

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

This text font color is #608532.


Background Color

.myBgColor { background-color: #608532; }

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

This div background color is #608532.


Border color

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

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

This div border color is #608532.


Opacity

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

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

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

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

This text has shadow with #608532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608532 on black background.


Color preview on white background

This text has color #608532 on white background.



Black color preview on #608532 background

This text has black color on #608532 background.


White color preview on #608532 background

This text has white color on #608532 background.