COLOR #3E7B1D

HEX: #3E7B1D RGB: (62,123,29)

Color info

#3E7B1D contains mainly green color. Web safe color of #3E7B1D is #336633 (or #363).

RGB color model

#3E7B1D color RGB value is (62,123,29).

RGB: (62,123,29) (24%, 48%, 11%)

RGB channels and saturation

R 62 of 255 = 24%
G 123 of 255 = 48%
B 29 of 255 = 11%

62
123
29

R + G + B ~ 28%. #3E7B1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 123 + 29 = 214 (100%)
R 62 of 214 ~ 28.97%
G 123 of 214 ~ 57.48%
B 29 of 214 ~ 13.55'%

%28.97
%57.48
%13.55

CMYK color model

#3E7B1D color CMYK value is (50,0,76,52).

  • cyan value is 49.59%
  • magenta value is 0.00%
  • yellow value is 76.42%
  • key color value is 51.76%

CMYK: (50,0,76,52)
C50M0Y76K52 (50%, 0%, 76%, 52%)
(0.50 / 0.00 / 0.76 / 0.52)

CMYK percentages

%49.59
%0
%76.42
%51.76

Codes

Color #3E7B1D in popluar color models

3E 7B 1D
RGB 62 123 29
HSL 99° 61.84% 29.80%
HSB/HSV 99° 76.42% 48.24%
CMYK 49.59% 0.00% 76.42%
51.76%

Color #3E7B1D in popluar number systems.

HEX 3E 7B 1D
Decimal 62 123 29
Binary 111110 1111011 11101
Octal 76 173 35

Shades and tints

Shades of #3E7B1D

#3E7B1D
(62,123,29)
#39701B
(57,112,27)
#346519
(52,101,25)
#2F5A17
(47,90,23)
#2A4F15
(42,79,21)
#254413
(37,68,19)
#203911
(32,57,17)
#1B2E0F
(27,46,15)
#16230D
(22,35,13)
#11180B
(17,24,11)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E7B1D

#3E7B1D
(62,123,29)
#4F8731
(79,135,49)
#609345
(96,147,69)
#719F59
(113,159,89)
#82AB6D
(130,171,109)
#93B781
(147,183,129)
#A4C395
(164,195,149)
#B5CFA9
(181,207,169)
#C6DBBD
(198,219,189)
#D7E7D1
(215,231,209)
#E8F3E5
(232,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7B1D color. Also use rgb(62,123,29) instead hex code.

Text Font Color

.myTextColor { color: #3E7B1D; }

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

This text font color is #3E7B1D.

Background Color

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

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

This div background color is #3E7B1D.

Border color

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

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

This div border color is #3E7B1D.

Opacity

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

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

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

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

This text has shadow with #3E7B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7B1D.

Preview

Color preview on black background

This text has color #3E7B1D on black background.


Color preview on white background

This text has color #3E7B1D on white background.


Black color preview on #3E7B1D background

This text has black color on #3E7B1D background.


White color preview on #3E7B1D background

This text has white color on #3E7B1D background.


Related colors

Complementary color

Complementary color for #hex is #C184E2.


I love getcolorcode.com

Triadic colors

1 #1D3E7B and #7B1D3E with #3E7B1D are triadic colors.

2 #1D7B3E and #7B3E1D with #3E7B1D are triadic colors.