COLOR #618881

HEX: #618881
RGB: (97,136,129)

Color info

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

RGB color model

#618881 color RGB value is (97,136,129).

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

RGB channels and saturation

R 97 of 255 = 38%
G 136 of 255 = 53%
B 129 of 255 = 51%

97
136
129

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

Portions of RGB colors in percentages

R + G + B =
97 + 136 + 129 = 362 (100%)
R 97 of 362 ~ 26.8%
G 136 of 362 ~ 37.57%
B 129 of 362 ~ 35.64%

%26.8
%37.57
%35.64

CMYK color model

#618881 color CMYK value is (29,0,5,47).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(29,0,5,47)
C29M0Y5K47 
(29%,0%,5%,47%)
(0.29/0.00/0.05/0.47)	

CMYK percentages

%28.68
%0
%5.15
%46.67

Codes

Color #618881 in popluar color models

618881
RGB97136129
HSL169°16.74%45.69%
HSB/HSV169°28.68%53.33%
CMYK28.68%0.00%5.15%
46.67%

Color #618881 in popluar number systems.

HEX618881
Decimal97136129
Binary11000011000100010000001
Octal141210201

Shades and tints

Shades of #618881

#618881
(97,136,129)
#597C76
(89,124,118)
#51706B
(81,112,107)
#496460
(73,100,96)
#415855
(65,88,85)
#394C4A
(57,76,74)
#31403F
(49,64,63)
#293434
(41,52,52)
#212829
(33,40,41)
#191C1E
(25,28,30)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #618881

#618881
(97,136,129)
#6F928C
(111,146,140)
#7D9C97
(125,156,151)
#8BA6A2
(139,166,162)
#99B0AD
(153,176,173)
#A7BAB8
(167,186,184)
#B5C4C3
(181,196,195)
#C3CECE
(195,206,206)
#D1D8D9
(209,216,217)
#DFE2E4
(223,226,228)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618881; }

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

This text font color is #618881.


Background Color

.myBgColor { background-color: #618881; }

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

This div background color is #618881.


Border color

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

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

This div border color is #618881.


Opacity

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

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

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

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

This text has shadow with #618881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618881 on black background.


Color preview on white background

This text has color #618881 on white background.



Black color preview on #618881 background

This text has black color on #618881 background.


White color preview on #618881 background

This text has white color on #618881 background.