COLOR #3D9790

HEX: #3D9790
RGB: (61,151,144)

Color info

#3D9790 contains mainly green and blue colors. Web safe color of #3D9790 is #339999 (or #399).

RGB color model

#3D9790 color RGB value is (61,151,144).

  • red value is 61;
  • green value is 151;
  • blue value is 144.
RGB:
(61,151,144)
(24%,59%,56%)

RGB channels and saturation

R 61 of 255 = 24%
G 151 of 255 = 59%
B 144 of 255 = 56%

61
151
144

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

Portions of RGB colors in percentages

R + G + B =
61 + 151 + 144 = 356 (100%)
R 61 of 356 ~ 17.13%
G 151 of 356 ~ 42.42%
B 144 of 356 ~ 40.45%

%17.13
%42.42
%40.45

CMYK color model

#3D9790 color CMYK value is (60,0,5,41).

  • cyan value is 59.60%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(60,0,5,41)
C60M0Y5K41 
(60%,0%,5%,41%)
(0.60/0.00/0.05/0.41)	

CMYK percentages

%59.6
%0
%4.64
%40.78

Codes

Color #3D9790 in popluar color models

3D9790
RGB61151144
HSL175°42.45%41.57%
HSB/HSV175°59.60%59.22%
CMYK59.60%0.00%4.64%
40.78%

Color #3D9790 in popluar number systems.

HEX3D9790
Decimal61151144
Binary1111011001011110010000
Octal75227220

Shades and tints

Shades of #3D9790

#3D9790
(61,151,144)
#388A83
(56,138,131)
#337D76
(51,125,118)
#2E7069
(46,112,105)
#29635C
(41,99,92)
#24564F
(36,86,79)
#1F4942
(31,73,66)
#1A3C35
(26,60,53)
#152F28
(21,47,40)
#10221B
(16,34,27)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #3D9790

#3D9790
(61,151,144)
#4EA09A
(78,160,154)
#5FA9A4
(95,169,164)
#70B2AE
(112,178,174)
#81BBB8
(129,187,184)
#92C4C2
(146,196,194)
#A3CDCC
(163,205,204)
#B4D6D6
(180,214,214)
#C5DFE0
(197,223,224)
#D6E8EA
(214,232,234)
#E7F1F4
(231,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D9790 color. Also use rgb(61,151,144) instead hex code.

Text Font Color

.myTextColor { color: #3D9790; }

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

This text font color is #3D9790.


Background Color

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

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

This div background color is #3D9790.


Border color

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

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

This div border color is #3D9790.


Opacity

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

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

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

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

This text has shadow with #3D9790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D9790 on black background.


Color preview on white background

This text has color #3D9790 on white background.



Black color preview on #3D9790 background

This text has black color on #3D9790 background.


White color preview on #3D9790 background

This text has white color on #3D9790 background.