COLOR #618571

HEX: #618571
RGB: (97,133,113)

Color info

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

RGB color model

#618571 color RGB value is (97,133,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 133 of 255 = 52%
B 113 of 255 = 44%

97
133
113

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

Portions of RGB colors in percentages

R + G + B =
97 + 133 + 113 = 343 (100%)
R 97 of 343 ~ 28.28%
G 133 of 343 ~ 38.78%
B 113 of 343 ~ 32.94%

%28.28
%38.78
%32.94

CMYK color model

#618571 color CMYK value is (27,0,15,48).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 47.84%
CMYK:
(27,0,15,48)
C27M0Y15K48 
(27%,0%,15%,48%)
(0.27/0.00/0.15/0.48)	

CMYK percentages

%27.07
%0
%15.04
%47.84

Codes

Color #618571 in popluar color models

618571
RGB97133113
HSL147°15.65%45.10%
HSB/HSV147°27.07%52.16%
CMYK27.07%0.00%15.04%
47.84%

Color #618571 in popluar number systems.

HEX618571
Decimal97133113
Binary1100001100001011110001
Octal141205161

Shades and tints

Shades of #618571

#618571
(97,133,113)
#597967
(89,121,103)
#516D5D
(81,109,93)
#496153
(73,97,83)
#415549
(65,85,73)
#39493F
(57,73,63)
#313D35
(49,61,53)
#29312B
(41,49,43)
#212521
(33,37,33)
#191917
(25,25,23)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #618571

#618571
(97,133,113)
#6F907D
(111,144,125)
#7D9B89
(125,155,137)
#8BA695
(139,166,149)
#99B1A1
(153,177,161)
#A7BCAD
(167,188,173)
#B5C7B9
(181,199,185)
#C3D2C5
(195,210,197)
#D1DDD1
(209,221,209)
#DFE8DD
(223,232,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618571; }

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

This text font color is #618571.


Background Color

.myBgColor { background-color: #618571; }

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

This div background color is #618571.


Border color

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

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

This div border color is #618571.


Opacity

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

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

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

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

This text has shadow with #618571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618571 on black background.


Color preview on white background

This text has color #618571 on white background.



Black color preview on #618571 background

This text has black color on #618571 background.


White color preview on #618571 background

This text has white color on #618571 background.