HEX: #35A375
RGB: (53,163,117)
#35A375 contains mainly green and blue colors. Web safe color of #35A375 is #339966 (or #396).
#35A375 color RGB value is (53,163,117).
RGB: (53,163,117)
(21%, 64%, 46%)
R 53 of 255 = 21%
G 163 of 255 = 64%
B 117 of 255 = 46%
R + G + B ~ 44%. #35A375 is middle color (not dark and not light).
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'%
#35A375 color CMYK value is (67,0,28,36).
CMYK: (67,0,28,36) C67M0Y28K36 (67%,0%,28%,36%) (0.67/0.00/0.28/0.36)
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 of #35A375
Tints of #35A375
Examples of css and html codes for elements with #35A375 color. Also use rgb(53,163,117) instead hex code.
.myTextColor { color: #35A375; }
<p style="color:#35A375">This sample text font color is #35A375.</p>
This text font color is #35A375.
.myBgColor { background-color: #35A375; }
<div style="background-color:#35A375">Inner text</div>
This div background color is #35A375.
.myBorderColor { border: 1px solid #35A375; }
<div style="border:3px solid #35A375">Div</div>
This div border color is #35A375.
.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%.
.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.
/* 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 text has color #35A375 on black background.
This text has color #35A375 on white background.
This text has black color on #35A375 background.
This text has white color on #35A375 background.
Complementary color for #hex is #CA5C8A.