COLOR #618685

HEX: #618685
RGB: (97,134,133)

Color info

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

RGB color model

#618685 color RGB value is (97,134,133).

  • red value is 97;
  • green value is 134;
  • blue value is 133.
RGB:
(97,134,133)
(38%,53%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 134 of 255 = 53%
B 133 of 255 = 52%

97
134
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 134 + 133 = 364 (100%)
R 97 of 364 ~ 26.65%
G 134 of 364 ~ 36.81%
B 133 of 364 ~ 36.54%

%26.65
%36.81
%36.54

CMYK color model

#618685 color CMYK value is (28,0,1,47).

  • cyan value is 27.61%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(28,0,1,47)
C28M0Y1K47 
(28%,0%,1%,47%)
(0.28/0.00/0.01/0.47)	

CMYK percentages

%27.61
%0
%0.75
%47.45

Codes

Color #618685 in popluar color models

618685
RGB97134133
HSL178°16.02%45.29%
HSB/HSV178°27.61%52.55%
CMYK27.61%0.00%0.75%
47.45%

Color #618685 in popluar number systems.

HEX618685
Decimal97134133
Binary11000011000011010000101
Octal141206205

Shades and tints

Shades of #618685

#618685
(97,134,133)
#597A79
(89,122,121)
#516E6D
(81,110,109)
#496261
(73,98,97)
#415655
(65,86,85)
#394A49
(57,74,73)
#313E3D
(49,62,61)
#293231
(41,50,49)
#212625
(33,38,37)
#191A19
(25,26,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #618685

#618685
(97,134,133)
#6F9190
(111,145,144)
#7D9C9B
(125,156,155)
#8BA7A6
(139,167,166)
#99B2B1
(153,178,177)
#A7BDBC
(167,189,188)
#B5C8C7
(181,200,199)
#C3D3D2
(195,211,210)
#D1DEDD
(209,222,221)
#DFE9E8
(223,233,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618685 color. Also use rgb(97,134,133) instead hex code.

Text Font Color

.myTextColor { color: #618685; }

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

This text font color is #618685.


Background Color

.myBgColor { background-color: #618685; }

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

This div background color is #618685.


Border color

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

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

This div border color is #618685.


Opacity

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

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

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

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

This text has shadow with #618685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618685 on black background.


Color preview on white background

This text has color #618685 on white background.



Black color preview on #618685 background

This text has black color on #618685 background.


White color preview on #618685 background

This text has white color on #618685 background.