COLOR #3DB581

HEX: #3DB581
RGB: (61,181,129)

Color info

#3DB581 contains mainly green and blue colors. Web safe color of #3DB581 is #33CC99 (or #3C9).

RGB color model

#3DB581 color RGB value is (61,181,129).

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

RGB channels and saturation

R 61 of 255 = 24%
G 181 of 255 = 71%
B 129 of 255 = 51%

61
181
129

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

Portions of RGB colors in percentages

R + G + B =
61 + 181 + 129 = 371 (100%)
R 61 of 371 ~ 16.44%
G 181 of 371 ~ 48.79%
B 129 of 371 ~ 34.77%

%16.44
%48.79
%34.77

CMYK color model

#3DB581 color CMYK value is (66,0,29,29).

  • cyan value is 66.30%
  • magenta value is 0.00%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(66,0,29,29)
C66M0Y29K29 
(66%,0%,29%,29%)
(0.66/0.00/0.29/0.29)	

CMYK percentages

%66.3
%0
%28.73
%29.02

Codes

Color #3DB581 in popluar color models

3DB581
RGB61181129
HSL154°49.59%47.45%
HSB/HSV154°66.30%70.98%
CMYK66.30%0.00%28.73%
29.02%

Color #3DB581 in popluar number systems.

HEX3DB581
Decimal61181129
Binary1111011011010110000001
Octal75265201

Shades and tints

Shades of #3DB581

#3DB581
(61,181,129)
#38A576
(56,165,118)
#33956B
(51,149,107)
#2E8560
(46,133,96)
#297555
(41,117,85)
#24654A
(36,101,74)
#1F553F
(31,85,63)
#1A4534
(26,69,52)
#153529
(21,53,41)
#10251E
(16,37,30)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #3DB581

#3DB581
(61,181,129)
#4EBB8C
(78,187,140)
#5FC197
(95,193,151)
#70C7A2
(112,199,162)
#81CDAD
(129,205,173)
#92D3B8
(146,211,184)
#A3D9C3
(163,217,195)
#B4DFCE
(180,223,206)
#C5E5D9
(197,229,217)
#D6EBE4
(214,235,228)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DB581; }

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

This text font color is #3DB581.


Background Color

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

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

This div background color is #3DB581.


Border color

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

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

This div border color is #3DB581.


Opacity

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

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

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

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

This text has shadow with #3DB581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB581 on black background.


Color preview on white background

This text has color #3DB581 on white background.



Black color preview on #3DB581 background

This text has black color on #3DB581 background.


White color preview on #3DB581 background

This text has white color on #3DB581 background.