COLOR #35A76B

HEX: #35A76B
RGB: (53,167,107)

Color info

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

RGB color model

#35A76B color RGB value is (53,167,107).

  • red value is 53;
  • green value is 167;
  • blue value is 107.
RGB:
(53,167,107)
(21%,65%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 167 of 255 = 65%
B 107 of 255 = 42%

53
167
107

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

Portions of RGB colors in percentages

R + G + B =
53 + 167 + 107 = 327 (100%)
R 53 of 327 ~ 16.21%
G 167 of 327 ~ 51.07%
B 107 of 327 ~ 32.72%

%16.21
%51.07
%32.72

CMYK color model

#35A76B color CMYK value is (68,0,36,35).

  • cyan value is 68.26%
  • magenta value is 0.00%
  • yellow value is 35.93%
  • key color value is 34.51%
CMYK:
(68,0,36,35)
C68M0Y36K35 
(68%,0%,36%,35%)
(0.68/0.00/0.36/0.35)	

CMYK percentages

%68.26
%0
%35.93
%34.51

Codes

Color #35A76B in popluar color models

35A76B
RGB53167107
HSL148°51.82%43.14%
HSB/HSV148°68.26%65.49%
CMYK68.26%0.00%35.93%
34.51%

Color #35A76B in popluar number systems.

HEX35A76B
Decimal53167107
Binary110101101001111101011
Octal65247153

Shades and tints

Shades of #35A76B

#35A76B
(53,167,107)
#319862
(49,152,98)
#2D8959
(45,137,89)
#297A50
(41,122,80)
#256B47
(37,107,71)
#215C3E
(33,92,62)
#1D4D35
(29,77,53)
#193E2C
(25,62,44)
#152F23
(21,47,35)
#11201A
(17,32,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #35A76B

#35A76B
(53,167,107)
#47AF78
(71,175,120)
#59B785
(89,183,133)
#6BBF92
(107,191,146)
#7DC79F
(125,199,159)
#8FCFAC
(143,207,172)
#A1D7B9
(161,215,185)
#B3DFC6
(179,223,198)
#C5E7D3
(197,231,211)
#D7EFE0
(215,239,224)
#E9F7ED
(233,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A76B color. Also use rgb(53,167,107) instead hex code.

Text Font Color

.myTextColor { color: #35A76B; }

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

This text font color is #35A76B.


Background Color

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

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

This div background color is #35A76B.


Border color

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

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

This div border color is #35A76B.


Opacity

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

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

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

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

This text has shadow with #35A76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A76B on black background.


Color preview on white background

This text has color #35A76B on white background.



Black color preview on #35A76B background

This text has black color on #35A76B background.


White color preview on #35A76B background

This text has white color on #35A76B background.