COLOR #609E58

HEX: #609E58
RGB: (96,158,88)

Color info

#609E58 contains mainly green color. Web safe color of #609E58 is #669966 (or #696).

RGB color model

#609E58 color RGB value is (96,158,88).

  • red value is 96;
  • green value is 158;
  • blue value is 88.
RGB:
(96,158,88)
(38%,62%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 158 of 255 = 62%
B 88 of 255 = 35%

96
158
88

R + G + B ~ 45%. #609E58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 158 + 88 = 342 (100%)
R 96 of 342 ~ 28.07%
G 158 of 342 ~ 46.2%
B 88 of 342 ~ 25.73%

%28.07
%46.2
%25.73

CMYK color model

#609E58 color CMYK value is (39,0,44,38).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 38.04%
CMYK:
(39,0,44,38)
C39M0Y44K38 
(39%,0%,44%,38%)
(0.39/0.00/0.44/0.38)	

CMYK percentages

%39.24
%0
%44.3
%38.04

Codes

Color #609E58 in popluar color models

609E58
RGB9615888
HSL113°28.46%48.24%
HSB/HSV113°44.30%61.96%
CMYK39.24%0.00%44.30%
38.04%

Color #609E58 in popluar number systems.

HEX609E58
Decimal9615888
Binary1100000100111101011000
Octal140236130

Shades and tints

Shades of #609E58

#609E58
(96,158,88)
#589050
(88,144,80)
#508248
(80,130,72)
#487440
(72,116,64)
#406638
(64,102,56)
#385830
(56,88,48)
#304A28
(48,74,40)
#283C20
(40,60,32)
#202E18
(32,46,24)
#182010
(24,32,16)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #609E58

#609E58
(96,158,88)
#6EA667
(110,166,103)
#7CAE76
(124,174,118)
#8AB685
(138,182,133)
#98BE94
(152,190,148)
#A6C6A3
(166,198,163)
#B4CEB2
(180,206,178)
#C2D6C1
(194,214,193)
#D0DED0
(208,222,208)
#DEE6DF
(222,230,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609E58 color. Also use rgb(96,158,88) instead hex code.

Text Font Color

.myTextColor { color: #609E58; }

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

This text font color is #609E58.


Background Color

.myBgColor { background-color: #609E58; }

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

This div background color is #609E58.


Border color

.myBorderColor { border: 1px solid #609E58; }

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

This div border color is #609E58.


Opacity

.myOpacity80 { color: #609E58; opacity: 0.8; }

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

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

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

This text has shadow with #609E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609E58 on black background.


Color preview on white background

This text has color #609E58 on white background.



Black color preview on #609E58 background

This text has black color on #609E58 background.


White color preview on #609E58 background

This text has white color on #609E58 background.