COLOR #35A977

HEX: #35A977 RGB: (53,169,119)

Color info

#35A977 contains mainly green and blue colors. Web safe color of #35A977 is #339966 (or #396).

RGB color model

#35A977 color RGB value is (53,169,119).

RGB: (53,169,119) (21%, 66%, 47%)

RGB channels and saturation

R 53 of 255 = 21%
G 169 of 255 = 66%
B 119 of 255 = 47%

53
169
119

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

Portions of RGB colors in percentages

R + G + B = 53 + 169 + 119 = 341 (100%)
R 53 of 341 ~ 15.54%
G 169 of 341 ~ 49.56%
B 119 of 341 ~ 34.9'%

%15.54
%49.56
%34.9

CMYK color model

#35A977 color CMYK value is (69,0,30,34).

  • cyan value is 68.64%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK: (69,0,30,34) C69M0Y30K34 (69%,0%,30%,34%) (0.69/0.00/0.30/0.34) 

CMYK percentages

%68.64
%0
%29.59
%33.73

Codes

Color #35A977 in popluar color models

35 A9 77
RGB 53 169 119
HSL 154° 52.25% 43.53%
HSB/HSV 154° 68.64% 66.27%
CMYK 68.64% 0.00% 29.59%
33.73%

Color #35A977 in popluar number systems.

HEX 35 A9 77
Decimal 53 169 119
Binary 110101 10101001 1110111
Octal 65 251 167

Shades and tints

Shades of #35A977

#35A977
(53,169,119)
#319A6D
(49,154,109)
#2D8B63
(45,139,99)
#297C59
(41,124,89)
#256D4F
(37,109,79)
#215E45
(33,94,69)
#1D4F3B
(29,79,59)
#194031
(25,64,49)
#153127
(21,49,39)
#11221D
(17,34,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #35A977

#35A977
(53,169,119)
#47B083
(71,176,131)
#59B78F
(89,183,143)
#6BBE9B
(107,190,155)
#7DC5A7
(125,197,167)
#8FCCB3
(143,204,179)
#A1D3BF
(161,211,191)
#B3DACB
(179,218,203)
#C5E1D7
(197,225,215)
#D7E8E3
(215,232,227)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35A977; }

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

This text font color is #35A977.

Background Color

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

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

This div background color is #35A977.

Border color

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

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

This div border color is #35A977.

Opacity

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

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

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

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

This text has shadow with #35A977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35A977.

Preview

Color preview on black background

This text has color #35A977 on black background.


Color preview on white background

This text has color #35A977 on white background.


Black color preview on #35A977 background

This text has black color on #35A977 background.


White color preview on #35A977 background

This text has white color on #35A977 background.


Related colors

Complementary color

Complementary color for #hex is #CA5688.


I love getcolorcode.com

Triadic colors

1 #7735A9 and #A97735 with #35A977 are triadic colors.

2 #77A935 and #A93577 with #35A977 are triadic colors.