COLOR #3D4E1D

HEX: #3D4E1D
RGB: (61,78,29)

Color info

#3D4E1D contains red, green and blue colors in about the same proportion. Web safe color of #3D4E1D is #336633 (or #363).

RGB color model

#3D4E1D color RGB value is (61,78,29).

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

RGB channels and saturation

R 61 of 255 = 24%
G 78 of 255 = 31%
B 29 of 255 = 11%

61
78
29

R + G + B ~ 22%. #3D4E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 78 + 29 = 168 (100%)
R 61 of 168 ~ 36.31%
G 78 of 168 ~ 46.43%
B 29 of 168 ~ 17.26%

%36.31
%46.43
%17.26

CMYK color model

#3D4E1D color CMYK value is (22,0,63,69).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 62.82%
  • key color value is 69.41%
CMYK:
(22,0,63,69)
C22M0Y63K69 
(22%,0%,63%,69%)
(0.22/0.00/0.63/0.69)	

CMYK percentages

%21.79
%0
%62.82
%69.41

Codes

Color #3D4E1D in popluar color models

3D4E1D
RGB617829
HSL81°45.79%20.98%
HSB/HSV81°62.82%30.59%
CMYK21.79%0.00%62.82%
69.41%

Color #3D4E1D in popluar number systems.

HEX3D4E1D
Decimal617829
Binary111101100111011101
Octal7511635

Shades and tints

Shades of #3D4E1D

#3D4E1D
(61,78,29)
#38471B
(56,71,27)
#334019
(51,64,25)
#2E3917
(46,57,23)
#293215
(41,50,21)
#242B13
(36,43,19)
#1F2411
(31,36,17)
#1A1D0F
(26,29,15)
#15160D
(21,22,13)
#100F0B
(16,15,11)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #3D4E1D

#3D4E1D
(61,78,29)
#4E5E31
(78,94,49)
#5F6E45
(95,110,69)
#707E59
(112,126,89)
#818E6D
(129,142,109)
#929E81
(146,158,129)
#A3AE95
(163,174,149)
#B4BEA9
(180,190,169)
#C5CEBD
(197,206,189)
#D6DED1
(214,222,209)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4E1D; }

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

This text font color is #3D4E1D.


Background Color

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

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

This div background color is #3D4E1D.


Border color

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

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

This div border color is #3D4E1D.


Opacity

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

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

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

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

This text has shadow with #3D4E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4E1D on black background.


Color preview on white background

This text has color #3D4E1D on white background.



Black color preview on #3D4E1D background

This text has black color on #3D4E1D background.


White color preview on #3D4E1D background

This text has white color on #3D4E1D background.