COLOR #616E2C

HEX: #616E2C
RGB: (97,110,44)

Color info

#616E2C contains mainly red and green colors. Web safe color of #616E2C is #666633 (or #663).

RGB color model

#616E2C color RGB value is (97,110,44).

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

RGB channels and saturation

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

97
110
44

R + G + B ~ 33%. #616E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 44 = 251 (100%)
R 97 of 251 ~ 38.65%
G 110 of 251 ~ 43.82%
B 44 of 251 ~ 17.53%

%38.65
%43.82
%17.53

CMYK color model

#616E2C color CMYK value is (12,0,60,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 56.86%
CMYK:
(12,0,60,57)
C12M0Y60K57 
(12%,0%,60%,57%)
(0.12/0.00/0.60/0.57)	

CMYK percentages

%11.82
%0
%60
%56.86

Codes

Color #616E2C in popluar color models

616E2C
RGB9711044
HSL72°42.86%30.20%
HSB/HSV72°60.00%43.14%
CMYK11.82%0.00%60.00%
56.86%

Color #616E2C in popluar number systems.

HEX616E2C
Decimal9711044
Binary11000011101110101100
Octal14115654

Shades and tints

Shades of #616E2C

#616E2C
(97,110,44)
#596428
(89,100,40)
#515A24
(81,90,36)
#495020
(73,80,32)
#41461C
(65,70,28)
#393C18
(57,60,24)
#313214
(49,50,20)
#292810
(41,40,16)
#211E0C
(33,30,12)
#191408
(25,20,8)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #616E2C

#616E2C
(97,110,44)
#6F7B3F
(111,123,63)
#7D8852
(125,136,82)
#8B9565
(139,149,101)
#99A278
(153,162,120)
#A7AF8B
(167,175,139)
#B5BC9E
(181,188,158)
#C3C9B1
(195,201,177)
#D1D6C4
(209,214,196)
#DFE3D7
(223,227,215)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E2C; }

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

This text font color is #616E2C.


Background Color

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

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

This div background color is #616E2C.


Border color

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

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

This div border color is #616E2C.


Opacity

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

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

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

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

This text has shadow with #616E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E2C on black background.


Color preview on white background

This text has color #616E2C on white background.



Black color preview on #616E2C background

This text has black color on #616E2C background.


White color preview on #616E2C background

This text has white color on #616E2C background.