COLOR #3DA581

HEX: #3DA581
RGB: (61,165,129)

Color info

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

RGB color model

#3DA581 color RGB value is (61,165,129).

  • red value is 61;
  • green value is 165;
  • blue value is 129.
RGB:
(61,165,129)
(24%,65%,51%)

RGB channels and saturation

R 61 of 255 = 24%
G 165 of 255 = 65%
B 129 of 255 = 51%

61
165
129

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

Portions of RGB colors in percentages

R + G + B =
61 + 165 + 129 = 355 (100%)
R 61 of 355 ~ 17.18%
G 165 of 355 ~ 46.48%
B 129 of 355 ~ 36.34%

%17.18
%46.48
%36.34

CMYK color model

#3DA581 color CMYK value is (63,0,22,35).

  • cyan value is 63.03%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(63,0,22,35)
C63M0Y22K35 
(63%,0%,22%,35%)
(0.63/0.00/0.22/0.35)	

CMYK percentages

%63.03
%0
%21.82
%35.29

Codes

Color #3DA581 in popluar color models

3DA581
RGB61165129
HSL159°46.02%44.31%
HSB/HSV159°63.03%64.71%
CMYK63.03%0.00%21.82%
35.29%

Color #3DA581 in popluar number systems.

HEX3DA581
Decimal61165129
Binary1111011010010110000001
Octal75245201

Shades and tints

Shades of #3DA581

#3DA581
(61,165,129)
#389676
(56,150,118)
#33876B
(51,135,107)
#2E7860
(46,120,96)
#296955
(41,105,85)
#245A4A
(36,90,74)
#1F4B3F
(31,75,63)
#1A3C34
(26,60,52)
#152D29
(21,45,41)
#101E1E
(16,30,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #3DA581

#3DA581
(61,165,129)
#4EAD8C
(78,173,140)
#5FB597
(95,181,151)
#70BDA2
(112,189,162)
#81C5AD
(129,197,173)
#92CDB8
(146,205,184)
#A3D5C3
(163,213,195)
#B4DDCE
(180,221,206)
#C5E5D9
(197,229,217)
#D6EDE4
(214,237,228)
#E7F5EF
(231,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA581 color. Also use rgb(61,165,129) instead hex code.

Text Font Color

.myTextColor { color: #3DA581; }

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

This text font color is #3DA581.


Background Color

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

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

This div background color is #3DA581.


Border color

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

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

This div border color is #3DA581.


Opacity

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

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

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

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

This text has shadow with #3DA581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA581 on black background.


Color preview on white background

This text has color #3DA581 on white background.



Black color preview on #3DA581 background

This text has black color on #3DA581 background.


White color preview on #3DA581 background

This text has white color on #3DA581 background.