COLOR #609483

HEX: #609483
RGB: (96,148,131)

Color info

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

RGB color model

#609483 color RGB value is (96,148,131).

  • red value is 96;
  • green value is 148;
  • blue value is 131.
RGB:
(96,148,131)
(38%,58%,51%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 131 of 255 = 51%

96
148
131

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

Portions of RGB colors in percentages

R + G + B =
96 + 148 + 131 = 375 (100%)
R 96 of 375 ~ 25.6%
G 148 of 375 ~ 39.47%
B 131 of 375 ~ 34.93%

%25.6
%39.47
%34.93

CMYK color model

#609483 color CMYK value is (35,0,11,42).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(35,0,11,42)
C35M0Y11K42 
(35%,0%,11%,42%)
(0.35/0.00/0.11/0.42)	

CMYK percentages

%35.14
%0
%11.49
%41.96

Codes

Color #609483 in popluar color models

609483
RGB96148131
HSL160°21.31%47.84%
HSB/HSV160°35.14%58.04%
CMYK35.14%0.00%11.49%
41.96%

Color #609483 in popluar number systems.

HEX609483
Decimal96148131
Binary11000001001010010000011
Octal140224203

Shades and tints

Shades of #609483

#609483
(96,148,131)
#588778
(88,135,120)
#507A6D
(80,122,109)
#486D62
(72,109,98)
#406057
(64,96,87)
#38534C
(56,83,76)
#304641
(48,70,65)
#283936
(40,57,54)
#202C2B
(32,44,43)
#181F20
(24,31,32)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #609483

#609483
(96,148,131)
#6E9D8E
(110,157,142)
#7CA699
(124,166,153)
#8AAFA4
(138,175,164)
#98B8AF
(152,184,175)
#A6C1BA
(166,193,186)
#B4CAC5
(180,202,197)
#C2D3D0
(194,211,208)
#D0DCDB
(208,220,219)
#DEE5E6
(222,229,230)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609483 color. Also use rgb(96,148,131) instead hex code.

Text Font Color

.myTextColor { color: #609483; }

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

This text font color is #609483.


Background Color

.myBgColor { background-color: #609483; }

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

This div background color is #609483.


Border color

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

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

This div border color is #609483.


Opacity

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

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

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

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

This text has shadow with #609483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609483 on black background.


Color preview on white background

This text has color #609483 on white background.



Black color preview on #609483 background

This text has black color on #609483 background.


White color preview on #609483 background

This text has white color on #609483 background.