COLOR #35988F

HEX: #35988F RGB: (53,152,143)

Color info

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

RGB color model

#35988F color RGB value is (53,152,143).

RGB: (53,152,143) (21%, 60%, 56%)

RGB channels and saturation

R 53 of 255 = 21%
G 152 of 255 = 60%
B 143 of 255 = 56%

53
152
143

R + G + B ~ 46%. #35988F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 152 + 143 = 348 (100%)
R 53 of 348 ~ 15.23%
G 152 of 348 ~ 43.68%
B 143 of 348 ~ 41.09'%

%15.23
%43.68
%41.09

CMYK color model

#35988F color CMYK value is (65,0,6,40).

  • cyan value is 65.13%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK: (65,0,6,40) C65M0Y6K40 (65%,0%,6%,40%) (0.65/0.00/0.06/0.40) 

CMYK percentages

%65.13
%0
%5.92
%40.39

Codes

Color #35988F in popluar color models

35 98 8F
RGB 53 152 143
HSL 175° 48.29% 40.20%
HSB/HSV 175° 65.13% 59.61%
CMYK 65.13% 0.00% 5.92%
40.39%

Color #35988F in popluar number systems.

HEX 35 98 8F
Decimal 53 152 143
Binary 110101 10011000 10001111
Octal 65 230 217

Shades and tints

Shades of #35988F

#35988F
(53,152,143)
#318B82
(49,139,130)
#2D7E75
(45,126,117)
#297168
(41,113,104)
#25645B
(37,100,91)
#21574E
(33,87,78)
#1D4A41
(29,74,65)
#193D34
(25,61,52)
#153027
(21,48,39)
#11231A
(17,35,26)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #35988F

#35988F
(53,152,143)
#47A199
(71,161,153)
#59AAA3
(89,170,163)
#6BB3AD
(107,179,173)
#7DBCB7
(125,188,183)
#8FC5C1
(143,197,193)
#A1CECB
(161,206,203)
#B3D7D5
(179,215,213)
#C5E0DF
(197,224,223)
#D7E9E9
(215,233,233)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35988F color. Also use rgb(53,152,143) instead hex code.

Text Font Color

.myTextColor { color: #35988F; }

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

This text font color is #35988F.

Background Color

.myBgColor { background-color: #35988F; }

<div style="background-color:#35988F">Inner text</div>

This div background color is #35988F.

Border color

.myBorderColor { border: 1px solid #35988F; }

<div style="border:3px solid #35988F">Div</div>

This div border color is #35988F.

Opacity

.myOpacity80 { color: #35988F; opacity: 0.8; }

<p style="color:#35988F;opacity:0.8;">80%</p>

Text with #35988F 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 #35988F;}

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

This text has shadow with #35988F color.


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

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

This text has shadow with #35988F primary color and red secondary color.


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

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

This text has shadow with #35988F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35988F.

Preview

Color preview on black background

This text has color #35988F on black background.


Color preview on white background

This text has color #35988F on white background.


Black color preview on #35988F background

This text has black color on #35988F background.


White color preview on #35988F background

This text has white color on #35988F background.


Related colors

Complementary color

Complementary color for #hex is #CA6770.


I love getcolorcode.com

Triadic colors

1 #8F3598 and #988F35 with #35988F are triadic colors.

2 #8F9835 and #98358F with #35988F are triadic colors.