COLOR #35B528

HEX: #35B528
RGB: (53,181,40)

Color info

#35B528 contains mainly green color. Web safe color of #35B528 is #33CC33 (or #3C3).

RGB color model

#35B528 color RGB value is (53,181,40).

  • red value is 53;
  • green value is 181;
  • blue value is 40.
RGB:
(53,181,40)
(21%,71%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 181 of 255 = 71%
B 40 of 255 = 16%

53
181
40

R + G + B ~ 36%. #35B528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 181 + 40 = 274 (100%)
R 53 of 274 ~ 19.34%
G 181 of 274 ~ 66.06%
B 40 of 274 ~ 14.6%

%19.34
%66.06
%14.6

CMYK color model

#35B528 color CMYK value is (71,0,78,29).

  • cyan value is 70.72%
  • magenta value is 0.00%
  • yellow value is 77.90%
  • key color value is 29.02%
CMYK:
(71,0,78,29)
C71M0Y78K29 
(71%,0%,78%,29%)
(0.71/0.00/0.78/0.29)	

CMYK percentages

%70.72
%0
%77.9
%29.02

Codes

Color #35B528 in popluar color models

35B528
RGB5318140
HSL114°63.80%43.33%
HSB/HSV114°77.90%70.98%
CMYK70.72%0.00%77.90%
29.02%

Color #35B528 in popluar number systems.

HEX35B528
Decimal5318140
Binary11010110110101101000
Octal6526550

Shades and tints

Shades of #35B528

#35B528
(53,181,40)
#31A525
(49,165,37)
#2D9522
(45,149,34)
#29851F
(41,133,31)
#25751C
(37,117,28)
#216519
(33,101,25)
#1D5516
(29,85,22)
#194513
(25,69,19)
#153510
(21,53,16)
#11250D
(17,37,13)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #35B528

#35B528
(53,181,40)
#47BB3B
(71,187,59)
#59C14E
(89,193,78)
#6BC761
(107,199,97)
#7DCD74
(125,205,116)
#8FD387
(143,211,135)
#A1D99A
(161,217,154)
#B3DFAD
(179,223,173)
#C5E5C0
(197,229,192)
#D7EBD3
(215,235,211)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B528 color. Also use rgb(53,181,40) instead hex code.

Text Font Color

.myTextColor { color: #35B528; }

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

This text font color is #35B528.


Background Color

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

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

This div background color is #35B528.


Border color

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

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

This div border color is #35B528.


Opacity

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

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

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

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

This text has shadow with #35B528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B528 on black background.


Color preview on white background

This text has color #35B528 on white background.



Black color preview on #35B528 background

This text has black color on #35B528 background.


White color preview on #35B528 background

This text has white color on #35B528 background.