COLOR #3D4E01

HEX: #3D4E01
RGB: (61,78,1)

Color info

#3D4E01 contains mainly red and green colors. Web safe color of #3D4E01 is #336600 (or #360).

RGB color model

#3D4E01 color RGB value is (61,78,1).

  • red value is 61;
  • green value is 78;
  • blue value is 1.
RGB:
(61,78,1)
(24%,31%,0%)

RGB channels and saturation

R 61 of 255 = 24%
G 78 of 255 = 31%
B 1 of 255 = 0%

61
78
1

R + G + B ~ 18%. #3D4E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 78 + 1 = 140 (100%)
R 61 of 140 ~ 43.57%
G 78 of 140 ~ 55.71%
B 1 of 140 ~ 0.71%

%43.57
%55.71

CMYK color model

#3D4E01 color CMYK value is (22,0,99,69).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 98.72%
  • key color value is 69.41%
CMYK:
(22,0,99,69)
C22M0Y99K69 
(22%,0%,99%,69%)
(0.22/0.00/0.99/0.69)	

CMYK percentages

%21.79
%0
%98.72
%69.41

Codes

Color #3D4E01 in popluar color models

3D4E01
RGB61781
HSL73°97.47%15.49%
HSB/HSV73°98.72%30.59%
CMYK21.79%0.00%98.72%
69.41%

Color #3D4E01 in popluar number systems.

HEX3D4E01
Decimal61781
Binary11110110011101
Octal751161

Shades and tints

Shades of #3D4E01

#3D4E01
(61,78,1)
#384701
(56,71,1)
#334001
(51,64,1)
#2E3901
(46,57,1)
#293201
(41,50,1)
#242B01
(36,43,1)
#1F2401
(31,36,1)
#1A1D01
(26,29,1)
#151601
(21,22,1)
#100F01
(16,15,1)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #3D4E01

#3D4E01
(61,78,1)
#4E5E18
(78,94,24)
#5F6E2F
(95,110,47)
#707E46
(112,126,70)
#818E5D
(129,142,93)
#929E74
(146,158,116)
#A3AE8B
(163,174,139)
#B4BEA2
(180,190,162)
#C5CEB9
(197,206,185)
#D6DED0
(214,222,208)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4E01; }

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

This text font color is #3D4E01.


Background Color

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

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

This div background color is #3D4E01.


Border color

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

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

This div border color is #3D4E01.


Opacity

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

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

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

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

This text has shadow with #3D4E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4E01 on black background.


Color preview on white background

This text has color #3D4E01 on white background.



Black color preview on #3D4E01 background

This text has black color on #3D4E01 background.


White color preview on #3D4E01 background

This text has white color on #3D4E01 background.