COLOR #619263

HEX: #619263
RGB: (97,146,99)

Color info

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

RGB color model

#619263 color RGB value is (97,146,99).

  • red value is 97;
  • green value is 146;
  • blue value is 99.
RGB:
(97,146,99)
(38%,57%,39%)

RGB channels and saturation

R 97 of 255 = 38%
G 146 of 255 = 57%
B 99 of 255 = 39%

97
146
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 146 + 99 = 342 (100%)
R 97 of 342 ~ 28.36%
G 146 of 342 ~ 42.69%
B 99 of 342 ~ 28.95%

%28.36
%42.69
%28.95

CMYK color model

#619263 color CMYK value is (34,0,32,43).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(34,0,32,43)
C34M0Y32K43 
(34%,0%,32%,43%)
(0.34/0.00/0.32/0.43)	

CMYK percentages

%33.56
%0
%32.19
%42.75

Codes

Color #619263 in popluar color models

619263
RGB9714699
HSL122°20.16%47.65%
HSB/HSV122°33.56%57.25%
CMYK33.56%0.00%32.19%
42.75%

Color #619263 in popluar number systems.

HEX619263
Decimal9714699
Binary1100001100100101100011
Octal141222143

Shades and tints

Shades of #619263

#619263
(97,146,99)
#59855A
(89,133,90)
#517851
(81,120,81)
#496B48
(73,107,72)
#415E3F
(65,94,63)
#395136
(57,81,54)
#31442D
(49,68,45)
#293724
(41,55,36)
#212A1B
(33,42,27)
#191D12
(25,29,18)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #619263

#619263
(97,146,99)
#6F9B71
(111,155,113)
#7DA47F
(125,164,127)
#8BAD8D
(139,173,141)
#99B69B
(153,182,155)
#A7BFA9
(167,191,169)
#B5C8B7
(181,200,183)
#C3D1C5
(195,209,197)
#D1DAD3
(209,218,211)
#DFE3E1
(223,227,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619263 color. Also use rgb(97,146,99) instead hex code.

Text Font Color

.myTextColor { color: #619263; }

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

This text font color is #619263.


Background Color

.myBgColor { background-color: #619263; }

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

This div background color is #619263.


Border color

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

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

This div border color is #619263.


Opacity

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

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

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

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

This text has shadow with #619263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619263 on black background.


Color preview on white background

This text has color #619263 on white background.



Black color preview on #619263 background

This text has black color on #619263 background.


White color preview on #619263 background

This text has white color on #619263 background.