COLOR #3D741E

HEX: #3D741E
RGB: (61,116,30)

Color info

#3D741E contains mainly red and green colors. Web safe color of #3D741E is #336633 (or #363).

RGB color model

#3D741E color RGB value is (61,116,30).

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

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 30 of 255 = 12%

61
116
30

R + G + B ~ 27%. #3D741E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 30 = 207 (100%)
R 61 of 207 ~ 29.47%
G 116 of 207 ~ 56.04%
B 30 of 207 ~ 14.49%

%29.47
%56.04
%14.49

CMYK color model

#3D741E color CMYK value is (47,0,74,55).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK:
(47,0,74,55)
C47M0Y74K55 
(47%,0%,74%,55%)
(0.47/0.00/0.74/0.55)	

CMYK percentages

%47.41
%0
%74.14
%54.51

Codes

Color #3D741E in popluar color models

3D741E
RGB6111630
HSL98°58.90%28.63%
HSB/HSV98°74.14%45.49%
CMYK47.41%0.00%74.14%
54.51%

Color #3D741E in popluar number systems.

HEX3D741E
Decimal6111630
Binary111101111010011110
Octal7516436

Shades and tints

Shades of #3D741E

#3D741E
(61,116,30)
#386A1C
(56,106,28)
#33601A
(51,96,26)
#2E5618
(46,86,24)
#294C16
(41,76,22)
#244214
(36,66,20)
#1F3812
(31,56,18)
#1A2E10
(26,46,16)
#15240E
(21,36,14)
#101A0C
(16,26,12)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #3D741E

#3D741E
(61,116,30)
#4E8032
(78,128,50)
#5F8C46
(95,140,70)
#70985A
(112,152,90)
#81A46E
(129,164,110)
#92B082
(146,176,130)
#A3BC96
(163,188,150)
#B4C8AA
(180,200,170)
#C5D4BE
(197,212,190)
#D6E0D2
(214,224,210)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D741E; }

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

This text font color is #3D741E.


Background Color

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

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

This div background color is #3D741E.


Border color

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

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

This div border color is #3D741E.


Opacity

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

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

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

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

This text has shadow with #3D741E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D741E on black background.


Color preview on white background

This text has color #3D741E on white background.



Black color preview on #3D741E background

This text has black color on #3D741E background.


White color preview on #3D741E background

This text has white color on #3D741E background.