COLOR #3D5E29

HEX: #3D5E29
RGB: (61,94,41)

Color info

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

RGB color model

#3D5E29 color RGB value is (61,94,41).

  • red value is 61;
  • green value is 94;
  • blue value is 41.
RGB:
(61,94,41)
(24%,37%,16%)

RGB channels and saturation

R 61 of 255 = 24%
G 94 of 255 = 37%
B 41 of 255 = 16%

61
94
41

R + G + B ~ 26%. #3D5E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 94 + 41 = 196 (100%)
R 61 of 196 ~ 31.12%
G 94 of 196 ~ 47.96%
B 41 of 196 ~ 20.92%

%31.12
%47.96
%20.92

CMYK color model

#3D5E29 color CMYK value is (35,0,56,63).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 63.14%
CMYK:
(35,0,56,63)
C35M0Y56K63 
(35%,0%,56%,63%)
(0.35/0.00/0.56/0.63)	

CMYK percentages

%35.11
%0
%56.38
%63.14

Codes

Color #3D5E29 in popluar color models

3D5E29
RGB619441
HSL97°39.26%26.47%
HSB/HSV97°56.38%36.86%
CMYK35.11%0.00%56.38%
63.14%

Color #3D5E29 in popluar number systems.

HEX3D5E29
Decimal619441
Binary1111011011110101001
Octal7513651

Shades and tints

Shades of #3D5E29

#3D5E29
(61,94,41)
#385626
(56,86,38)
#334E23
(51,78,35)
#2E4620
(46,70,32)
#293E1D
(41,62,29)
#24361A
(36,54,26)
#1F2E17
(31,46,23)
#1A2614
(26,38,20)
#151E11
(21,30,17)
#10160E
(16,22,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D5E29

#3D5E29
(61,94,41)
#4E6C3C
(78,108,60)
#5F7A4F
(95,122,79)
#708862
(112,136,98)
#819675
(129,150,117)
#92A488
(146,164,136)
#A3B29B
(163,178,155)
#B4C0AE
(180,192,174)
#C5CEC1
(197,206,193)
#D6DCD4
(214,220,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5E29; }

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

This text font color is #3D5E29.


Background Color

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

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

This div background color is #3D5E29.


Border color

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

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

This div border color is #3D5E29.


Opacity

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

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

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

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

This text has shadow with #3D5E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5E29 on black background.


Color preview on white background

This text has color #3D5E29 on white background.



Black color preview on #3D5E29 background

This text has black color on #3D5E29 background.


White color preview on #3D5E29 background

This text has white color on #3D5E29 background.