COLOR #618385

HEX: #618385
RGB: (97,131,133)

Color info

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

RGB color model

#618385 color RGB value is (97,131,133).

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

RGB channels and saturation

R 97 of 255 = 38%
G 131 of 255 = 51%
B 133 of 255 = 52%

97
131
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 133 = 361 (100%)
R 97 of 361 ~ 26.87%
G 131 of 361 ~ 36.29%
B 133 of 361 ~ 36.84%

%26.87
%36.29
%36.84

CMYK color model

#618385 color CMYK value is (27,2,0,48).

  • cyan value is 27.07%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(27,2,0,48)
C27M2Y0K48 
(27%,2%,0%,48%)
(0.27/0.02/0.00/0.48)	

CMYK percentages

%27.07
%1.5
%0
%47.84

Codes

Color #618385 in popluar color models

618385
RGB97131133
HSL183°15.65%45.10%
HSB/HSV183°27.07%52.16%
CMYK27.07%1.50%0.00%
47.84%

Color #618385 in popluar number systems.

HEX618385
Decimal97131133
Binary11000011000001110000101
Octal141203205

Shades and tints

Shades of #618385

#618385
(97,131,133)
#597879
(89,120,121)
#516D6D
(81,109,109)
#496261
(73,98,97)
#415755
(65,87,85)
#394C49
(57,76,73)
#31413D
(49,65,61)
#293631
(41,54,49)
#212B25
(33,43,37)
#192019
(25,32,25)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #618385

#618385
(97,131,133)
#6F8E90
(111,142,144)
#7D999B
(125,153,155)
#8BA4A6
(139,164,166)
#99AFB1
(153,175,177)
#A7BABC
(167,186,188)
#B5C5C7
(181,197,199)
#C3D0D2
(195,208,210)
#D1DBDD
(209,219,221)
#DFE6E8
(223,230,232)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618385; }

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

This text font color is #618385.


Background Color

.myBgColor { background-color: #618385; }

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

This div background color is #618385.


Border color

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

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

This div border color is #618385.


Opacity

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

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

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

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

This text has shadow with #618385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618385 on black background.


Color preview on white background

This text has color #618385 on white background.



Black color preview on #618385 background

This text has black color on #618385 background.


White color preview on #618385 background

This text has white color on #618385 background.