COLOR #35AC1E

HEX: #35AC1E
RGB: (53,172,30)

Color info

#35AC1E contains mainly green color. Web safe color of #35AC1E is #339933 (or #393).

RGB color model

#35AC1E color RGB value is (53,172,30).

  • red value is 53;
  • green value is 172;
  • blue value is 30.
RGB:
(53,172,30)
(21%,67%,12%)

RGB channels and saturation

R 53 of 255 = 21%
G 172 of 255 = 67%
B 30 of 255 = 12%

53
172
30

R + G + B ~ 33%. #35AC1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 172 + 30 = 255 (100%)
R 53 of 255 ~ 20.78%
G 172 of 255 ~ 67.45%
B 30 of 255 ~ 11.76%

%20.78
%67.45
%11.76

CMYK color model

#35AC1E color CMYK value is (69,0,83,33).

  • cyan value is 69.19%
  • magenta value is 0.00%
  • yellow value is 82.56%
  • key color value is 32.55%
CMYK:
(69,0,83,33)
C69M0Y83K33 
(69%,0%,83%,33%)
(0.69/0.00/0.83/0.33)	

CMYK percentages

%69.19
%0
%82.56
%32.55

Codes

Color #35AC1E in popluar color models

35AC1E
RGB5317230
HSL110°70.30%39.61%
HSB/HSV110°82.56%67.45%
CMYK69.19%0.00%82.56%
32.55%

Color #35AC1E in popluar number systems.

HEX35AC1E
Decimal5317230
Binary1101011010110011110
Octal6525436

Shades and tints

Shades of #35AC1E

#35AC1E
(53,172,30)
#319D1C
(49,157,28)
#2D8E1A
(45,142,26)
#297F18
(41,127,24)
#257016
(37,112,22)
#216114
(33,97,20)
#1D5212
(29,82,18)
#194310
(25,67,16)
#15340E
(21,52,14)
#11250C
(17,37,12)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #35AC1E

#35AC1E
(53,172,30)
#47B332
(71,179,50)
#59BA46
(89,186,70)
#6BC15A
(107,193,90)
#7DC86E
(125,200,110)
#8FCF82
(143,207,130)
#A1D696
(161,214,150)
#B3DDAA
(179,221,170)
#C5E4BE
(197,228,190)
#D7EBD2
(215,235,210)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35AC1E color. Also use rgb(53,172,30) instead hex code.

Text Font Color

.myTextColor { color: #35AC1E; }

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

This text font color is #35AC1E.


Background Color

.myBgColor { background-color: #35AC1E; }

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

This div background color is #35AC1E.


Border color

.myBorderColor { border: 1px solid #35AC1E; }

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

This div border color is #35AC1E.


Opacity

.myOpacity80 { color: #35AC1E; opacity: 0.8; }

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

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

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

This text has shadow with #35AC1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35AC1E on black background.


Color preview on white background

This text has color #35AC1E on white background.



Black color preview on #35AC1E background

This text has black color on #35AC1E background.


White color preview on #35AC1E background

This text has white color on #35AC1E background.