COLOR #3DB4A0

HEX: #3DB4A0
RGB: (61,180,160)

Color info

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

RGB color model

#3DB4A0 color RGB value is (61,180,160).

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

RGB channels and saturation

R 61 of 255 = 24%
G 180 of 255 = 71%
B 160 of 255 = 63%

61
180
160

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

Portions of RGB colors in percentages

R + G + B =
61 + 180 + 160 = 401 (100%)
R 61 of 401 ~ 15.21%
G 180 of 401 ~ 44.89%
B 160 of 401 ~ 39.9%

%15.21
%44.89
%39.9

CMYK color model

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

  • cyan value is 66.11%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(66,0,11,29)
C66M0Y11K29 
(66%,0%,11%,29%)
(0.66/0.00/0.11/0.29)	

CMYK percentages

%66.11
%0
%11.11
%29.41

Codes

Color #3DB4A0 in popluar color models

3DB4A0
RGB61180160
HSL170°49.38%47.25%
HSB/HSV170°66.11%70.59%
CMYK66.11%0.00%11.11%
29.41%

Color #3DB4A0 in popluar number systems.

HEX3DB4A0
Decimal61180160
Binary1111011011010010100000
Octal75264240

Shades and tints

Shades of #3DB4A0

#3DB4A0
(61,180,160)
#38A492
(56,164,146)
#339484
(51,148,132)
#2E8476
(46,132,118)
#297468
(41,116,104)
#24645A
(36,100,90)
#1F544C
(31,84,76)
#1A443E
(26,68,62)
#153430
(21,52,48)
#102422
(16,36,34)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #3DB4A0

#3DB4A0
(61,180,160)
#4EBAA8
(78,186,168)
#5FC0B0
(95,192,176)
#70C6B8
(112,198,184)
#81CCC0
(129,204,192)
#92D2C8
(146,210,200)
#A3D8D0
(163,216,208)
#B4DED8
(180,222,216)
#C5E4E0
(197,228,224)
#D6EAE8
(214,234,232)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DB4A0; }

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

This text font color is #3DB4A0.


Background Color

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

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

This div background color is #3DB4A0.


Border color

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

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

This div border color is #3DB4A0.


Opacity

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

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

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

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

This text has shadow with #3DB4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB4A0 on black background.


Color preview on white background

This text has color #3DB4A0 on white background.



Black color preview on #3DB4A0 background

This text has black color on #3DB4A0 background.


White color preview on #3DB4A0 background

This text has white color on #3DB4A0 background.