COLOR #3D954A

HEX: #3D954A
RGB: (61,149,74)

Color info

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

RGB color model

#3D954A color RGB value is (61,149,74).

  • red value is 61;
  • green value is 149;
  • blue value is 74.
RGB:
(61,149,74)
(24%,58%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 149 of 255 = 58%
B 74 of 255 = 29%

61
149
74

R + G + B ~ 37%. #3D954A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 149 + 74 = 284 (100%)
R 61 of 284 ~ 21.48%
G 149 of 284 ~ 52.46%
B 74 of 284 ~ 26.06%

%21.48
%52.46
%26.06

CMYK color model

#3D954A color CMYK value is (59,0,50,42).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(59,0,50,42)
C59M0Y50K42 
(59%,0%,50%,42%)
(0.59/0.00/0.50/0.42)	

CMYK percentages

%59.06
%0
%50.34
%41.57

Codes

Color #3D954A in popluar color models

3D954A
RGB6114974
HSL129°41.90%41.18%
HSB/HSV129°59.06%58.43%
CMYK59.06%0.00%50.34%
41.57%

Color #3D954A in popluar number systems.

HEX3D954A
Decimal6114974
Binary111101100101011001010
Octal75225112

Shades and tints

Shades of #3D954A

#3D954A
(61,149,74)
#388844
(56,136,68)
#337B3E
(51,123,62)
#2E6E38
(46,110,56)
#296132
(41,97,50)
#24542C
(36,84,44)
#1F4726
(31,71,38)
#1A3A20
(26,58,32)
#152D1A
(21,45,26)
#102014
(16,32,20)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #3D954A

#3D954A
(61,149,74)
#4E9E5A
(78,158,90)
#5FA76A
(95,167,106)
#70B07A
(112,176,122)
#81B98A
(129,185,138)
#92C29A
(146,194,154)
#A3CBAA
(163,203,170)
#B4D4BA
(180,212,186)
#C5DDCA
(197,221,202)
#D6E6DA
(214,230,218)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D954A color. Also use rgb(61,149,74) instead hex code.

Text Font Color

.myTextColor { color: #3D954A; }

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

This text font color is #3D954A.


Background Color

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

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

This div background color is #3D954A.


Border color

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

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

This div border color is #3D954A.


Opacity

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

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

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

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

This text has shadow with #3D954A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D954A on black background.


Color preview on white background

This text has color #3D954A on white background.



Black color preview on #3D954A background

This text has black color on #3D954A background.


White color preview on #3D954A background

This text has white color on #3D954A background.