COLOR #618150

HEX: #618150
RGB: (97,129,80)

Color info

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

RGB color model

#618150 color RGB value is (97,129,80).

  • red value is 97;
  • green value is 129;
  • blue value is 80.
RGB:
(97,129,80)
(38%,51%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 129 of 255 = 51%
B 80 of 255 = 31%

97
129
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 129 + 80 = 306 (100%)
R 97 of 306 ~ 31.7%
G 129 of 306 ~ 42.16%
B 80 of 306 ~ 26.14%

%31.7
%42.16
%26.14

CMYK color model

#618150 color CMYK value is (25,0,38,49).

  • cyan value is 24.81%
  • magenta value is 0.00%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(25,0,38,49)
C25M0Y38K49 
(25%,0%,38%,49%)
(0.25/0.00/0.38/0.49)	

CMYK percentages

%24.81
%0
%37.98
%49.41

Codes

Color #618150 in popluar color models

618150
RGB9712980
HSL99°23.44%40.98%
HSB/HSV99°37.98%50.59%
CMYK24.81%0.00%37.98%
49.41%

Color #618150 in popluar number systems.

HEX618150
Decimal9712980
Binary1100001100000011010000
Octal141201120

Shades and tints

Shades of #618150

#618150
(97,129,80)
#597649
(89,118,73)
#516B42
(81,107,66)
#49603B
(73,96,59)
#415534
(65,85,52)
#394A2D
(57,74,45)
#313F26
(49,63,38)
#29341F
(41,52,31)
#212918
(33,41,24)
#191E11
(25,30,17)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #618150

#618150
(97,129,80)
#6F8C5F
(111,140,95)
#7D976E
(125,151,110)
#8BA27D
(139,162,125)
#99AD8C
(153,173,140)
#A7B89B
(167,184,155)
#B5C3AA
(181,195,170)
#C3CEB9
(195,206,185)
#D1D9C8
(209,217,200)
#DFE4D7
(223,228,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618150 color. Also use rgb(97,129,80) instead hex code.

Text Font Color

.myTextColor { color: #618150; }

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

This text font color is #618150.


Background Color

.myBgColor { background-color: #618150; }

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

This div background color is #618150.


Border color

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

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

This div border color is #618150.


Opacity

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

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

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

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

This text has shadow with #618150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618150 on black background.


Color preview on white background

This text has color #618150 on white background.



Black color preview on #618150 background

This text has black color on #618150 background.


White color preview on #618150 background

This text has white color on #618150 background.