COLOR #35A081

HEX: #35A081
RGB: (53,160,129)

Color info

#35A081 contains mainly green and blue colors. Web safe color of #35A081 is #339999 (or #399).

RGB color model

#35A081 color RGB value is (53,160,129).

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

RGB channels and saturation

R 53 of 255 = 21%
G 160 of 255 = 63%
B 129 of 255 = 51%

53
160
129

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

Portions of RGB colors in percentages

R + G + B =
53 + 160 + 129 = 342 (100%)
R 53 of 342 ~ 15.5%
G 160 of 342 ~ 46.78%
B 129 of 342 ~ 37.72%

%15.5
%46.78
%37.72

CMYK color model

#35A081 color CMYK value is (67,0,19,37).

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(67,0,19,37)
C67M0Y19K37 
(67%,0%,19%,37%)
(0.67/0.00/0.19/0.37)	

CMYK percentages

%66.88
%0
%19.38
%37.25

Codes

Color #35A081 in popluar color models

35A081
RGB53160129
HSL163°50.23%41.76%
HSB/HSV163°66.88%62.75%
CMYK66.88%0.00%19.38%
37.25%

Color #35A081 in popluar number systems.

HEX35A081
Decimal53160129
Binary1101011010000010000001
Octal65240201

Shades and tints

Shades of #35A081

#35A081
(53,160,129)
#319276
(49,146,118)
#2D846B
(45,132,107)
#297660
(41,118,96)
#256855
(37,104,85)
#215A4A
(33,90,74)
#1D4C3F
(29,76,63)
#193E34
(25,62,52)
#153029
(21,48,41)
#11221E
(17,34,30)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #35A081

#35A081
(53,160,129)
#47A88C
(71,168,140)
#59B097
(89,176,151)
#6BB8A2
(107,184,162)
#7DC0AD
(125,192,173)
#8FC8B8
(143,200,184)
#A1D0C3
(161,208,195)
#B3D8CE
(179,216,206)
#C5E0D9
(197,224,217)
#D7E8E4
(215,232,228)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35A081; }

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

This text font color is #35A081.


Background Color

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

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

This div background color is #35A081.


Border color

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

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

This div border color is #35A081.


Opacity

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

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

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

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

This text has shadow with #35A081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A081 on black background.


Color preview on white background

This text has color #35A081 on white background.



Black color preview on #35A081 background

This text has black color on #35A081 background.


White color preview on #35A081 background

This text has white color on #35A081 background.