COLOR #3A997D

HEX: #3A997D RGB: (58,153,125)

Color info

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

RGB color model

#3A997D color RGB value is (58,153,125).

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

RGB channels and saturation

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

58
153
125

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

Portions of RGB colors in percentages

R + G + B = 58 + 153 + 125 = 336 (100%)
R 58 of 336 ~ 17.26%
G 153 of 336 ~ 45.54%
B 125 of 336 ~ 37.2'%

%17.26
%45.54
%37.2

CMYK color model

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

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • 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
%18.3
%40

Codes

Color #3A997D in popluar color models

3A 99 7D
RGB 58 153 125
HSL 162° 45.02% 41.37%
HSB/HSV 162° 62.09% 60.00%
CMYK 62.09% 0.00% 18.30%
40.00%

Color #3A997D in popluar number systems.

HEX 3A 99 7D
Decimal 58 153 125
Binary 111010 10011001 1111101
Octal 72 231 175

Shades and tints

Shades of #3A997D

#3A997D
(58,153,125)
#358C72
(53,140,114)
#307F67
(48,127,103)
#2B725C
(43,114,92)
#266551
(38,101,81)
#215846
(33,88,70)
#1C4B3B
(28,75,59)
#173E30
(23,62,48)
#123125
(18,49,37)
#0D241A
(13,36,26)
#08170F
(8,23,15)
#000000
(0,0,0)

Tints of #3A997D

#3A997D
(58,153,125)
#4BA288
(75,162,136)
#5CAB93
(92,171,147)
#6DB49E
(109,180,158)
#7EBDA9
(126,189,169)
#8FC6B4
(143,198,180)
#A0CFBF
(160,207,191)
#B1D8CA
(177,216,202)
#C2E1D5
(194,225,213)
#D3EAE0
(211,234,224)
#E4F3EB
(228,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A997D; }

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

This text font color is #3A997D.

Background Color

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

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

This div background color is #3A997D.

Border color

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

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

This div border color is #3A997D.

Opacity

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

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

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

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

This text has shadow with #3A997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A997D.

Preview

Color preview on black background

This text has color #3A997D on black background.


Color preview on white background

This text has color #3A997D on white background.


Black color preview on #3A997D background

This text has black color on #3A997D background.


White color preview on #3A997D background

This text has white color on #3A997D background.


Related colors

Complementary color

Complementary color for #hex is #C56682.


I love getcolorcode.com

Triadic colors

1 #7D3A99 and #997D3A with #3A997D are triadic colors.

2 #7D993A and #993A7D with #3A997D are triadic colors.