COLOR #616F04

HEX: #616F04
RGB: (97,111,4)

Color info

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

RGB color model

#616F04 color RGB value is (97,111,4).

  • red value is 97;
  • green value is 111;
  • blue value is 4.
RGB:
(97,111,4)
(38%,44%,2%)

RGB channels and saturation

R 97 of 255 = 38%
G 111 of 255 = 44%
B 4 of 255 = 2%

97
111
4

R + G + B ~ 28%. #616F04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 111 + 4 = 212 (100%)
R 97 of 212 ~ 45.75%
G 111 of 212 ~ 52.36%
B 4 of 212 ~ 1.89%

%45.75
%52.36

CMYK color model

#616F04 color CMYK value is (13,0,96,56).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 96.40%
  • key color value is 56.47%
CMYK:
(13,0,96,56)
C13M0Y96K56 
(13%,0%,96%,56%)
(0.13/0.00/0.96/0.56)	

CMYK percentages

%12.61
%0
%96.4
%56.47

Codes

Color #616F04 in popluar color models

616F04
RGB971114
HSL68°93.04%22.55%
HSB/HSV68°96.40%43.53%
CMYK12.61%0.00%96.40%
56.47%

Color #616F04 in popluar number systems.

HEX616F04
Decimal971114
Binary11000011101111100
Octal1411574

Shades and tints

Shades of #616F04

#616F04
(97,111,4)
#596504
(89,101,4)
#515B04
(81,91,4)
#495104
(73,81,4)
#414704
(65,71,4)
#393D04
(57,61,4)
#313304
(49,51,4)
#292904
(41,41,4)
#211F04
(33,31,4)
#191504
(25,21,4)
#110B04
(17,11,4)
#000000
(0,0,0)

Tints of #616F04

#616F04
(97,111,4)
#6F7C1A
(111,124,26)
#7D8930
(125,137,48)
#8B9646
(139,150,70)
#99A35C
(153,163,92)
#A7B072
(167,176,114)
#B5BD88
(181,189,136)
#C3CA9E
(195,202,158)
#D1D7B4
(209,215,180)
#DFE4CA
(223,228,202)
#EDF1E0
(237,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616F04 color. Also use rgb(97,111,4) instead hex code.

Text Font Color

.myTextColor { color: #616F04; }

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

This text font color is #616F04.


Background Color

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

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

This div background color is #616F04.


Border color

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

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

This div border color is #616F04.


Opacity

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

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

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

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

This text has shadow with #616F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616F04 on black background.


Color preview on white background

This text has color #616F04 on white background.



Black color preview on #616F04 background

This text has black color on #616F04 background.


White color preview on #616F04 background

This text has white color on #616F04 background.