COLOR #35A505

HEX: #35A505
RGB: (53,165,5)

Color info

#35A505 contains mainly green color. Web safe color of #35A505 is #339900 (or #390).

RGB color model

#35A505 color RGB value is (53,165,5).

  • red value is 53;
  • green value is 165;
  • blue value is 5.
RGB:
(53,165,5)
(21%,65%,2%)

RGB channels and saturation

R 53 of 255 = 21%
G 165 of 255 = 65%
B 5 of 255 = 2%

53
165
5

R + G + B ~ 29%. #35A505 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 165 + 5 = 223 (100%)
R 53 of 223 ~ 23.77%
G 165 of 223 ~ 73.99%
B 5 of 223 ~ 2.24%

%23.77
%73.99

CMYK color model

#35A505 color CMYK value is (68,0,97,35).

  • cyan value is 67.88%
  • magenta value is 0.00%
  • yellow value is 96.97%
  • key color value is 35.29%
CMYK:
(68,0,97,35)
C68M0Y97K35 
(68%,0%,97%,35%)
(0.68/0.00/0.97/0.35)	

CMYK percentages

%67.88
%0
%96.97
%35.29

Codes

Color #35A505 in popluar color models

35A505
RGB531655
HSL102°94.12%33.33%
HSB/HSV102°96.97%64.71%
CMYK67.88%0.00%96.97%
35.29%

Color #35A505 in popluar number systems.

HEX35A505
Decimal531655
Binary11010110100101101
Octal652455

Shades and tints

Shades of #35A505

#35A505
(53,165,5)
#319605
(49,150,5)
#2D8705
(45,135,5)
#297805
(41,120,5)
#256905
(37,105,5)
#215A05
(33,90,5)
#1D4B05
(29,75,5)
#193C05
(25,60,5)
#152D05
(21,45,5)
#111E05
(17,30,5)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #35A505

#35A505
(53,165,5)
#47AD1B
(71,173,27)
#59B531
(89,181,49)
#6BBD47
(107,189,71)
#7DC55D
(125,197,93)
#8FCD73
(143,205,115)
#A1D589
(161,213,137)
#B3DD9F
(179,221,159)
#C5E5B5
(197,229,181)
#D7EDCB
(215,237,203)
#E9F5E1
(233,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A505 color. Also use rgb(53,165,5) instead hex code.

Text Font Color

.myTextColor { color: #35A505; }

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

This text font color is #35A505.


Background Color

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

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

This div background color is #35A505.


Border color

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

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

This div border color is #35A505.


Opacity

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

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

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

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

This text has shadow with #35A505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A505 on black background.


Color preview on white background

This text has color #35A505 on white background.



Black color preview on #35A505 background

This text has black color on #35A505 background.


White color preview on #35A505 background

This text has white color on #35A505 background.