COLOR #618569

HEX: #618569
RGB: (97,133,105)

Color info

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

RGB color model

#618569 color RGB value is (97,133,105).

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

RGB channels and saturation

R 97 of 255 = 38%
G 133 of 255 = 52%
B 105 of 255 = 41%

97
133
105

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

Portions of RGB colors in percentages

R + G + B =
97 + 133 + 105 = 335 (100%)
R 97 of 335 ~ 28.96%
G 133 of 335 ~ 39.7%
B 105 of 335 ~ 31.34%

%28.96
%39.7
%31.34

CMYK color model

#618569 color CMYK value is (27,0,21,48).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(27,0,21,48)
C27M0Y21K48 
(27%,0%,21%,48%)
(0.27/0.00/0.21/0.48)	

CMYK percentages

%27.07
%0
%21.05
%47.84

Codes

Color #618569 in popluar color models

618569
RGB97133105
HSL133°15.65%45.10%
HSB/HSV133°27.07%52.16%
CMYK27.07%0.00%21.05%
47.84%

Color #618569 in popluar number systems.

HEX618569
Decimal97133105
Binary1100001100001011101001
Octal141205151

Shades and tints

Shades of #618569

#618569
(97,133,105)
#597960
(89,121,96)
#516D57
(81,109,87)
#49614E
(73,97,78)
#415545
(65,85,69)
#39493C
(57,73,60)
#313D33
(49,61,51)
#29312A
(41,49,42)
#212521
(33,37,33)
#191918
(25,25,24)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #618569

#618569
(97,133,105)
#6F9076
(111,144,118)
#7D9B83
(125,155,131)
#8BA690
(139,166,144)
#99B19D
(153,177,157)
#A7BCAA
(167,188,170)
#B5C7B7
(181,199,183)
#C3D2C4
(195,210,196)
#D1DDD1
(209,221,209)
#DFE8DE
(223,232,222)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618569; }

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

This text font color is #618569.


Background Color

.myBgColor { background-color: #618569; }

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

This div background color is #618569.


Border color

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

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

This div border color is #618569.


Opacity

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

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

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

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

This text has shadow with #618569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618569 on black background.


Color preview on white background

This text has color #618569 on white background.



Black color preview on #618569 background

This text has black color on #618569 background.


White color preview on #618569 background

This text has white color on #618569 background.