COLOR #619365

HEX: #619365
RGB: (97,147,101)

Color info

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

RGB color model

#619365 color RGB value is (97,147,101).

  • red value is 97;
  • green value is 147;
  • blue value is 101.
RGB:
(97,147,101)
(38%,58%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 147 of 255 = 58%
B 101 of 255 = 40%

97
147
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 147 + 101 = 345 (100%)
R 97 of 345 ~ 28.12%
G 147 of 345 ~ 42.61%
B 101 of 345 ~ 29.28%

%28.12
%42.61
%29.28

CMYK color model

#619365 color CMYK value is (34,0,31,42).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 42.35%
CMYK:
(34,0,31,42)
C34M0Y31K42 
(34%,0%,31%,42%)
(0.34/0.00/0.31/0.42)	

CMYK percentages

%34.01
%0
%31.29
%42.35

Codes

Color #619365 in popluar color models

619365
RGB97147101
HSL125°20.49%47.84%
HSB/HSV125°34.01%57.65%
CMYK34.01%0.00%31.29%
42.35%

Color #619365 in popluar number systems.

HEX619365
Decimal97147101
Binary1100001100100111100101
Octal141223145

Shades and tints

Shades of #619365

#619365
(97,147,101)
#59865C
(89,134,92)
#517953
(81,121,83)
#496C4A
(73,108,74)
#415F41
(65,95,65)
#395238
(57,82,56)
#31452F
(49,69,47)
#293826
(41,56,38)
#212B1D
(33,43,29)
#191E14
(25,30,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #619365

#619365
(97,147,101)
#6F9C73
(111,156,115)
#7DA581
(125,165,129)
#8BAE8F
(139,174,143)
#99B79D
(153,183,157)
#A7C0AB
(167,192,171)
#B5C9B9
(181,201,185)
#C3D2C7
(195,210,199)
#D1DBD5
(209,219,213)
#DFE4E3
(223,228,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619365 color. Also use rgb(97,147,101) instead hex code.

Text Font Color

.myTextColor { color: #619365; }

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

This text font color is #619365.


Background Color

.myBgColor { background-color: #619365; }

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

This div background color is #619365.


Border color

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

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

This div border color is #619365.


Opacity

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

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

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

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

This text has shadow with #619365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619365 on black background.


Color preview on white background

This text has color #619365 on white background.



Black color preview on #619365 background

This text has black color on #619365 background.


White color preview on #619365 background

This text has white color on #619365 background.