COLOR #618778

HEX: #618778
RGB: (97,135,120)

Color info

#618778 contains red, green and blue colors in about the same proportion. Web safe color of #618778 is #669966 (or #696).

RGB color model

#618778 color RGB value is (97,135,120).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 120 of 255 = 47%

97
135
120

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 120 = 352 (100%)
R 97 of 352 ~ 27.56%
G 135 of 352 ~ 38.35%
B 120 of 352 ~ 34.09%

%27.56
%38.35
%34.09

CMYK color model

#618778 color CMYK value is (28,0,11,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(28,0,11,47)
C28M0Y11K47 
(28%,0%,11%,47%)
(0.28/0.00/0.11/0.47)	

CMYK percentages

%28.15
%0
%11.11
%47.06

Codes

Color #618778 in popluar color models

618778
RGB97135120
HSL156°16.38%45.49%
HSB/HSV156°28.15%52.94%
CMYK28.15%0.00%11.11%
47.06%

Color #618778 in popluar number systems.

HEX618778
Decimal97135120
Binary1100001100001111111000
Octal141207170

Shades and tints

Shades of #618778

#618778
(97,135,120)
#597B6E
(89,123,110)
#516F64
(81,111,100)
#49635A
(73,99,90)
#415750
(65,87,80)
#394B46
(57,75,70)
#313F3C
(49,63,60)
#293332
(41,51,50)
#212728
(33,39,40)
#191B1E
(25,27,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #618778

#618778
(97,135,120)
#6F9184
(111,145,132)
#7D9B90
(125,155,144)
#8BA59C
(139,165,156)
#99AFA8
(153,175,168)
#A7B9B4
(167,185,180)
#B5C3C0
(181,195,192)
#C3CDCC
(195,205,204)
#D1D7D8
(209,215,216)
#DFE1E4
(223,225,228)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618778; }

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

This text font color is #618778.


Background Color

.myBgColor { background-color: #618778; }

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

This div background color is #618778.


Border color

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

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

This div border color is #618778.


Opacity

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

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

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

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

This text has shadow with #618778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618778 on black background.


Color preview on white background

This text has color #618778 on white background.



Black color preview on #618778 background

This text has black color on #618778 background.


White color preview on #618778 background

This text has white color on #618778 background.