COLOR #619C7F

HEX: #619C7F RGB: (97,156,127)

Color info

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

RGB color model

#619C7F color RGB value is (97,156,127).

RGB: (97,156,127) (38%, 61%, 50%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 127 of 255 = 50%

97
156
127

R + G + B ~ 50%. #619C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 156 + 127 = 380 (100%)
R 97 of 380 ~ 25.53%
G 156 of 380 ~ 41.05%
B 127 of 380 ~ 33.42'%

%25.53
%41.05
%33.42

CMYK color model

#619C7F color CMYK value is (38,0,19,39).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%

CMYK: (38,0,19,39)
C38M0Y19K39 (38%, 0%, 19%, 39%)
(0.38 / 0.00 / 0.19 / 0.39)

CMYK percentages

%37.82
%0
%18.59
%38.82

Codes

Color #619C7F in popluar color models

61 9C 7F
RGB 97 156 127
HSL 151° 23.32% 49.61%
HSB/HSV 151° 37.82% 61.18%
CMYK 37.82% 0.00% 18.59%
38.82%

Color #619C7F in popluar number systems.

HEX 61 9C 7F
Decimal 97 156 127
Binary 1100001 10011100 1111111
Octal 141 234 177

Shades and tints

Shades of #619C7F

#619C7F
(97,156,127)
#598E74
(89,142,116)
#518069
(81,128,105)
#49725E
(73,114,94)
#416453
(65,100,83)
#395648
(57,86,72)
#31483D
(49,72,61)
#293A32
(41,58,50)
#212C27
(33,44,39)
#191E1C
(25,30,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #619C7F

#619C7F
(97,156,127)
#6FA58A
(111,165,138)
#7DAE95
(125,174,149)
#8BB7A0
(139,183,160)
#99C0AB
(153,192,171)
#A7C9B6
(167,201,182)
#B5D2C1
(181,210,193)
#C3DBCC
(195,219,204)
#D1E4D7
(209,228,215)
#DFEDE2
(223,237,226)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619C7F color. Also use rgb(97,156,127) instead hex code.

Text Font Color

.myTextColor { color: #619C7F; }

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

This text font color is #619C7F.

Background Color

.myBgColor { background-color: #619C7F; }

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

This div background color is #619C7F.

Border color

.myBorderColor { border: 1px solid #619C7F; }

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

This div border color is #619C7F.

Opacity

.myOpacity80 { color: #619C7F; opacity: 0.8; }

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

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

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

This text has shadow with #619C7F color.


.textShadow {text-shadow: 3px 3px 1px #619C7F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #619C7F; -webkit-box-shadow: 1px 1px 3px 2px #619C7F; box-shadow:1px 1px 3px 2px #619C7F;">
Div content here
</div>

This div box has shadow with color #619C7F.

Preview

Color preview on black background

This text has color #619C7F on black background.


Color preview on white background

This text has color #619C7F on white background.


Black color preview on #619C7F background

This text has black color on #619C7F background.


White color preview on #619C7F background

This text has white color on #619C7F background.


Related colors

Complementary color

Complementary color for #hex is #9E6380.


I love getcolorcode.com

Triadic colors

1 #7F619C and #9C7F61 with #619C7F are triadic colors.

2 #7F9C61 and #9C617F with #619C7F are triadic colors.