COLOR #35A375

HEX: #35A375 RGB: (53,163,117)

Color info

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

RGB color model

#35A375 color RGB value is (53,163,117).

RGB: (53,163,117) (21%, 64%, 46%)

RGB channels and saturation

R 53 of 255 = 21%
G 163 of 255 = 64%
B 117 of 255 = 46%

53
163
117

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

Portions of RGB colors in percentages

R + G + B = 53 + 163 + 117 = 333 (100%)
R 53 of 333 ~ 15.92%
G 163 of 333 ~ 48.95%
B 117 of 333 ~ 35.14'%

%15.92
%48.95
%35.14

CMYK color model

#35A375 color CMYK value is (67,0,28,36).

  • cyan value is 67.48%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK: (67,0,28,36) C67M0Y28K36 (67%,0%,28%,36%) (0.67/0.00/0.28/0.36) 

CMYK percentages

%67.48
%0
%28.22
%36.08

Codes

Color #35A375 in popluar color models

35 A3 75
RGB 53 163 117
HSL 155° 50.93% 42.35%
HSB/HSV 155° 67.48% 63.92%
CMYK 67.48% 0.00% 28.22%
36.08%

Color #35A375 in popluar number systems.

HEX 35 A3 75
Decimal 53 163 117
Binary 110101 10100011 1110101
Octal 65 243 165

Shades and tints

Shades of #35A375

#35A375
(53,163,117)
#31956B
(49,149,107)
#2D8761
(45,135,97)
#297957
(41,121,87)
#256B4D
(37,107,77)
#215D43
(33,93,67)
#1D4F39
(29,79,57)
#19412F
(25,65,47)
#153325
(21,51,37)
#11251B
(17,37,27)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #35A375

#35A375
(53,163,117)
#47AB81
(71,171,129)
#59B38D
(89,179,141)
#6BBB99
(107,187,153)
#7DC3A5
(125,195,165)
#8FCBB1
(143,203,177)
#A1D3BD
(161,211,189)
#B3DBC9
(179,219,201)
#C5E3D5
(197,227,213)
#D7EBE1
(215,235,225)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A375 color. Also use rgb(53,163,117) instead hex code.

Text Font Color

.myTextColor { color: #35A375; }

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

This text font color is #35A375.

Background Color

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

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

This div background color is #35A375.

Border color

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

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

This div border color is #35A375.

Opacity

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

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

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

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

This text has shadow with #35A375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35A375.

Preview

Color preview on black background

This text has color #35A375 on black background.


Color preview on white background

This text has color #35A375 on white background.


Black color preview on #35A375 background

This text has black color on #35A375 background.


White color preview on #35A375 background

This text has white color on #35A375 background.


Related colors

Complementary color

Complementary color for #hex is #CA5C8A.


I love getcolorcode.com

Triadic colors

1 #7535A3 and #A37535 with #35A375 are triadic colors.

2 #75A335 and #A33575 with #35A375 are triadic colors.