COLOR #3D6B35

HEX: #3D6B35
RGB: (61,107,53)

Color info

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

RGB color model

#3D6B35 color RGB value is (61,107,53).

  • red value is 61;
  • green value is 107;
  • blue value is 53.
RGB:
(61,107,53)
(24%,42%,21%)

RGB channels and saturation

R 61 of 255 = 24%
G 107 of 255 = 42%
B 53 of 255 = 21%

61
107
53

R + G + B ~ 29%. #3D6B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 107 + 53 = 221 (100%)
R 61 of 221 ~ 27.6%
G 107 of 221 ~ 48.42%
B 53 of 221 ~ 23.98%

%27.6
%48.42
%23.98

CMYK color model

#3D6B35 color CMYK value is (43,0,50,58).

  • cyan value is 42.99%
  • magenta value is 0.00%
  • yellow value is 50.47%
  • key color value is 58.04%
CMYK:
(43,0,50,58)
C43M0Y50K58 
(43%,0%,50%,58%)
(0.43/0.00/0.50/0.58)	

CMYK percentages

%42.99
%0
%50.47
%58.04

Codes

Color #3D6B35 in popluar color models

3D6B35
RGB6110753
HSL111°33.75%31.37%
HSB/HSV111°50.47%41.96%
CMYK42.99%0.00%50.47%
58.04%

Color #3D6B35 in popluar number systems.

HEX3D6B35
Decimal6110753
Binary1111011101011110101
Octal7515365

Shades and tints

Shades of #3D6B35

#3D6B35
(61,107,53)
#386231
(56,98,49)
#33592D
(51,89,45)
#2E5029
(46,80,41)
#294725
(41,71,37)
#243E21
(36,62,33)
#1F351D
(31,53,29)
#1A2C19
(26,44,25)
#152315
(21,35,21)
#101A11
(16,26,17)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #3D6B35

#3D6B35
(61,107,53)
#4E7847
(78,120,71)
#5F8559
(95,133,89)
#70926B
(112,146,107)
#819F7D
(129,159,125)
#92AC8F
(146,172,143)
#A3B9A1
(163,185,161)
#B4C6B3
(180,198,179)
#C5D3C5
(197,211,197)
#D6E0D7
(214,224,215)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6B35 color. Also use rgb(61,107,53) instead hex code.

Text Font Color

.myTextColor { color: #3D6B35; }

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

This text font color is #3D6B35.


Background Color

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

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

This div background color is #3D6B35.


Border color

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

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

This div border color is #3D6B35.


Opacity

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

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

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

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

This text has shadow with #3D6B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6B35 on black background.


Color preview on white background

This text has color #3D6B35 on white background.



Black color preview on #3D6B35 background

This text has black color on #3D6B35 background.


White color preview on #3D6B35 background

This text has white color on #3D6B35 background.