COLOR #618058

HEX: #618058
RGB: (97,128,88)

Color info

#618058 contains red, green and blue colors in about the same proportion. Web safe color of #618058 is #666666 (or #666).

RGB color model

#618058 color RGB value is (97,128,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 88 of 255 = 35%

97
128
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 88 = 313 (100%)
R 97 of 313 ~ 30.99%
G 128 of 313 ~ 40.89%
B 88 of 313 ~ 28.12%

%30.99
%40.89
%28.12

CMYK color model

#618058 color CMYK value is (24,0,31,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(24,0,31,50)
C24M0Y31K50 
(24%,0%,31%,50%)
(0.24/0.00/0.31/0.50)	

CMYK percentages

%24.22
%0
%31.25
%49.8

Codes

Color #618058 in popluar color models

618058
RGB9712888
HSL107°18.52%42.35%
HSB/HSV107°31.25%50.20%
CMYK24.22%0.00%31.25%
49.80%

Color #618058 in popluar number systems.

HEX618058
Decimal9712888
Binary1100001100000001011000
Octal141200130

Shades and tints

Shades of #618058

#618058
(97,128,88)
#597550
(89,117,80)
#516A48
(81,106,72)
#495F40
(73,95,64)
#415438
(65,84,56)
#394930
(57,73,48)
#313E28
(49,62,40)
#293320
(41,51,32)
#212818
(33,40,24)
#191D10
(25,29,16)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #618058

#618058
(97,128,88)
#6F8B67
(111,139,103)
#7D9676
(125,150,118)
#8BA185
(139,161,133)
#99AC94
(153,172,148)
#A7B7A3
(167,183,163)
#B5C2B2
(181,194,178)
#C3CDC1
(195,205,193)
#D1D8D0
(209,216,208)
#DFE3DF
(223,227,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618058; }

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

This text font color is #618058.


Background Color

.myBgColor { background-color: #618058; }

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

This div background color is #618058.


Border color

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

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

This div border color is #618058.


Opacity

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

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

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

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

This text has shadow with #618058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618058 on black background.


Color preview on white background

This text has color #618058 on white background.



Black color preview on #618058 background

This text has black color on #618058 background.


White color preview on #618058 background

This text has white color on #618058 background.