COLOR #35AC70

HEX: #35AC70
RGB: (53,172,112)

Color info

#35AC70 contains mainly green color. Web safe color of #35AC70 is #339966 (or #396).

RGB color model

#35AC70 color RGB value is (53,172,112).

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

RGB channels and saturation

R 53 of 255 = 21%
G 172 of 255 = 67%
B 112 of 255 = 44%

53
172
112

R + G + B ~ 44%. #35AC70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 172 + 112 = 337 (100%)
R 53 of 337 ~ 15.73%
G 172 of 337 ~ 51.04%
B 112 of 337 ~ 33.23%

%15.73
%51.04
%33.23

CMYK color model

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

  • cyan value is 69.19%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 32.55%
CMYK:
(69,0,35,33)
C69M0Y35K33 
(69%,0%,35%,33%)
(0.69/0.00/0.35/0.33)	

CMYK percentages

%69.19
%0
%34.88
%32.55

Codes

Color #35AC70 in popluar color models

35AC70
RGB53172112
HSL150°52.89%44.12%
HSB/HSV150°69.19%67.45%
CMYK69.19%0.00%34.88%
32.55%

Color #35AC70 in popluar number systems.

HEX35AC70
Decimal53172112
Binary110101101011001110000
Octal65254160

Shades and tints

Shades of #35AC70

#35AC70
(53,172,112)
#319D66
(49,157,102)
#2D8E5C
(45,142,92)
#297F52
(41,127,82)
#257048
(37,112,72)
#21613E
(33,97,62)
#1D5234
(29,82,52)
#19432A
(25,67,42)
#153420
(21,52,32)
#112516
(17,37,22)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #35AC70

#35AC70
(53,172,112)
#47B37D
(71,179,125)
#59BA8A
(89,186,138)
#6BC197
(107,193,151)
#7DC8A4
(125,200,164)
#8FCFB1
(143,207,177)
#A1D6BE
(161,214,190)
#B3DDCB
(179,221,203)
#C5E4D8
(197,228,216)
#D7EBE5
(215,235,229)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35AC70; }

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

This text font color is #35AC70.


Background Color

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

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

This div background color is #35AC70.


Border color

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

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

This div border color is #35AC70.


Opacity

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

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

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

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

This text has shadow with #35AC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35AC70 on black background.


Color preview on white background

This text has color #35AC70 on white background.



Black color preview on #35AC70 background

This text has black color on #35AC70 background.


White color preview on #35AC70 background

This text has white color on #35AC70 background.