COLOR #35A150

HEX: #35A150
RGB: (53,161,80)

Color info

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

RGB color model

#35A150 color RGB value is (53,161,80).

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

RGB channels and saturation

R 53 of 255 = 21%
G 161 of 255 = 63%
B 80 of 255 = 31%

53
161
80

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

Portions of RGB colors in percentages

R + G + B =
53 + 161 + 80 = 294 (100%)
R 53 of 294 ~ 18.03%
G 161 of 294 ~ 54.76%
B 80 of 294 ~ 27.21%

%18.03
%54.76
%27.21

CMYK color model

#35A150 color CMYK value is (67,0,50,37).

  • cyan value is 67.08%
  • magenta value is 0.00%
  • yellow value is 50.31%
  • key color value is 36.86%
CMYK:
(67,0,50,37)
C67M0Y50K37 
(67%,0%,50%,37%)
(0.67/0.00/0.50/0.37)	

CMYK percentages

%67.08
%0
%50.31
%36.86

Codes

Color #35A150 in popluar color models

35A150
RGB5316180
HSL135°50.47%41.96%
HSB/HSV135°67.08%63.14%
CMYK67.08%0.00%50.31%
36.86%

Color #35A150 in popluar number systems.

HEX35A150
Decimal5316180
Binary110101101000011010000
Octal65241120

Shades and tints

Shades of #35A150

#35A150
(53,161,80)
#319349
(49,147,73)
#2D8542
(45,133,66)
#29773B
(41,119,59)
#256934
(37,105,52)
#215B2D
(33,91,45)
#1D4D26
(29,77,38)
#193F1F
(25,63,31)
#153118
(21,49,24)
#112311
(17,35,17)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #35A150

#35A150
(53,161,80)
#47A95F
(71,169,95)
#59B16E
(89,177,110)
#6BB97D
(107,185,125)
#7DC18C
(125,193,140)
#8FC99B
(143,201,155)
#A1D1AA
(161,209,170)
#B3D9B9
(179,217,185)
#C5E1C8
(197,225,200)
#D7E9D7
(215,233,215)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A150 color. Also use rgb(53,161,80) instead hex code.

Text Font Color

.myTextColor { color: #35A150; }

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

This text font color is #35A150.


Background Color

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

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

This div background color is #35A150.


Border color

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

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

This div border color is #35A150.


Opacity

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

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

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

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

This text has shadow with #35A150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A150 on black background.


Color preview on white background

This text has color #35A150 on white background.



Black color preview on #35A150 background

This text has black color on #35A150 background.


White color preview on #35A150 background

This text has white color on #35A150 background.