COLOR #618953

HEX: #618953
RGB: (97,137,83)

Color info

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

RGB color model

#618953 color RGB value is (97,137,83).

  • red value is 97;
  • green value is 137;
  • blue value is 83.
RGB:
(97,137,83)
(38%,54%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 83 of 255 = 33%

97
137
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 83 = 317 (100%)
R 97 of 317 ~ 30.6%
G 137 of 317 ~ 43.22%
B 83 of 317 ~ 26.18%

%30.6
%43.22
%26.18

CMYK color model

#618953 color CMYK value is (29,0,39,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(29,0,39,46)
C29M0Y39K46 
(29%,0%,39%,46%)
(0.29/0.00/0.39/0.46)	

CMYK percentages

%29.2
%0
%39.42
%46.27

Codes

Color #618953 in popluar color models

618953
RGB9713783
HSL104°24.55%43.14%
HSB/HSV104°39.42%53.73%
CMYK29.20%0.00%39.42%
46.27%

Color #618953 in popluar number systems.

HEX618953
Decimal9713783
Binary1100001100010011010011
Octal141211123

Shades and tints

Shades of #618953

#618953
(97,137,83)
#597D4C
(89,125,76)
#517145
(81,113,69)
#49653E
(73,101,62)
#415937
(65,89,55)
#394D30
(57,77,48)
#314129
(49,65,41)
#293522
(41,53,34)
#21291B
(33,41,27)
#191D14
(25,29,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #618953

#618953
(97,137,83)
#6F9362
(111,147,98)
#7D9D71
(125,157,113)
#8BA780
(139,167,128)
#99B18F
(153,177,143)
#A7BB9E
(167,187,158)
#B5C5AD
(181,197,173)
#C3CFBC
(195,207,188)
#D1D9CB
(209,217,203)
#DFE3DA
(223,227,218)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618953 color. Also use rgb(97,137,83) instead hex code.

Text Font Color

.myTextColor { color: #618953; }

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

This text font color is #618953.


Background Color

.myBgColor { background-color: #618953; }

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

This div background color is #618953.


Border color

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

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

This div border color is #618953.


Opacity

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

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

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

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

This text has shadow with #618953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618953 on black background.


Color preview on white background

This text has color #618953 on white background.



Black color preview on #618953 background

This text has black color on #618953 background.


White color preview on #618953 background

This text has white color on #618953 background.