COLOR #619672

HEX: #619672
RGB: (97,150,114)

Color info

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

RGB color model

#619672 color RGB value is (97,150,114).

  • red value is 97;
  • green value is 150;
  • blue value is 114.
RGB:
(97,150,114)
(38%,59%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 150 of 255 = 59%
B 114 of 255 = 45%

97
150
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 150 + 114 = 361 (100%)
R 97 of 361 ~ 26.87%
G 150 of 361 ~ 41.55%
B 114 of 361 ~ 31.58%

%26.87
%41.55
%31.58

CMYK color model

#619672 color CMYK value is (35,0,24,41).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(35,0,24,41)
C35M0Y24K41 
(35%,0%,24%,41%)
(0.35/0.00/0.24/0.41)	

CMYK percentages

%35.33
%0
%24
%41.18

Codes

Color #619672 in popluar color models

619672
RGB97150114
HSL139°21.46%48.43%
HSB/HSV139°35.33%58.82%
CMYK35.33%0.00%24.00%
41.18%

Color #619672 in popluar number systems.

HEX619672
Decimal97150114
Binary1100001100101101110010
Octal141226162

Shades and tints

Shades of #619672

#619672
(97,150,114)
#598968
(89,137,104)
#517C5E
(81,124,94)
#496F54
(73,111,84)
#41624A
(65,98,74)
#395540
(57,85,64)
#314836
(49,72,54)
#293B2C
(41,59,44)
#212E22
(33,46,34)
#192118
(25,33,24)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #619672

#619672
(97,150,114)
#6F9F7E
(111,159,126)
#7DA88A
(125,168,138)
#8BB196
(139,177,150)
#99BAA2
(153,186,162)
#A7C3AE
(167,195,174)
#B5CCBA
(181,204,186)
#C3D5C6
(195,213,198)
#D1DED2
(209,222,210)
#DFE7DE
(223,231,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619672 color. Also use rgb(97,150,114) instead hex code.

Text Font Color

.myTextColor { color: #619672; }

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

This text font color is #619672.


Background Color

.myBgColor { background-color: #619672; }

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

This div background color is #619672.


Border color

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

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

This div border color is #619672.


Opacity

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

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

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

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

This text has shadow with #619672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619672 on black background.


Color preview on white background

This text has color #619672 on white background.



Black color preview on #619672 background

This text has black color on #619672 background.


White color preview on #619672 background

This text has white color on #619672 background.