COLOR #3D6631

HEX: #3D6631
RGB: (61,102,49)

Color info

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

RGB color model

#3D6631 color RGB value is (61,102,49).

  • red value is 61;
  • green value is 102;
  • blue value is 49.
RGB:
(61,102,49)
(24%,40%,19%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 49 of 255 = 19%

61
102
49

R + G + B ~ 28%. #3D6631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 102 + 49 = 212 (100%)
R 61 of 212 ~ 28.77%
G 102 of 212 ~ 48.11%
B 49 of 212 ~ 23.11%

%28.77
%48.11
%23.11

CMYK color model

#3D6631 color CMYK value is (40,0,52,60).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(40,0,52,60)
C40M0Y52K60 
(40%,0%,52%,60%)
(0.40/0.00/0.52/0.60)	

CMYK percentages

%40.2
%0
%51.96
%60

Codes

Color #3D6631 in popluar color models

3D6631
RGB6110249
HSL106°35.10%29.61%
HSB/HSV106°51.96%40.00%
CMYK40.20%0.00%51.96%
60.00%

Color #3D6631 in popluar number systems.

HEX3D6631
Decimal6110249
Binary1111011100110110001
Octal7514661

Shades and tints

Shades of #3D6631

#3D6631
(61,102,49)
#385D2D
(56,93,45)
#335429
(51,84,41)
#2E4B25
(46,75,37)
#294221
(41,66,33)
#24391D
(36,57,29)
#1F3019
(31,48,25)
#1A2715
(26,39,21)
#151E11
(21,30,17)
#10150D
(16,21,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D6631

#3D6631
(61,102,49)
#4E7343
(78,115,67)
#5F8055
(95,128,85)
#708D67
(112,141,103)
#819A79
(129,154,121)
#92A78B
(146,167,139)
#A3B49D
(163,180,157)
#B4C1AF
(180,193,175)
#C5CEC1
(197,206,193)
#D6DBD3
(214,219,211)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6631 color. Also use rgb(61,102,49) instead hex code.

Text Font Color

.myTextColor { color: #3D6631; }

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

This text font color is #3D6631.


Background Color

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

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

This div background color is #3D6631.


Border color

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

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

This div border color is #3D6631.


Opacity

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

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

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

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

This text has shadow with #3D6631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6631 on black background.


Color preview on white background

This text has color #3D6631 on white background.



Black color preview on #3D6631 background

This text has black color on #3D6631 background.


White color preview on #3D6631 background

This text has white color on #3D6631 background.