COLOR #61AC3B

HEX: #61AC3B
RGB: (97,172,59)

Color info

#61AC3B contains mainly green color. Web safe color of #61AC3B is #669933 (or #693).

RGB color model

#61AC3B color RGB value is (97,172,59).

  • red value is 97;
  • green value is 172;
  • blue value is 59.
RGB:
(97,172,59)
(38%,67%,23%)

RGB channels and saturation

R 97 of 255 = 38%
G 172 of 255 = 67%
B 59 of 255 = 23%

97
172
59

R + G + B ~ 43%. #61AC3B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 172 + 59 = 328 (100%)
R 97 of 328 ~ 29.57%
G 172 of 328 ~ 52.44%
B 59 of 328 ~ 17.99%

%29.57
%52.44
%17.99

CMYK color model

#61AC3B color CMYK value is (44,0,66,33).

  • cyan value is 43.60%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 32.55%
CMYK:
(44,0,66,33)
C44M0Y66K33 
(44%,0%,66%,33%)
(0.44/0.00/0.66/0.33)	

CMYK percentages

%43.6
%0
%65.7
%32.55

Codes

Color #61AC3B in popluar color models

61AC3B
RGB9717259
HSL100°48.92%45.29%
HSB/HSV100°65.70%67.45%
CMYK43.60%0.00%65.70%
32.55%

Color #61AC3B in popluar number systems.

HEX61AC3B
Decimal9717259
Binary110000110101100111011
Octal14125473

Shades and tints

Shades of #61AC3B

#61AC3B
(97,172,59)
#599D36
(89,157,54)
#518E31
(81,142,49)
#497F2C
(73,127,44)
#417027
(65,112,39)
#396122
(57,97,34)
#31521D
(49,82,29)
#294318
(41,67,24)
#213413
(33,52,19)
#19250E
(25,37,14)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #61AC3B

#61AC3B
(97,172,59)
#6FB34C
(111,179,76)
#7DBA5D
(125,186,93)
#8BC16E
(139,193,110)
#99C87F
(153,200,127)
#A7CF90
(167,207,144)
#B5D6A1
(181,214,161)
#C3DDB2
(195,221,178)
#D1E4C3
(209,228,195)
#DFEBD4
(223,235,212)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AC3B color. Also use rgb(97,172,59) instead hex code.

Text Font Color

.myTextColor { color: #61AC3B; }

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

This text font color is #61AC3B.


Background Color

.myBgColor { background-color: #61AC3B; }

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

This div background color is #61AC3B.


Border color

.myBorderColor { border: 1px solid #61AC3B; }

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

This div border color is #61AC3B.


Opacity

.myOpacity80 { color: #61AC3B; opacity: 0.8; }

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

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

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

This text has shadow with #61AC3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AC3B on black background.


Color preview on white background

This text has color #61AC3B on white background.



Black color preview on #61AC3B background

This text has black color on #61AC3B background.


White color preview on #61AC3B background

This text has white color on #61AC3B background.