COLOR #3D993D

HEX: #3D993D
RGB: (61,153,61)

Color info

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

RGB color model

#3D993D color RGB value is (61,153,61).

  • red value is 61;
  • green value is 153;
  • blue value is 61.
RGB:
(61,153,61)
(24%,60%,24%)

RGB channels and saturation

R 61 of 255 = 24%
G 153 of 255 = 60%
B 61 of 255 = 24%

61
153
61

R + G + B ~ 36%. #3D993D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 153 + 61 = 275 (100%)
R 61 of 275 ~ 22.18%
G 153 of 275 ~ 55.64%
B 61 of 275 ~ 22.18%

%22.18
%55.64
%22.18

CMYK color model

#3D993D color CMYK value is (60,0,60,40).

  • cyan value is 60.13%
  • magenta value is 0.00%
  • yellow value is 60.13%
  • key color value is 40.00%
CMYK:
(60,0,60,40)
C60M0Y60K40 
(60%,0%,60%,40%)
(0.60/0.00/0.60/0.40)	

CMYK percentages

%60.13
%0
%60.13
%40

Codes

Color #3D993D in popluar color models

3D993D
RGB6115361
HSL120°42.99%41.96%
HSB/HSV120°60.13%60.00%
CMYK60.13%0.00%60.13%
40.00%

Color #3D993D in popluar number systems.

HEX3D993D
Decimal6115361
Binary11110110011001111101
Octal7523175

Shades and tints

Shades of #3D993D

#3D993D
(61,153,61)
#388C38
(56,140,56)
#337F33
(51,127,51)
#2E722E
(46,114,46)
#296529
(41,101,41)
#245824
(36,88,36)
#1F4B1F
(31,75,31)
#1A3E1A
(26,62,26)
#153115
(21,49,21)
#102410
(16,36,16)
#0B170B
(11,23,11)
#000000
(0,0,0)

Tints of #3D993D

#3D993D
(61,153,61)
#4EA24E
(78,162,78)
#5FAB5F
(95,171,95)
#70B470
(112,180,112)
#81BD81
(129,189,129)
#92C692
(146,198,146)
#A3CFA3
(163,207,163)
#B4D8B4
(180,216,180)
#C5E1C5
(197,225,197)
#D6EAD6
(214,234,214)
#E7F3E7
(231,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D993D; }

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

This text font color is #3D993D.


Background Color

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

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

This div background color is #3D993D.


Border color

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

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

This div border color is #3D993D.


Opacity

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

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

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

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

This text has shadow with #3D993D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D993D on black background.


Color preview on white background

This text has color #3D993D on white background.



Black color preview on #3D993D background

This text has black color on #3D993D background.


White color preview on #3D993D background

This text has white color on #3D993D background.