COLOR #3DA348

HEX: #3DA348 RGB: (61,163,72)

Color info

#3DA348 contains mainly green color. Web safe color of #3DA348 is #339933 (or #393).

RGB color model

#3DA348 color RGB value is (61,163,72).

RGB: (61,163,72) (24%, 64%, 28%)

RGB channels and saturation

R 61 of 255 = 24%
G 163 of 255 = 64%
B 72 of 255 = 28%

61
163
72

R + G + B ~ 39%. #3DA348 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 163 + 72 = 296 (100%)
R 61 of 296 ~ 20.61%
G 163 of 296 ~ 55.07%
B 72 of 296 ~ 24.32'%

%20.61
%55.07
%24.32

CMYK color model

#3DA348 color CMYK value is (63,0,56,36).

  • cyan value is 62.58%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 36.08%

CMYK: (63,0,56,36)
C63M0Y56K36 (63%, 0%, 56%, 36%)
(0.63 / 0.00 / 0.56 / 0.36)

CMYK percentages

%62.58
%0
%55.83
%36.08

Codes

Color #3DA348 in popluar color models

3D A3 48
RGB 61 163 72
HSL 126° 45.54% 43.92%
HSB/HSV 126° 62.58% 63.92%
CMYK 62.58% 0.00% 55.83%
36.08%

Color #3DA348 in popluar number systems.

HEX 3D A3 48
Decimal 61 163 72
Binary 111101 10100011 1001000
Octal 75 243 110

Shades and tints

Shades of #3DA348

#3DA348
(61,163,72)
#389542
(56,149,66)
#33873C
(51,135,60)
#2E7936
(46,121,54)
#296B30
(41,107,48)
#245D2A
(36,93,42)
#1F4F24
(31,79,36)
#1A411E
(26,65,30)
#153318
(21,51,24)
#102512
(16,37,18)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #3DA348

#3DA348
(61,163,72)
#4EAB58
(78,171,88)
#5FB368
(95,179,104)
#70BB78
(112,187,120)
#81C388
(129,195,136)
#92CB98
(146,203,152)
#A3D3A8
(163,211,168)
#B4DBB8
(180,219,184)
#C5E3C8
(197,227,200)
#D6EBD8
(214,235,216)
#E7F3E8
(231,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA348 color. Also use rgb(61,163,72) instead hex code.

Text Font Color

.myTextColor { color: #3DA348; }

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

This text font color is #3DA348.

Background Color

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

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

This div background color is #3DA348.

Border color

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

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

This div border color is #3DA348.

Opacity

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

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

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

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

This text has shadow with #3DA348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DA348.

Preview

Color preview on black background

This text has color #3DA348 on black background.


Color preview on white background

This text has color #3DA348 on white background.


Black color preview on #3DA348 background

This text has black color on #3DA348 background.


White color preview on #3DA348 background

This text has white color on #3DA348 background.


Related colors

Complementary color

Complementary color for #hex is #C25CB7.


I love getcolorcode.com

Triadic colors

1 #483DA3 and #A3483D with #3DA348 are triadic colors.

2 #48A33D and #A33D48 with #3DA348 are triadic colors.