COLOR #609092

HEX: #609092
RGB: (96,144,146)

Color info

#609092 contains red, green and blue colors in about the same proportion. Web safe color of #609092 is #669999 (or #699).

RGB color model

#609092 color RGB value is (96,144,146).

  • red value is 96;
  • green value is 144;
  • blue value is 146.
RGB:
(96,144,146)
(38%,56%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 144 of 255 = 56%
B 146 of 255 = 57%

96
144
146

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

Portions of RGB colors in percentages

R + G + B =
96 + 144 + 146 = 386 (100%)
R 96 of 386 ~ 24.87%
G 144 of 386 ~ 37.31%
B 146 of 386 ~ 37.82%

%24.87
%37.31
%37.82

CMYK color model

#609092 color CMYK value is (34,1,0,43).

  • cyan value is 34.25%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,1,0,43)
C34M1Y0K43 
(34%,1%,0%,43%)
(0.34/0.01/0.00/0.43)	

CMYK percentages

%34.25
%1.37
%0
%42.75

Codes

Color #609092 in popluar color models

609092
RGB96144146
HSL182°20.66%47.45%
HSB/HSV182°34.25%57.25%
CMYK34.25%1.37%0.00%
42.75%

Color #609092 in popluar number systems.

HEX609092
Decimal96144146
Binary11000001001000010010010
Octal140220222

Shades and tints

Shades of #609092

#609092
(96,144,146)
#588385
(88,131,133)
#507678
(80,118,120)
#48696B
(72,105,107)
#405C5E
(64,92,94)
#384F51
(56,79,81)
#304244
(48,66,68)
#283537
(40,53,55)
#20282A
(32,40,42)
#181B1D
(24,27,29)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #609092

#609092
(96,144,146)
#6E9A9B
(110,154,155)
#7CA4A4
(124,164,164)
#8AAEAD
(138,174,173)
#98B8B6
(152,184,182)
#A6C2BF
(166,194,191)
#B4CCC8
(180,204,200)
#C2D6D1
(194,214,209)
#D0E0DA
(208,224,218)
#DEEAE3
(222,234,227)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609092 color. Also use rgb(96,144,146) instead hex code.

Text Font Color

.myTextColor { color: #609092; }

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

This text font color is #609092.


Background Color

.myBgColor { background-color: #609092; }

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

This div background color is #609092.


Border color

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

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

This div border color is #609092.


Opacity

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

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

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

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

This text has shadow with #609092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609092 on black background.


Color preview on white background

This text has color #609092 on white background.



Black color preview on #609092 background

This text has black color on #609092 background.


White color preview on #609092 background

This text has white color on #609092 background.