COLOR #3A9B7D

HEX: #3A9B7D
RGB: (58,155,125)

Color info

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

RGB color model

#3A9B7D color RGB value is (58,155,125).

  • red value is 58;
  • green value is 155;
  • blue value is 125.
RGB:
(58,155,125)
(23%,61%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 155 of 255 = 61%
B 125 of 255 = 49%

58
155
125

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

Portions of RGB colors in percentages

R + G + B =
58 + 155 + 125 = 338 (100%)
R 58 of 338 ~ 17.16%
G 155 of 338 ~ 45.86%
B 125 of 338 ~ 36.98%

%17.16
%45.86
%36.98

CMYK color model

#3A9B7D color CMYK value is (63,0,19,39).

  • cyan value is 62.58%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(63,0,19,39)
C63M0Y19K39 
(63%,0%,19%,39%)
(0.63/0.00/0.19/0.39)	

CMYK percentages

%62.58
%0
%19.35
%39.22

Codes

Color #3A9B7D in popluar color models

3A9B7D
RGB58155125
HSL161°45.54%41.76%
HSB/HSV161°62.58%60.78%
CMYK62.58%0.00%19.35%
39.22%

Color #3A9B7D in popluar number systems.

HEX3A9B7D
Decimal58155125
Binary111010100110111111101
Octal72233175

Shades and tints

Shades of #3A9B7D

#3A9B7D
(58,155,125)
#358D72
(53,141,114)
#307F67
(48,127,103)
#2B715C
(43,113,92)
#266351
(38,99,81)
#215546
(33,85,70)
#1C473B
(28,71,59)
#173930
(23,57,48)
#122B25
(18,43,37)
#0D1D1A
(13,29,26)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #3A9B7D

#3A9B7D
(58,155,125)
#4BA488
(75,164,136)
#5CAD93
(92,173,147)
#6DB69E
(109,182,158)
#7EBFA9
(126,191,169)
#8FC8B4
(143,200,180)
#A0D1BF
(160,209,191)
#B1DACA
(177,218,202)
#C2E3D5
(194,227,213)
#D3ECE0
(211,236,224)
#E4F5EB
(228,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A9B7D; }

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

This text font color is #3A9B7D.


Background Color

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

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

This div background color is #3A9B7D.


Border color

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

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

This div border color is #3A9B7D.


Opacity

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

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

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

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

This text has shadow with #3A9B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9B7D on black background.


Color preview on white background

This text has color #3A9B7D on white background.



Black color preview on #3A9B7D background

This text has black color on #3A9B7D background.


White color preview on #3A9B7D background

This text has white color on #3A9B7D background.