COLOR #3D9470

HEX: #3D9470
RGB: (61,148,112)

Color info

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

RGB color model

#3D9470 color RGB value is (61,148,112).

  • red value is 61;
  • green value is 148;
  • blue value is 112.
RGB:
(61,148,112)
(24%,58%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 148 of 255 = 58%
B 112 of 255 = 44%

61
148
112

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

Portions of RGB colors in percentages

R + G + B =
61 + 148 + 112 = 321 (100%)
R 61 of 321 ~ 19%
G 148 of 321 ~ 46.11%
B 112 of 321 ~ 34.89%

%19
%46.11
%34.89

CMYK color model

#3D9470 color CMYK value is (59,0,24,42).

  • cyan value is 58.78%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(59,0,24,42)
C59M0Y24K42 
(59%,0%,24%,42%)
(0.59/0.00/0.24/0.42)	

CMYK percentages

%58.78
%0
%24.32
%41.96

Codes

Color #3D9470 in popluar color models

3D9470
RGB61148112
HSL155°41.63%40.98%
HSB/HSV155°58.78%58.04%
CMYK58.78%0.00%24.32%
41.96%

Color #3D9470 in popluar number systems.

HEX3D9470
Decimal61148112
Binary111101100101001110000
Octal75224160

Shades and tints

Shades of #3D9470

#3D9470
(61,148,112)
#388766
(56,135,102)
#337A5C
(51,122,92)
#2E6D52
(46,109,82)
#296048
(41,96,72)
#24533E
(36,83,62)
#1F4634
(31,70,52)
#1A392A
(26,57,42)
#152C20
(21,44,32)
#101F16
(16,31,22)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #3D9470

#3D9470
(61,148,112)
#4E9D7D
(78,157,125)
#5FA68A
(95,166,138)
#70AF97
(112,175,151)
#81B8A4
(129,184,164)
#92C1B1
(146,193,177)
#A3CABE
(163,202,190)
#B4D3CB
(180,211,203)
#C5DCD8
(197,220,216)
#D6E5E5
(214,229,229)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D9470 color. Also use rgb(61,148,112) instead hex code.

Text Font Color

.myTextColor { color: #3D9470; }

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

This text font color is #3D9470.


Background Color

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

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

This div background color is #3D9470.


Border color

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

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

This div border color is #3D9470.


Opacity

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

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

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

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

This text has shadow with #3D9470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D9470 on black background.


Color preview on white background

This text has color #3D9470 on white background.



Black color preview on #3D9470 background

This text has black color on #3D9470 background.


White color preview on #3D9470 background

This text has white color on #3D9470 background.