COLOR #3A997E

HEX: #3A997E RGB: (58,153,126)

Color info

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

RGB color model

#3A997E color RGB value is (58,153,126).

RGB: (58,153,126) (23%, 60%, 49%)

RGB channels and saturation

R 58 of 255 = 23%
G 153 of 255 = 60%
B 126 of 255 = 49%

58
153
126

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

Portions of RGB colors in percentages

R + G + B = 58 + 153 + 126 = 337 (100%)
R 58 of 337 ~ 17.21%
G 153 of 337 ~ 45.4%
B 126 of 337 ~ 37.39'%

%17.21
%45.4
%37.39

CMYK color model

#3A997E color CMYK value is (62,0,18,40).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (62,0,18,40) C62M0Y18K40 (62%,0%,18%,40%) (0.62/0.00/0.18/0.40) 

CMYK percentages

%62.09
%0
%17.65
%40

Codes

Color #3A997E in popluar color models

3A 99 7E
RGB 58 153 126
HSL 163° 45.02% 41.37%
HSB/HSV 163° 62.09% 60.00%
CMYK 62.09% 0.00% 17.65%
40.00%

Color #3A997E in popluar number systems.

HEX 3A 99 7E
Decimal 58 153 126
Binary 111010 10011001 1111110
Octal 72 231 176

Shades and tints

Shades of #3A997E

#3A997E
(58,153,126)
#358C73
(53,140,115)
#307F68
(48,127,104)
#2B725D
(43,114,93)
#266552
(38,101,82)
#215847
(33,88,71)
#1C4B3C
(28,75,60)
#173E31
(23,62,49)
#123126
(18,49,38)
#0D241B
(13,36,27)
#081710
(8,23,16)
#000000
(0,0,0)

Tints of #3A997E

#3A997E
(58,153,126)
#4BA289
(75,162,137)
#5CAB94
(92,171,148)
#6DB49F
(109,180,159)
#7EBDAA
(126,189,170)
#8FC6B5
(143,198,181)
#A0CFC0
(160,207,192)
#B1D8CB
(177,216,203)
#C2E1D6
(194,225,214)
#D3EAE1
(211,234,225)
#E4F3EC
(228,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A997E color. Also use rgb(58,153,126) instead hex code.

Text Font Color

.myTextColor { color: #3A997E; }

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

This text font color is #3A997E.

Background Color

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

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

This div background color is #3A997E.

Border color

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

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

This div border color is #3A997E.

Opacity

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

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

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

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

This text has shadow with #3A997E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A997E.

Preview

Color preview on black background

This text has color #3A997E on black background.


Color preview on white background

This text has color #3A997E on white background.


Black color preview on #3A997E background

This text has black color on #3A997E background.


White color preview on #3A997E background

This text has white color on #3A997E background.


Related colors

Complementary color

Complementary color for #hex is #C56681.


I love getcolorcode.com

Triadic colors

1 #7E3A99 and #997E3A with #3A997E are triadic colors.

2 #7E993A and #993A7E with #3A997E are triadic colors.