COLOR #616812

HEX: #616812
RGB: (97,104,18)

Color info

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

RGB color model

#616812 color RGB value is (97,104,18).

  • red value is 97;
  • green value is 104;
  • blue value is 18.
RGB:
(97,104,18)
(38%,41%,7%)

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 18 of 255 = 7%

97
104
18

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

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 18 = 219 (100%)
R 97 of 219 ~ 44.29%
G 104 of 219 ~ 47.49%
B 18 of 219 ~ 8.22%

%44.29
%47.49

CMYK color model

#616812 color CMYK value is (7,0,83,59).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(7,0,83,59)
C7M0Y83K59 
(7%,0%,83%,59%)
(0.07/0.00/0.83/0.59)	

CMYK percentages

%6.73
%0
%82.69
%59.22

Codes

Color #616812 in popluar color models

616812
RGB9710418
HSL65°70.49%23.92%
HSB/HSV65°82.69%40.78%
CMYK6.73%0.00%82.69%
59.22%

Color #616812 in popluar number systems.

HEX616812
Decimal9710418
Binary1100001110100010010
Octal14115022

Shades and tints

Shades of #616812

#616812
(97,104,18)
#595F11
(89,95,17)
#515610
(81,86,16)
#494D0F
(73,77,15)
#41440E
(65,68,14)
#393B0D
(57,59,13)
#31320C
(49,50,12)
#29290B
(41,41,11)
#21200A
(33,32,10)
#191709
(25,23,9)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #616812

#616812
(97,104,18)
#6F7527
(111,117,39)
#7D823C
(125,130,60)
#8B8F51
(139,143,81)
#999C66
(153,156,102)
#A7A97B
(167,169,123)
#B5B690
(181,182,144)
#C3C3A5
(195,195,165)
#D1D0BA
(209,208,186)
#DFDDCF
(223,221,207)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616812 color. Also use rgb(97,104,18) instead hex code.

Text Font Color

.myTextColor { color: #616812; }

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

This text font color is #616812.


Background Color

.myBgColor { background-color: #616812; }

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

This div background color is #616812.


Border color

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

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

This div border color is #616812.


Opacity

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

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

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

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

This text has shadow with #616812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616812 on black background.


Color preview on white background

This text has color #616812 on white background.



Black color preview on #616812 background

This text has black color on #616812 background.


White color preview on #616812 background

This text has white color on #616812 background.