COLOR #619133

HEX: #619133
RGB: (97,145,51)

Color info

#619133 contains mainly red and green colors. Web safe color of #619133 is #669933 (or #693).

RGB color model

#619133 color RGB value is (97,145,51).

  • red value is 97;
  • green value is 145;
  • blue value is 51.
RGB:
(97,145,51)
(38%,57%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 145 of 255 = 57%
B 51 of 255 = 20%

97
145
51

R + G + B ~ 38%. #619133 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 145 + 51 = 293 (100%)
R 97 of 293 ~ 33.11%
G 145 of 293 ~ 49.49%
B 51 of 293 ~ 17.41%

%33.11
%49.49
%17.41

CMYK color model

#619133 color CMYK value is (33,0,65,43).

  • cyan value is 33.10%
  • magenta value is 0.00%
  • yellow value is 64.83%
  • key color value is 43.14%
CMYK:
(33,0,65,43)
C33M0Y65K43 
(33%,0%,65%,43%)
(0.33/0.00/0.65/0.43)	

CMYK percentages

%33.1
%0
%64.83
%43.14

Codes

Color #619133 in popluar color models

619133
RGB9714551
HSL91°47.96%38.43%
HSB/HSV91°64.83%56.86%
CMYK33.10%0.00%64.83%
43.14%

Color #619133 in popluar number systems.

HEX619133
Decimal9714551
Binary110000110010001110011
Octal14122163

Shades and tints

Shades of #619133

#619133
(97,145,51)
#59842F
(89,132,47)
#51772B
(81,119,43)
#496A27
(73,106,39)
#415D23
(65,93,35)
#39501F
(57,80,31)
#31431B
(49,67,27)
#293617
(41,54,23)
#212913
(33,41,19)
#191C0F
(25,28,15)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #619133

#619133
(97,145,51)
#6F9B45
(111,155,69)
#7DA557
(125,165,87)
#8BAF69
(139,175,105)
#99B97B
(153,185,123)
#A7C38D
(167,195,141)
#B5CD9F
(181,205,159)
#C3D7B1
(195,215,177)
#D1E1C3
(209,225,195)
#DFEBD5
(223,235,213)
#EDF5E7
(237,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619133 color. Also use rgb(97,145,51) instead hex code.

Text Font Color

.myTextColor { color: #619133; }

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

This text font color is #619133.


Background Color

.myBgColor { background-color: #619133; }

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

This div background color is #619133.


Border color

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

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

This div border color is #619133.


Opacity

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

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

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

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

This text has shadow with #619133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619133 on black background.


Color preview on white background

This text has color #619133 on white background.



Black color preview on #619133 background

This text has black color on #619133 background.


White color preview on #619133 background

This text has white color on #619133 background.