COLOR #35A04F

HEX: #35A04F
RGB: (53,160,79)

Color info

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

RGB color model

#35A04F color RGB value is (53,160,79).

  • red value is 53;
  • green value is 160;
  • blue value is 79.
RGB:
(53,160,79)
(21%,63%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 160 of 255 = 63%
B 79 of 255 = 31%

53
160
79

R + G + B ~ 38%. #35A04F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 160 + 79 = 292 (100%)
R 53 of 292 ~ 18.15%
G 160 of 292 ~ 54.79%
B 79 of 292 ~ 27.05%

%18.15
%54.79
%27.05

CMYK color model

#35A04F color CMYK value is (67,0,51,37).

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 50.63%
  • key color value is 37.25%
CMYK:
(67,0,51,37)
C67M0Y51K37 
(67%,0%,51%,37%)
(0.67/0.00/0.51/0.37)	

CMYK percentages

%66.88
%0
%50.63
%37.25

Codes

Color #35A04F in popluar color models

35A04F
RGB5316079
HSL135°50.23%41.76%
HSB/HSV135°66.88%62.75%
CMYK66.88%0.00%50.63%
37.25%

Color #35A04F in popluar number systems.

HEX35A04F
Decimal5316079
Binary110101101000001001111
Octal65240117

Shades and tints

Shades of #35A04F

#35A04F
(53,160,79)
#319248
(49,146,72)
#2D8441
(45,132,65)
#29763A
(41,118,58)
#256833
(37,104,51)
#215A2C
(33,90,44)
#1D4C25
(29,76,37)
#193E1E
(25,62,30)
#153017
(21,48,23)
#112210
(17,34,16)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #35A04F

#35A04F
(53,160,79)
#47A85F
(71,168,95)
#59B06F
(89,176,111)
#6BB87F
(107,184,127)
#7DC08F
(125,192,143)
#8FC89F
(143,200,159)
#A1D0AF
(161,208,175)
#B3D8BF
(179,216,191)
#C5E0CF
(197,224,207)
#D7E8DF
(215,232,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A04F color. Also use rgb(53,160,79) instead hex code.

Text Font Color

.myTextColor { color: #35A04F; }

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

This text font color is #35A04F.


Background Color

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

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

This div background color is #35A04F.


Border color

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

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

This div border color is #35A04F.


Opacity

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

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

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

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

This text has shadow with #35A04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A04F on black background.


Color preview on white background

This text has color #35A04F on white background.



Black color preview on #35A04F background

This text has black color on #35A04F background.


White color preview on #35A04F background

This text has white color on #35A04F background.