COLOR #35A042

HEX: #35A042 RGB: (53,160,66)

Color info

#35A042 contains mainly green color. Web safe color of #35A042 is #339933 (or #393).

RGB color model

#35A042 color RGB value is (53,160,66).

RGB: (53,160,66) (21%, 63%, 26%)

RGB channels and saturation

R 53 of 255 = 21%
G 160 of 255 = 63%
B 66 of 255 = 26%

53
160
66

R + G + B ~ 37%. #35A042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 160 + 66 = 279 (100%)
R 53 of 279 ~ 19%
G 160 of 279 ~ 57.35%
B 66 of 279 ~ 23.66'%

%19
%57.35
%23.66

CMYK color model

#35A042 color CMYK value is (67,0,59,37).

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK: (67,0,59,37) C67M0Y59K37 (67%,0%,59%,37%) (0.67/0.00/0.59/0.37) 

CMYK percentages

%66.88
%0
%58.75
%37.25

Codes

Color #35A042 in popluar color models

35 A0 42
RGB 53 160 66
HSL 127° 50.23% 41.76%
HSB/HSV 127° 66.88% 62.75%
CMYK 66.88% 0.00% 58.75%
37.25%

Color #35A042 in popluar number systems.

HEX 35 A0 42
Decimal 53 160 66
Binary 110101 10100000 1000010
Octal 65 240 102

Shades and tints

Shades of #35A042

#35A042
(53,160,66)
#31923C
(49,146,60)
#2D8436
(45,132,54)
#297630
(41,118,48)
#25682A
(37,104,42)
#215A24
(33,90,36)
#1D4C1E
(29,76,30)
#193E18
(25,62,24)
#153012
(21,48,18)
#11220C
(17,34,12)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #35A042

#35A042
(53,160,66)
#47A853
(71,168,83)
#59B064
(89,176,100)
#6BB875
(107,184,117)
#7DC086
(125,192,134)
#8FC897
(143,200,151)
#A1D0A8
(161,208,168)
#B3D8B9
(179,216,185)
#C5E0CA
(197,224,202)
#D7E8DB
(215,232,219)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A042 color. Also use rgb(53,160,66) instead hex code.

Text Font Color

.myTextColor { color: #35A042; }

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

This text font color is #35A042.

Background Color

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

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

This div background color is #35A042.

Border color

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

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

This div border color is #35A042.

Opacity

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

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

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

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

This text has shadow with #35A042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35A042.

Preview

Color preview on black background

This text has color #35A042 on black background.


Color preview on white background

This text has color #35A042 on white background.


Black color preview on #35A042 background

This text has black color on #35A042 background.


White color preview on #35A042 background

This text has white color on #35A042 background.


Related colors

Complementary color

Complementary color for #hex is #CA5FBD.


I love getcolorcode.com

Triadic colors

1 #4235A0 and #A04235 with #35A042 are triadic colors.

2 #42A035 and #A03542 with #35A042 are triadic colors.