COLOR #618788

HEX: #618788
RGB: (97,135,136)

Color info

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

RGB color model

#618788 color RGB value is (97,135,136).

  • red value is 97;
  • green value is 135;
  • blue value is 136.
RGB:
(97,135,136)
(38%,53%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 136 of 255 = 53%

97
135
136

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 136 = 368 (100%)
R 97 of 368 ~ 26.36%
G 135 of 368 ~ 36.68%
B 136 of 368 ~ 36.96%

%26.36
%36.68
%36.96

CMYK color model

#618788 color CMYK value is (29,1,0,47).

  • cyan value is 28.68%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,1,0,47)
C29M1Y0K47 
(29%,1%,0%,47%)
(0.29/0.01/0.00/0.47)	

CMYK percentages

%28.68
%0.74
%0
%46.67

Codes

Color #618788 in popluar color models

618788
RGB97135136
HSL182°16.74%45.69%
HSB/HSV182°28.68%53.33%
CMYK28.68%0.74%0.00%
46.67%

Color #618788 in popluar number systems.

HEX618788
Decimal97135136
Binary11000011000011110001000
Octal141207210

Shades and tints

Shades of #618788

#618788
(97,135,136)
#597B7C
(89,123,124)
#516F70
(81,111,112)
#496364
(73,99,100)
#415758
(65,87,88)
#394B4C
(57,75,76)
#313F40
(49,63,64)
#293334
(41,51,52)
#212728
(33,39,40)
#191B1C
(25,27,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #618788

#618788
(97,135,136)
#6F9192
(111,145,146)
#7D9B9C
(125,155,156)
#8BA5A6
(139,165,166)
#99AFB0
(153,175,176)
#A7B9BA
(167,185,186)
#B5C3C4
(181,195,196)
#C3CDCE
(195,205,206)
#D1D7D8
(209,215,216)
#DFE1E2
(223,225,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618788 color. Also use rgb(97,135,136) instead hex code.

Text Font Color

.myTextColor { color: #618788; }

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

This text font color is #618788.


Background Color

.myBgColor { background-color: #618788; }

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

This div background color is #618788.


Border color

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

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

This div border color is #618788.


Opacity

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

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

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

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

This text has shadow with #618788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618788 on black background.


Color preview on white background

This text has color #618788 on white background.



Black color preview on #618788 background

This text has black color on #618788 background.


White color preview on #618788 background

This text has white color on #618788 background.