COLOR #3A8990

HEX: #3A8990
RGB: (58,137,144)

Color info

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

RGB color model

#3A8990 color RGB value is (58,137,144).

  • red value is 58;
  • green value is 137;
  • blue value is 144.
RGB:
(58,137,144)
(23%,54%,56%)

RGB channels and saturation

R 58 of 255 = 23%
G 137 of 255 = 54%
B 144 of 255 = 56%

58
137
144

R + G + B ~ 44%. #3A8990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 137 + 144 = 339 (100%)
R 58 of 339 ~ 17.11%
G 137 of 339 ~ 40.41%
B 144 of 339 ~ 42.48%

%17.11
%40.41
%42.48

CMYK color model

#3A8990 color CMYK value is (60,5,0,44).

  • cyan value is 59.72%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(60,5,0,44)
C60M5Y0K44 
(60%,5%,0%,44%)
(0.60/0.05/0.00/0.44)	

CMYK percentages

%59.72
%4.86
%0
%43.53

Codes

Color #3A8990 in popluar color models

3A8990
RGB58137144
HSL185°42.57%39.61%
HSB/HSV185°59.72%56.47%
CMYK59.72%4.86%0.00%
43.53%

Color #3A8990 in popluar number systems.

HEX3A8990
Decimal58137144
Binary1110101000100110010000
Octal72211220

Shades and tints

Shades of #3A8990

#3A8990
(58,137,144)
#357D83
(53,125,131)
#307176
(48,113,118)
#2B6569
(43,101,105)
#26595C
(38,89,92)
#214D4F
(33,77,79)
#1C4142
(28,65,66)
#173535
(23,53,53)
#122928
(18,41,40)
#0D1D1B
(13,29,27)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #3A8990

#3A8990
(58,137,144)
#4B939A
(75,147,154)
#5C9DA4
(92,157,164)
#6DA7AE
(109,167,174)
#7EB1B8
(126,177,184)
#8FBBC2
(143,187,194)
#A0C5CC
(160,197,204)
#B1CFD6
(177,207,214)
#C2D9E0
(194,217,224)
#D3E3EA
(211,227,234)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8990 color. Also use rgb(58,137,144) instead hex code.

Text Font Color

.myTextColor { color: #3A8990; }

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

This text font color is #3A8990.


Background Color

.myBgColor { background-color: #3A8990; }

<div style="background-color:#3A8990">Inner text</div>

This div background color is #3A8990.


Border color

.myBorderColor { border: 1px solid #3A8990; }

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

This div border color is #3A8990.


Opacity

.myOpacity80 { color: #3A8990; opacity: 0.8; }

<p style="color:#3A8990;opacity:0.8;">80%</p>

Text with #3A8990 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 #3A8990;}

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

This text has shadow with #3A8990 color.

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

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

This text has shadow with #3A8990 primary color and red secondary color.


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

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

This text has shadow with #3A8990 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8990 on black background.


Color preview on white background

This text has color #3A8990 on white background.



Black color preview on #3A8990 background

This text has black color on #3A8990 background.


White color preview on #3A8990 background

This text has white color on #3A8990 background.