COLOR #3DB474

HEX: #3DB474
RGB: (61,180,116)

Color info

#3DB474 contains mainly green color. Web safe color of #3DB474 is #33CC66 (or #3C6).

RGB color model

#3DB474 color RGB value is (61,180,116).

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

RGB channels and saturation

R 61 of 255 = 24%
G 180 of 255 = 71%
B 116 of 255 = 45%

61
180
116

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

Portions of RGB colors in percentages

R + G + B =
61 + 180 + 116 = 357 (100%)
R 61 of 357 ~ 17.09%
G 180 of 357 ~ 50.42%
B 116 of 357 ~ 32.49%

%17.09
%50.42
%32.49

CMYK color model

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

  • cyan value is 66.11%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%
CMYK:
(66,0,36,29)
C66M0Y36K29 
(66%,0%,36%,29%)
(0.66/0.00/0.36/0.29)	

CMYK percentages

%66.11
%0
%35.56
%29.41

Codes

Color #3DB474 in popluar color models

3DB474
RGB61180116
HSL148°49.38%47.25%
HSB/HSV148°66.11%70.59%
CMYK66.11%0.00%35.56%
29.41%

Color #3DB474 in popluar number systems.

HEX3DB474
Decimal61180116
Binary111101101101001110100
Octal75264164

Shades and tints

Shades of #3DB474

#3DB474
(61,180,116)
#38A46A
(56,164,106)
#339460
(51,148,96)
#2E8456
(46,132,86)
#29744C
(41,116,76)
#246442
(36,100,66)
#1F5438
(31,84,56)
#1A442E
(26,68,46)
#153424
(21,52,36)
#10241A
(16,36,26)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #3DB474

#3DB474
(61,180,116)
#4EBA80
(78,186,128)
#5FC08C
(95,192,140)
#70C698
(112,198,152)
#81CCA4
(129,204,164)
#92D2B0
(146,210,176)
#A3D8BC
(163,216,188)
#B4DEC8
(180,222,200)
#C5E4D4
(197,228,212)
#D6EAE0
(214,234,224)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DB474; }

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

This text font color is #3DB474.


Background Color

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

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

This div background color is #3DB474.


Border color

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

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

This div border color is #3DB474.


Opacity

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

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

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

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

This text has shadow with #3DB474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB474 on black background.


Color preview on white background

This text has color #3DB474 on white background.



Black color preview on #3DB474 background

This text has black color on #3DB474 background.


White color preview on #3DB474 background

This text has white color on #3DB474 background.