COLOR #3A997C

HEX: #3A997C
RGB: (58,153,124)

Color info

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

RGB color model

#3A997C color RGB value is (58,153,124).

  • red value is 58;
  • green value is 153;
  • blue value is 124.
RGB:
(58,153,124)
(23%,60%,49%)

RGB channels and saturation

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

58
153
124

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

Portions of RGB colors in percentages

R + G + B =
58 + 153 + 124 = 335 (100%)
R 58 of 335 ~ 17.31%
G 153 of 335 ~ 45.67%
B 124 of 335 ~ 37.01%

%17.31
%45.67
%37.01

CMYK color model

#3A997C color CMYK value is (62,0,19,40).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(62,0,19,40)
C62M0Y19K40 
(62%,0%,19%,40%)
(0.62/0.00/0.19/0.40)	

CMYK percentages

%62.09
%0
%18.95
%40

Codes

Color #3A997C in popluar color models

3A997C
RGB58153124
HSL162°45.02%41.37%
HSB/HSV162°62.09%60.00%
CMYK62.09%0.00%18.95%
40.00%

Color #3A997C in popluar number systems.

HEX3A997C
Decimal58153124
Binary111010100110011111100
Octal72231174

Shades and tints

Shades of #3A997C

#3A997C
(58,153,124)
#358C71
(53,140,113)
#307F66
(48,127,102)
#2B725B
(43,114,91)
#266550
(38,101,80)
#215845
(33,88,69)
#1C4B3A
(28,75,58)
#173E2F
(23,62,47)
#123124
(18,49,36)
#0D2419
(13,36,25)
#08170E
(8,23,14)
#000000
(0,0,0)

Tints of #3A997C

#3A997C
(58,153,124)
#4BA287
(75,162,135)
#5CAB92
(92,171,146)
#6DB49D
(109,180,157)
#7EBDA8
(126,189,168)
#8FC6B3
(143,198,179)
#A0CFBE
(160,207,190)
#B1D8C9
(177,216,201)
#C2E1D4
(194,225,212)
#D3EADF
(211,234,223)
#E4F3EA
(228,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A997C; }

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

This text font color is #3A997C.


Background Color

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

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

This div background color is #3A997C.


Border color

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

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

This div border color is #3A997C.


Opacity

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

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

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

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

This text has shadow with #3A997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A997C on black background.


Color preview on white background

This text has color #3A997C on white background.



Black color preview on #3A997C background

This text has black color on #3A997C background.


White color preview on #3A997C background

This text has white color on #3A997C background.