COLOR #618191

HEX: #618191
RGB: (97,129,145)

Color info

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

RGB color model

#618191 color RGB value is (97,129,145).

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

RGB channels and saturation

R 97 of 255 = 38%
G 129 of 255 = 51%
B 145 of 255 = 57%

97
129
145

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

Portions of RGB colors in percentages

R + G + B =
97 + 129 + 145 = 371 (100%)
R 97 of 371 ~ 26.15%
G 129 of 371 ~ 34.77%
B 145 of 371 ~ 39.08%

%26.15
%34.77
%39.08

CMYK color model

#618191 color CMYK value is (33,11,0,43).

  • cyan value is 33.10%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(33,11,0,43)
C33M11Y0K43 
(33%,11%,0%,43%)
(0.33/0.11/0.00/0.43)	

CMYK percentages

%33.1
%11.03
%0
%43.14

Codes

Color #618191 in popluar color models

618191
RGB97129145
HSL200°19.83%47.45%
HSB/HSV200°33.10%56.86%
CMYK33.10%11.03%0.00%
43.14%

Color #618191 in popluar number systems.

HEX618191
Decimal97129145
Binary11000011000000110010001
Octal141201221

Shades and tints

Shades of #618191

#618191
(97,129,145)
#597684
(89,118,132)
#516B77
(81,107,119)
#49606A
(73,96,106)
#41555D
(65,85,93)
#394A50
(57,74,80)
#313F43
(49,63,67)
#293436
(41,52,54)
#212929
(33,41,41)
#191E1C
(25,30,28)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #618191

#618191
(97,129,145)
#6F8C9B
(111,140,155)
#7D97A5
(125,151,165)
#8BA2AF
(139,162,175)
#99ADB9
(153,173,185)
#A7B8C3
(167,184,195)
#B5C3CD
(181,195,205)
#C3CED7
(195,206,215)
#D1D9E1
(209,217,225)
#DFE4EB
(223,228,235)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618191; }

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

This text font color is #618191.


Background Color

.myBgColor { background-color: #618191; }

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

This div background color is #618191.


Border color

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

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

This div border color is #618191.


Opacity

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

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

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

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

This text has shadow with #618191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618191 on black background.


Color preview on white background

This text has color #618191 on white background.



Black color preview on #618191 background

This text has black color on #618191 background.


White color preview on #618191 background

This text has white color on #618191 background.