COLOR #618048

HEX: #618048
RGB: (97,128,72)

Color info

#618048 contains red, green and blue colors in about the same proportion. Web safe color of #618048 is #666633 (or #663).

RGB color model

#618048 color RGB value is (97,128,72).

  • red value is 97;
  • green value is 128;
  • blue value is 72.
RGB:
(97,128,72)
(38%,50%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 72 of 255 = 28%

97
128
72

R + G + B ~ 39%. #618048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 72 = 297 (100%)
R 97 of 297 ~ 32.66%
G 128 of 297 ~ 43.1%
B 72 of 297 ~ 24.24%

%32.66
%43.1
%24.24

CMYK color model

#618048 color CMYK value is (24,0,44,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 49.80%
CMYK:
(24,0,44,50)
C24M0Y44K50 
(24%,0%,44%,50%)
(0.24/0.00/0.44/0.50)	

CMYK percentages

%24.22
%0
%43.75
%49.8

Codes

Color #618048 in popluar color models

618048
RGB9712872
HSL93°28.00%39.22%
HSB/HSV93°43.75%50.20%
CMYK24.22%0.00%43.75%
49.80%

Color #618048 in popluar number systems.

HEX618048
Decimal9712872
Binary1100001100000001001000
Octal141200110

Shades and tints

Shades of #618048

#618048
(97,128,72)
#597542
(89,117,66)
#516A3C
(81,106,60)
#495F36
(73,95,54)
#415430
(65,84,48)
#39492A
(57,73,42)
#313E24
(49,62,36)
#29331E
(41,51,30)
#212818
(33,40,24)
#191D12
(25,29,18)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #618048

#618048
(97,128,72)
#6F8B58
(111,139,88)
#7D9668
(125,150,104)
#8BA178
(139,161,120)
#99AC88
(153,172,136)
#A7B798
(167,183,152)
#B5C2A8
(181,194,168)
#C3CDB8
(195,205,184)
#D1D8C8
(209,216,200)
#DFE3D8
(223,227,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618048 color. Also use rgb(97,128,72) instead hex code.

Text Font Color

.myTextColor { color: #618048; }

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

This text font color is #618048.


Background Color

.myBgColor { background-color: #618048; }

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

This div background color is #618048.


Border color

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

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

This div border color is #618048.


Opacity

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

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

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

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

This text has shadow with #618048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618048 on black background.


Color preview on white background

This text has color #618048 on white background.



Black color preview on #618048 background

This text has black color on #618048 background.


White color preview on #618048 background

This text has white color on #618048 background.