COLOR #3DA076

HEX: #3DA076
RGB: (61,160,118)

Color info

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

RGB color model

#3DA076 color RGB value is (61,160,118).

  • red value is 61;
  • green value is 160;
  • blue value is 118.
RGB:
(61,160,118)
(24%,63%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 160 of 255 = 63%
B 118 of 255 = 46%

61
160
118

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

Portions of RGB colors in percentages

R + G + B =
61 + 160 + 118 = 339 (100%)
R 61 of 339 ~ 17.99%
G 160 of 339 ~ 47.2%
B 118 of 339 ~ 34.81%

%17.99
%47.2
%34.81

CMYK color model

#3DA076 color CMYK value is (62,0,26,37).

  • cyan value is 61.88%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(62,0,26,37)
C62M0Y26K37 
(62%,0%,26%,37%)
(0.62/0.00/0.26/0.37)	

CMYK percentages

%61.88
%0
%26.25
%37.25

Codes

Color #3DA076 in popluar color models

3DA076
RGB61160118
HSL155°44.80%43.33%
HSB/HSV155°61.88%62.75%
CMYK61.88%0.00%26.25%
37.25%

Color #3DA076 in popluar number systems.

HEX3DA076
Decimal61160118
Binary111101101000001110110
Octal75240166

Shades and tints

Shades of #3DA076

#3DA076
(61,160,118)
#38926C
(56,146,108)
#338462
(51,132,98)
#2E7658
(46,118,88)
#29684E
(41,104,78)
#245A44
(36,90,68)
#1F4C3A
(31,76,58)
#1A3E30
(26,62,48)
#153026
(21,48,38)
#10221C
(16,34,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #3DA076

#3DA076
(61,160,118)
#4EA882
(78,168,130)
#5FB08E
(95,176,142)
#70B89A
(112,184,154)
#81C0A6
(129,192,166)
#92C8B2
(146,200,178)
#A3D0BE
(163,208,190)
#B4D8CA
(180,216,202)
#C5E0D6
(197,224,214)
#D6E8E2
(214,232,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA076 color. Also use rgb(61,160,118) instead hex code.

Text Font Color

.myTextColor { color: #3DA076; }

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

This text font color is #3DA076.


Background Color

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

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

This div background color is #3DA076.


Border color

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

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

This div border color is #3DA076.


Opacity

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

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

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

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

This text has shadow with #3DA076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA076 on black background.


Color preview on white background

This text has color #3DA076 on white background.



Black color preview on #3DA076 background

This text has black color on #3DA076 background.


White color preview on #3DA076 background

This text has white color on #3DA076 background.