COLOR #35BD77

HEX: #35BD77
RGB: (53,189,119)

Color info

#35BD77 contains mainly green color. Web safe color of #35BD77 is #33CC66 (or #3C6).

RGB color model

#35BD77 color RGB value is (53,189,119).

  • red value is 53;
  • green value is 189;
  • blue value is 119.
RGB:
(53,189,119)
(21%,74%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 189 of 255 = 74%
B 119 of 255 = 47%

53
189
119

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

Portions of RGB colors in percentages

R + G + B =
53 + 189 + 119 = 361 (100%)
R 53 of 361 ~ 14.68%
G 189 of 361 ~ 52.35%
B 119 of 361 ~ 32.96%

%14.68
%52.35
%32.96

CMYK color model

#35BD77 color CMYK value is (72,0,37,26).

  • cyan value is 71.96%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(72,0,37,26)
C72M0Y37K26 
(72%,0%,37%,26%)
(0.72/0.00/0.37/0.26)	

CMYK percentages

%71.96
%0
%37.04
%25.88

Codes

Color #35BD77 in popluar color models

35BD77
RGB53189119
HSL149°56.20%47.45%
HSB/HSV149°71.96%74.12%
CMYK71.96%0.00%37.04%
25.88%

Color #35BD77 in popluar number systems.

HEX35BD77
Decimal53189119
Binary110101101111011110111
Octal65275167

Shades and tints

Shades of #35BD77

#35BD77
(53,189,119)
#31AC6D
(49,172,109)
#2D9B63
(45,155,99)
#298A59
(41,138,89)
#25794F
(37,121,79)
#216845
(33,104,69)
#1D573B
(29,87,59)
#194631
(25,70,49)
#153527
(21,53,39)
#11241D
(17,36,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #35BD77

#35BD77
(53,189,119)
#47C383
(71,195,131)
#59C98F
(89,201,143)
#6BCF9B
(107,207,155)
#7DD5A7
(125,213,167)
#8FDBB3
(143,219,179)
#A1E1BF
(161,225,191)
#B3E7CB
(179,231,203)
#C5EDD7
(197,237,215)
#D7F3E3
(215,243,227)
#E9F9EF
(233,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BD77 color. Also use rgb(53,189,119) instead hex code.

Text Font Color

.myTextColor { color: #35BD77; }

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

This text font color is #35BD77.


Background Color

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

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

This div background color is #35BD77.


Border color

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

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

This div border color is #35BD77.


Opacity

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

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

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

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

This text has shadow with #35BD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35BD77 on black background.


Color preview on white background

This text has color #35BD77 on white background.



Black color preview on #35BD77 background

This text has black color on #35BD77 background.


White color preview on #35BD77 background

This text has white color on #35BD77 background.