COLOR #35A06C

HEX: #35A06C
RGB: (53,160,108)

Color info

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

RGB color model

#35A06C color RGB value is (53,160,108).

  • red value is 53;
  • green value is 160;
  • blue value is 108.
RGB:
(53,160,108)
(21%,63%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 160 of 255 = 63%
B 108 of 255 = 42%

53
160
108

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

Portions of RGB colors in percentages

R + G + B =
53 + 160 + 108 = 321 (100%)
R 53 of 321 ~ 16.51%
G 160 of 321 ~ 49.84%
B 108 of 321 ~ 33.64%

%16.51
%49.84
%33.64

CMYK color model

#35A06C color CMYK value is (67,0,33,37).

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK:
(67,0,33,37)
C67M0Y33K37 
(67%,0%,33%,37%)
(0.67/0.00/0.33/0.37)	

CMYK percentages

%66.88
%0
%32.5
%37.25

Codes

Color #35A06C in popluar color models

35A06C
RGB53160108
HSL151°50.23%41.76%
HSB/HSV151°66.88%62.75%
CMYK66.88%0.00%32.50%
37.25%

Color #35A06C in popluar number systems.

HEX35A06C
Decimal53160108
Binary110101101000001101100
Octal65240154

Shades and tints

Shades of #35A06C

#35A06C
(53,160,108)
#319263
(49,146,99)
#2D845A
(45,132,90)
#297651
(41,118,81)
#256848
(37,104,72)
#215A3F
(33,90,63)
#1D4C36
(29,76,54)
#193E2D
(25,62,45)
#153024
(21,48,36)
#11221B
(17,34,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #35A06C

#35A06C
(53,160,108)
#47A879
(71,168,121)
#59B086
(89,176,134)
#6BB893
(107,184,147)
#7DC0A0
(125,192,160)
#8FC8AD
(143,200,173)
#A1D0BA
(161,208,186)
#B3D8C7
(179,216,199)
#C5E0D4
(197,224,212)
#D7E8E1
(215,232,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35A06C; }

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

This text font color is #35A06C.


Background Color

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

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

This div background color is #35A06C.


Border color

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

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

This div border color is #35A06C.


Opacity

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

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

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

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

This text has shadow with #35A06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A06C on black background.


Color preview on white background

This text has color #35A06C on white background.



Black color preview on #35A06C background

This text has black color on #35A06C background.


White color preview on #35A06C background

This text has white color on #35A06C background.