COLOR #35A082

HEX: #35A082
RGB: (53,160,130)

Color info

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

RGB color model

#35A082 color RGB value is (53,160,130).

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

RGB channels and saturation

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

53
160
130

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

Portions of RGB colors in percentages

R + G + B =
53 + 160 + 130 = 343 (100%)
R 53 of 343 ~ 15.45%
G 160 of 343 ~ 46.65%
B 130 of 343 ~ 37.9%

%15.45
%46.65
%37.9

CMYK color model

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

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • 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
%18.75
%37.25

Codes

Color #35A082 in popluar color models

35A082
RGB53160130
HSL163°50.23%41.76%
HSB/HSV163°66.88%62.75%
CMYK66.88%0.00%18.75%
37.25%

Color #35A082 in popluar number systems.

HEX35A082
Decimal53160130
Binary1101011010000010000010
Octal65240202

Shades and tints

Shades of #35A082

#35A082
(53,160,130)
#319277
(49,146,119)
#2D846C
(45,132,108)
#297661
(41,118,97)
#256856
(37,104,86)
#215A4B
(33,90,75)
#1D4C40
(29,76,64)
#193E35
(25,62,53)
#15302A
(21,48,42)
#11221F
(17,34,31)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #35A082

#35A082
(53,160,130)
#47A88D
(71,168,141)
#59B098
(89,176,152)
#6BB8A3
(107,184,163)
#7DC0AE
(125,192,174)
#8FC8B9
(143,200,185)
#A1D0C4
(161,208,196)
#B3D8CF
(179,216,207)
#C5E0DA
(197,224,218)
#D7E8E5
(215,232,229)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35A082; }

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

This text font color is #35A082.


Background Color

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

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

This div background color is #35A082.


Border color

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

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

This div border color is #35A082.


Opacity

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

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

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

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

This text has shadow with #35A082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A082 on black background.


Color preview on white background

This text has color #35A082 on white background.



Black color preview on #35A082 background

This text has black color on #35A082 background.


White color preview on #35A082 background

This text has white color on #35A082 background.