COLOR #617A01

HEX: #617A01
RGB: (97,122,1)

Color info

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

RGB color model

#617A01 color RGB value is (97,122,1).

  • red value is 97;
  • green value is 122;
  • blue value is 1.
RGB:
(97,122,1)
(38%,48%,0%)

RGB channels and saturation

R 97 of 255 = 38%
G 122 of 255 = 48%
B 1 of 255 = 0%

97
122
1

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

Portions of RGB colors in percentages

R + G + B =
97 + 122 + 1 = 220 (100%)
R 97 of 220 ~ 44.09%
G 122 of 220 ~ 55.45%
B 1 of 220 ~ 0.45%

%44.09
%55.45

CMYK color model

#617A01 color CMYK value is (20,0,99,52).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 99.18%
  • key color value is 52.16%
CMYK:
(20,0,99,52)
C20M0Y99K52 
(20%,0%,99%,52%)
(0.20/0.00/0.99/0.52)	

CMYK percentages

%20.49
%0
%99.18
%52.16

Codes

Color #617A01 in popluar color models

617A01
RGB971221
HSL72°98.37%24.12%
HSB/HSV72°99.18%47.84%
CMYK20.49%0.00%99.18%
52.16%

Color #617A01 in popluar number systems.

HEX617A01
Decimal971221
Binary110000111110101
Octal1411721

Shades and tints

Shades of #617A01

#617A01
(97,122,1)
#596F01
(89,111,1)
#516401
(81,100,1)
#495901
(73,89,1)
#414E01
(65,78,1)
#394301
(57,67,1)
#313801
(49,56,1)
#292D01
(41,45,1)
#212201
(33,34,1)
#191701
(25,23,1)
#110C01
(17,12,1)
#000000
(0,0,0)

Tints of #617A01

#617A01
(97,122,1)
#6F8618
(111,134,24)
#7D922F
(125,146,47)
#8B9E46
(139,158,70)
#99AA5D
(153,170,93)
#A7B674
(167,182,116)
#B5C28B
(181,194,139)
#C3CEA2
(195,206,162)
#D1DAB9
(209,218,185)
#DFE6D0
(223,230,208)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617A01 color. Also use rgb(97,122,1) instead hex code.

Text Font Color

.myTextColor { color: #617A01; }

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

This text font color is #617A01.


Background Color

.myBgColor { background-color: #617A01; }

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

This div background color is #617A01.


Border color

.myBorderColor { border: 1px solid #617A01; }

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

This div border color is #617A01.


Opacity

.myOpacity80 { color: #617A01; opacity: 0.8; }

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

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

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

This text has shadow with #617A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617A01 on black background.


Color preview on white background

This text has color #617A01 on white background.



Black color preview on #617A01 background

This text has black color on #617A01 background.


White color preview on #617A01 background

This text has white color on #617A01 background.