COLOR #3D6C3B

HEX: #3D6C3B
RGB: (61,108,59)

Color info

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

RGB color model

#3D6C3B color RGB value is (61,108,59).

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

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 59 of 255 = 23%

61
108
59

R + G + B ~ 30%. #3D6C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 108 + 59 = 228 (100%)
R 61 of 228 ~ 26.75%
G 108 of 228 ~ 47.37%
B 59 of 228 ~ 25.88%

%26.75
%47.37
%25.88

CMYK color model

#3D6C3B color CMYK value is (44,0,45,58).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 57.65%
CMYK:
(44,0,45,58)
C44M0Y45K58 
(44%,0%,45%,58%)
(0.44/0.00/0.45/0.58)	

CMYK percentages

%43.52
%0
%45.37
%57.65

Codes

Color #3D6C3B in popluar color models

3D6C3B
RGB6110859
HSL118°29.34%32.75%
HSB/HSV118°45.37%42.35%
CMYK43.52%0.00%45.37%
57.65%

Color #3D6C3B in popluar number systems.

HEX3D6C3B
Decimal6110859
Binary1111011101100111011
Octal7515473

Shades and tints

Shades of #3D6C3B

#3D6C3B
(61,108,59)
#386336
(56,99,54)
#335A31
(51,90,49)
#2E512C
(46,81,44)
#294827
(41,72,39)
#243F22
(36,63,34)
#1F361D
(31,54,29)
#1A2D18
(26,45,24)
#152413
(21,36,19)
#101B0E
(16,27,14)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #3D6C3B

#3D6C3B
(61,108,59)
#4E794C
(78,121,76)
#5F865D
(95,134,93)
#70936E
(112,147,110)
#81A07F
(129,160,127)
#92AD90
(146,173,144)
#A3BAA1
(163,186,161)
#B4C7B2
(180,199,178)
#C5D4C3
(197,212,195)
#D6E1D4
(214,225,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6C3B; }

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

This text font color is #3D6C3B.


Background Color

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

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

This div background color is #3D6C3B.


Border color

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

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

This div border color is #3D6C3B.


Opacity

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

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

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

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

This text has shadow with #3D6C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6C3B on black background.


Color preview on white background

This text has color #3D6C3B on white background.



Black color preview on #3D6C3B background

This text has black color on #3D6C3B background.


White color preview on #3D6C3B background

This text has white color on #3D6C3B background.