COLOR #618462

HEX: #618462
RGB: (97,132,98)

Color info

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

RGB color model

#618462 color RGB value is (97,132,98).

  • red value is 97;
  • green value is 132;
  • blue value is 98.
RGB:
(97,132,98)
(38%,52%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 132 of 255 = 52%
B 98 of 255 = 38%

97
132
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 132 + 98 = 327 (100%)
R 97 of 327 ~ 29.66%
G 132 of 327 ~ 40.37%
B 98 of 327 ~ 29.97%

%29.66
%40.37
%29.97

CMYK color model

#618462 color CMYK value is (27,0,26,48).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(27,0,26,48)
C27M0Y26K48 
(27%,0%,26%,48%)
(0.27/0.00/0.26/0.48)	

CMYK percentages

%26.52
%0
%25.76
%48.24

Codes

Color #618462 in popluar color models

618462
RGB9713298
HSL122°15.28%44.90%
HSB/HSV122°26.52%51.76%
CMYK26.52%0.00%25.76%
48.24%

Color #618462 in popluar number systems.

HEX618462
Decimal9713298
Binary1100001100001001100010
Octal141204142

Shades and tints

Shades of #618462

#618462
(97,132,98)
#59785A
(89,120,90)
#516C52
(81,108,82)
#49604A
(73,96,74)
#415442
(65,84,66)
#39483A
(57,72,58)
#313C32
(49,60,50)
#29302A
(41,48,42)
#212422
(33,36,34)
#19181A
(25,24,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #618462

#618462
(97,132,98)
#6F8F70
(111,143,112)
#7D9A7E
(125,154,126)
#8BA58C
(139,165,140)
#99B09A
(153,176,154)
#A7BBA8
(167,187,168)
#B5C6B6
(181,198,182)
#C3D1C4
(195,209,196)
#D1DCD2
(209,220,210)
#DFE7E0
(223,231,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618462 color. Also use rgb(97,132,98) instead hex code.

Text Font Color

.myTextColor { color: #618462; }

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

This text font color is #618462.


Background Color

.myBgColor { background-color: #618462; }

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

This div background color is #618462.


Border color

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

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

This div border color is #618462.


Opacity

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

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

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

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

This text has shadow with #618462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618462 on black background.


Color preview on white background

This text has color #618462 on white background.



Black color preview on #618462 background

This text has black color on #618462 background.


White color preview on #618462 background

This text has white color on #618462 background.