COLOR #618F63

HEX: #618F63 RGB: (97,143,99)

Color info

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

RGB color model

#618F63 color RGB value is (97,143,99).

RGB: (97,143,99) (38%, 56%, 39%)

RGB channels and saturation

R 97 of 255 = 38%
G 143 of 255 = 56%
B 99 of 255 = 39%

97
143
99

R + G + B ~ 44%. #618F63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 143 + 99 = 339 (100%)
R 97 of 339 ~ 28.61%
G 143 of 339 ~ 42.18%
B 99 of 339 ~ 29.2'%

%28.61
%42.18
%29.2

CMYK color model

#618F63 color CMYK value is (32,0,31,44).

  • cyan value is 32.17%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%

CMYK: (32,0,31,44)
C32M0Y31K44 (32%, 0%, 31%, 44%)
(0.32 / 0.00 / 0.31 / 0.44)

CMYK percentages

%32.17
%0
%30.77
%43.92

Codes

Color #618F63 in popluar color models

61 8F 63
RGB 97 143 99
HSL 123° 19.17% 47.06%
HSB/HSV 123° 32.17% 56.08%
CMYK 32.17% 0.00% 30.77%
43.92%

Color #618F63 in popluar number systems.

HEX 61 8F 63
Decimal 97 143 99
Binary 1100001 10001111 1100011
Octal 141 217 143

Shades and tints

Shades of #618F63

#618F63
(97,143,99)
#59825A
(89,130,90)
#517551
(81,117,81)
#496848
(73,104,72)
#415B3F
(65,91,63)
#394E36
(57,78,54)
#31412D
(49,65,45)
#293424
(41,52,36)
#21271B
(33,39,27)
#191A12
(25,26,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #618F63

#618F63
(97,143,99)
#6F9971
(111,153,113)
#7DA37F
(125,163,127)
#8BAD8D
(139,173,141)
#99B79B
(153,183,155)
#A7C1A9
(167,193,169)
#B5CBB7
(181,203,183)
#C3D5C5
(195,213,197)
#D1DFD3
(209,223,211)
#DFE9E1
(223,233,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618F63 color. Also use rgb(97,143,99) instead hex code.

Text Font Color

.myTextColor { color: #618F63; }

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

This text font color is #618F63.

Background Color

.myBgColor { background-color: #618F63; }

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

This div background color is #618F63.

Border color

.myBorderColor { border: 1px solid #618F63; }

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

This div border color is #618F63.

Opacity

.myOpacity80 { color: #618F63; opacity: 0.8; }

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

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

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

This text has shadow with #618F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618F63.

Preview

Color preview on black background

This text has color #618F63 on black background.


Color preview on white background

This text has color #618F63 on white background.


Black color preview on #618F63 background

This text has black color on #618F63 background.


White color preview on #618F63 background

This text has white color on #618F63 background.


Related colors

Complementary color

Complementary color for #hex is #9E709C.


I love getcolorcode.com

Triadic colors

1 #63618F and #8F6361 with #618F63 are triadic colors.

2 #638F61 and #8F6163 with #618F63 are triadic colors.