COLOR #619C5B

HEX: #619C5B RGB: (97,156,91)

Color info

#619C5B contains mainly red and green colors. Web safe color of #619C5B is #669966 (or #696).

RGB color model

#619C5B color RGB value is (97,156,91).

RGB: (97,156,91) (38%, 61%, 36%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 91 of 255 = 36%

97
156
91

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

Portions of RGB colors in percentages

R + G + B = 97 + 156 + 91 = 344 (100%)
R 97 of 344 ~ 28.2%
G 156 of 344 ~ 45.35%
B 91 of 344 ~ 26.45'%

%28.2
%45.35
%26.45

CMYK color model

#619C5B color CMYK value is (38,0,42,39).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 38.82%

CMYK: (38,0,42,39)
C38M0Y42K39 (38%, 0%, 42%, 39%)
(0.38 / 0.00 / 0.42 / 0.39)

CMYK percentages

%37.82
%0
%41.67
%38.82

Codes

Color #619C5B in popluar color models

61 9C 5B
RGB 97 156 91
HSL 114° 26.32% 48.43%
HSB/HSV 114° 41.67% 61.18%
CMYK 37.82% 0.00% 41.67%
38.82%

Color #619C5B in popluar number systems.

HEX 61 9C 5B
Decimal 97 156 91
Binary 1100001 10011100 1011011
Octal 141 234 133

Shades and tints

Shades of #619C5B

#619C5B
(97,156,91)
#598E53
(89,142,83)
#51804B
(81,128,75)
#497243
(73,114,67)
#41643B
(65,100,59)
#395633
(57,86,51)
#31482B
(49,72,43)
#293A23
(41,58,35)
#212C1B
(33,44,27)
#191E13
(25,30,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #619C5B

#619C5B
(97,156,91)
#6FA569
(111,165,105)
#7DAE77
(125,174,119)
#8BB785
(139,183,133)
#99C093
(153,192,147)
#A7C9A1
(167,201,161)
#B5D2AF
(181,210,175)
#C3DBBD
(195,219,189)
#D1E4CB
(209,228,203)
#DFEDD9
(223,237,217)
#EDF6E7
(237,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619C5B color. Also use rgb(97,156,91) instead hex code.

Text Font Color

.myTextColor { color: #619C5B; }

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

This text font color is #619C5B.

Background Color

.myBgColor { background-color: #619C5B; }

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

This div background color is #619C5B.

Border color

.myBorderColor { border: 1px solid #619C5B; }

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

This div border color is #619C5B.

Opacity

.myOpacity80 { color: #619C5B; opacity: 0.8; }

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

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

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

This text has shadow with #619C5B color.


.textShadow {text-shadow: 3px 3px 1px #619C5B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #619C5B; -webkit-box-shadow: 1px 1px 3px 2px #619C5B; box-shadow:1px 1px 3px 2px #619C5B;">
Div content here
</div>

This div box has shadow with color #619C5B.

Preview

Color preview on black background

This text has color #619C5B on black background.


Color preview on white background

This text has color #619C5B on white background.


Black color preview on #619C5B background

This text has black color on #619C5B background.


White color preview on #619C5B background

This text has white color on #619C5B background.


Related colors

Complementary color

Complementary color for #hex is #9E63A4.


I love getcolorcode.com

Triadic colors

1 #5B619C and #9C5B61 with #619C5B are triadic colors.

2 #5B9C61 and #9C615B with #619C5B are triadic colors.