COLOR #618769

HEX: #618769
RGB: (97,135,105)

Color info

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

RGB color model

#618769 color RGB value is (97,135,105).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 105 of 255 = 41%

97
135
105

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 105 = 337 (100%)
R 97 of 337 ~ 28.78%
G 135 of 337 ~ 40.06%
B 105 of 337 ~ 31.16%

%28.78
%40.06
%31.16

CMYK color model

#618769 color CMYK value is (28,0,22,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(28,0,22,47)
C28M0Y22K47 
(28%,0%,22%,47%)
(0.28/0.00/0.22/0.47)	

CMYK percentages

%28.15
%0
%22.22
%47.06

Codes

Color #618769 in popluar color models

618769
RGB97135105
HSL133°16.38%45.49%
HSB/HSV133°28.15%52.94%
CMYK28.15%0.00%22.22%
47.06%

Color #618769 in popluar number systems.

HEX618769
Decimal97135105
Binary1100001100001111101001
Octal141207151

Shades and tints

Shades of #618769

#618769
(97,135,105)
#597B60
(89,123,96)
#516F57
(81,111,87)
#49634E
(73,99,78)
#415745
(65,87,69)
#394B3C
(57,75,60)
#313F33
(49,63,51)
#29332A
(41,51,42)
#212721
(33,39,33)
#191B18
(25,27,24)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #618769

#618769
(97,135,105)
#6F9176
(111,145,118)
#7D9B83
(125,155,131)
#8BA590
(139,165,144)
#99AF9D
(153,175,157)
#A7B9AA
(167,185,170)
#B5C3B7
(181,195,183)
#C3CDC4
(195,205,196)
#D1D7D1
(209,215,209)
#DFE1DE
(223,225,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618769; }

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

This text font color is #618769.


Background Color

.myBgColor { background-color: #618769; }

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

This div background color is #618769.


Border color

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

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

This div border color is #618769.


Opacity

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

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

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

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

This text has shadow with #618769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618769 on black background.


Color preview on white background

This text has color #618769 on white background.



Black color preview on #618769 background

This text has black color on #618769 background.


White color preview on #618769 background

This text has white color on #618769 background.