COLOR #3D6C38

HEX: #3D6C38
RGB: (61,108,56)

Color info

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

RGB color model

#3D6C38 color RGB value is (61,108,56).

  • red value is 61;
  • green value is 108;
  • blue value is 56.
RGB:
(61,108,56)
(24%,42%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 56 of 255 = 22%

61
108
56

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

Portions of RGB colors in percentages

R + G + B =
61 + 108 + 56 = 225 (100%)
R 61 of 225 ~ 27.11%
G 108 of 225 ~ 48%
B 56 of 225 ~ 24.89%

%27.11
%48
%24.89

CMYK color model

#3D6C38 color CMYK value is (44,0,48,58).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(44,0,48,58)
C44M0Y48K58 
(44%,0%,48%,58%)
(0.44/0.00/0.48/0.58)	

CMYK percentages

%43.52
%0
%48.15
%57.65

Codes

Color #3D6C38 in popluar color models

3D6C38
RGB6110856
HSL114°31.71%32.16%
HSB/HSV114°48.15%42.35%
CMYK43.52%0.00%48.15%
57.65%

Color #3D6C38 in popluar number systems.

HEX3D6C38
Decimal6110856
Binary1111011101100111000
Octal7515470

Shades and tints

Shades of #3D6C38

#3D6C38
(61,108,56)
#386333
(56,99,51)
#335A2E
(51,90,46)
#2E5129
(46,81,41)
#294824
(41,72,36)
#243F1F
(36,63,31)
#1F361A
(31,54,26)
#1A2D15
(26,45,21)
#152410
(21,36,16)
#101B0B
(16,27,11)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #3D6C38

#3D6C38
(61,108,56)
#4E794A
(78,121,74)
#5F865C
(95,134,92)
#70936E
(112,147,110)
#81A080
(129,160,128)
#92AD92
(146,173,146)
#A3BAA4
(163,186,164)
#B4C7B6
(180,199,182)
#C5D4C8
(197,212,200)
#D6E1DA
(214,225,218)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6C38 color. Also use rgb(61,108,56) instead hex code.

Text Font Color

.myTextColor { color: #3D6C38; }

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

This text font color is #3D6C38.


Background Color

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

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

This div background color is #3D6C38.


Border color

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

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

This div border color is #3D6C38.


Opacity

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

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

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

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

This text has shadow with #3D6C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6C38 on black background.


Color preview on white background

This text has color #3D6C38 on white background.



Black color preview on #3D6C38 background

This text has black color on #3D6C38 background.


White color preview on #3D6C38 background

This text has white color on #3D6C38 background.