COLOR #3D6C21

HEX: #3D6C21
RGB: (61,108,33)

Color info

#3D6C21 contains mainly red and green colors. Web safe color of #3D6C21 is #336633 (or #363).

RGB color model

#3D6C21 color RGB value is (61,108,33).

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

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 33 of 255 = 13%

61
108
33

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

Portions of RGB colors in percentages

R + G + B =
61 + 108 + 33 = 202 (100%)
R 61 of 202 ~ 30.2%
G 108 of 202 ~ 53.47%
B 33 of 202 ~ 16.34%

%30.2
%53.47
%16.34

CMYK color model

#3D6C21 color CMYK value is (44,0,69,58).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 57.65%
CMYK:
(44,0,69,58)
C44M0Y69K58 
(44%,0%,69%,58%)
(0.44/0.00/0.69/0.58)	

CMYK percentages

%43.52
%0
%69.44
%57.65

Codes

Color #3D6C21 in popluar color models

3D6C21
RGB6110833
HSL98°53.19%27.65%
HSB/HSV98°69.44%42.35%
CMYK43.52%0.00%69.44%
57.65%

Color #3D6C21 in popluar number systems.

HEX3D6C21
Decimal6110833
Binary1111011101100100001
Octal7515441

Shades and tints

Shades of #3D6C21

#3D6C21
(61,108,33)
#38631E
(56,99,30)
#335A1B
(51,90,27)
#2E5118
(46,81,24)
#294815
(41,72,21)
#243F12
(36,63,18)
#1F360F
(31,54,15)
#1A2D0C
(26,45,12)
#152409
(21,36,9)
#101B06
(16,27,6)
#0B1203
(11,18,3)
#000000
(0,0,0)

Tints of #3D6C21

#3D6C21
(61,108,33)
#4E7935
(78,121,53)
#5F8649
(95,134,73)
#70935D
(112,147,93)
#81A071
(129,160,113)
#92AD85
(146,173,133)
#A3BA99
(163,186,153)
#B4C7AD
(180,199,173)
#C5D4C1
(197,212,193)
#D6E1D5
(214,225,213)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6C21; }

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

This text font color is #3D6C21.


Background Color

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

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

This div background color is #3D6C21.


Border color

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

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

This div border color is #3D6C21.


Opacity

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

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

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

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

This text has shadow with #3D6C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6C21 on black background.


Color preview on white background

This text has color #3D6C21 on white background.



Black color preview on #3D6C21 background

This text has black color on #3D6C21 background.


White color preview on #3D6C21 background

This text has white color on #3D6C21 background.