COLOR #616E11

HEX: #616E11
RGB: (97,110,17)

Color info

#616E11 contains mainly red and green colors. Web safe color of #616E11 is #666600 (or #660).

RGB color model

#616E11 color RGB value is (97,110,17).

  • red value is 97;
  • green value is 110;
  • blue value is 17.
RGB:
(97,110,17)
(38%,43%,7%)

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 17 of 255 = 7%

97
110
17

R + G + B ~ 29%. #616E11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 17 = 224 (100%)
R 97 of 224 ~ 43.3%
G 110 of 224 ~ 49.11%
B 17 of 224 ~ 7.59%

%43.3
%49.11

CMYK color model

#616E11 color CMYK value is (12,0,85,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 84.55%
  • key color value is 56.86%
CMYK:
(12,0,85,57)
C12M0Y85K57 
(12%,0%,85%,57%)
(0.12/0.00/0.85/0.57)	

CMYK percentages

%11.82
%0
%84.55
%56.86

Codes

Color #616E11 in popluar color models

616E11
RGB9711017
HSL68°73.23%24.90%
HSB/HSV68°84.55%43.14%
CMYK11.82%0.00%84.55%
56.86%

Color #616E11 in popluar number systems.

HEX616E11
Decimal9711017
Binary1100001110111010001
Octal14115621

Shades and tints

Shades of #616E11

#616E11
(97,110,17)
#596410
(89,100,16)
#515A0F
(81,90,15)
#49500E
(73,80,14)
#41460D
(65,70,13)
#393C0C
(57,60,12)
#31320B
(49,50,11)
#29280A
(41,40,10)
#211E09
(33,30,9)
#191408
(25,20,8)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #616E11

#616E11
(97,110,17)
#6F7B26
(111,123,38)
#7D883B
(125,136,59)
#8B9550
(139,149,80)
#99A265
(153,162,101)
#A7AF7A
(167,175,122)
#B5BC8F
(181,188,143)
#C3C9A4
(195,201,164)
#D1D6B9
(209,214,185)
#DFE3CE
(223,227,206)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616E11 color. Also use rgb(97,110,17) instead hex code.

Text Font Color

.myTextColor { color: #616E11; }

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

This text font color is #616E11.


Background Color

.myBgColor { background-color: #616E11; }

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

This div background color is #616E11.


Border color

.myBorderColor { border: 1px solid #616E11; }

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

This div border color is #616E11.


Opacity

.myOpacity80 { color: #616E11; opacity: 0.8; }

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

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

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

This text has shadow with #616E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E11 on black background.


Color preview on white background

This text has color #616E11 on white background.



Black color preview on #616E11 background

This text has black color on #616E11 background.


White color preview on #616E11 background

This text has white color on #616E11 background.