COLOR #616E23

HEX: #616E23
RGB: (97,110,35)

Color info

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

RGB color model

#616E23 color RGB value is (97,110,35).

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

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 35 of 255 = 14%

97
110
35

R + G + B ~ 32%. #616E23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 35 = 242 (100%)
R 97 of 242 ~ 40.08%
G 110 of 242 ~ 45.45%
B 35 of 242 ~ 14.46%

%40.08
%45.45
%14.46

CMYK color model

#616E23 color CMYK value is (12,0,68,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 56.86%
CMYK:
(12,0,68,57)
C12M0Y68K57 
(12%,0%,68%,57%)
(0.12/0.00/0.68/0.57)	

CMYK percentages

%11.82
%0
%68.18
%56.86

Codes

Color #616E23 in popluar color models

616E23
RGB9711035
HSL70°51.72%28.43%
HSB/HSV70°68.18%43.14%
CMYK11.82%0.00%68.18%
56.86%

Color #616E23 in popluar number systems.

HEX616E23
Decimal9711035
Binary11000011101110100011
Octal14115643

Shades and tints

Shades of #616E23

#616E23
(97,110,35)
#596420
(89,100,32)
#515A1D
(81,90,29)
#49501A
(73,80,26)
#414617
(65,70,23)
#393C14
(57,60,20)
#313211
(49,50,17)
#29280E
(41,40,14)
#211E0B
(33,30,11)
#191408
(25,20,8)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #616E23

#616E23
(97,110,35)
#6F7B37
(111,123,55)
#7D884B
(125,136,75)
#8B955F
(139,149,95)
#99A273
(153,162,115)
#A7AF87
(167,175,135)
#B5BC9B
(181,188,155)
#C3C9AF
(195,201,175)
#D1D6C3
(209,214,195)
#DFE3D7
(223,227,215)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E23; }

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

This text font color is #616E23.


Background Color

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

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

This div background color is #616E23.


Border color

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

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

This div border color is #616E23.


Opacity

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

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

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

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

This text has shadow with #616E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E23 on black background.


Color preview on white background

This text has color #616E23 on white background.



Black color preview on #616E23 background

This text has black color on #616E23 background.


White color preview on #616E23 background

This text has white color on #616E23 background.