COLOR #3D6A15

HEX: #3D6A15
RGB: (61,106,21)

Color info

#3D6A15 contains mainly red and green colors. Web safe color of #3D6A15 is #336600 (or #360).

RGB color model

#3D6A15 color RGB value is (61,106,21).

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

RGB channels and saturation

R 61 of 255 = 24%
G 106 of 255 = 42%
B 21 of 255 = 8%

61
106
21

R + G + B ~ 25%. #3D6A15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 106 + 21 = 188 (100%)
R 61 of 188 ~ 32.45%
G 106 of 188 ~ 56.38%
B 21 of 188 ~ 11.17%

%32.45
%56.38
%11.17

CMYK color model

#3D6A15 color CMYK value is (42,0,80,58).

  • cyan value is 42.45%
  • magenta value is 0.00%
  • yellow value is 80.19%
  • key color value is 58.43%
CMYK:
(42,0,80,58)
C42M0Y80K58 
(42%,0%,80%,58%)
(0.42/0.00/0.80/0.58)	

CMYK percentages

%42.45
%0
%80.19
%58.43

Codes

Color #3D6A15 in popluar color models

3D6A15
RGB6110621
HSL92°66.93%24.90%
HSB/HSV92°80.19%41.57%
CMYK42.45%0.00%80.19%
58.43%

Color #3D6A15 in popluar number systems.

HEX3D6A15
Decimal6110621
Binary111101110101010101
Octal7515225

Shades and tints

Shades of #3D6A15

#3D6A15
(61,106,21)
#386114
(56,97,20)
#335813
(51,88,19)
#2E4F12
(46,79,18)
#294611
(41,70,17)
#243D10
(36,61,16)
#1F340F
(31,52,15)
#1A2B0E
(26,43,14)
#15220D
(21,34,13)
#10190C
(16,25,12)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #3D6A15

#3D6A15
(61,106,21)
#4E772A
(78,119,42)
#5F843F
(95,132,63)
#709154
(112,145,84)
#819E69
(129,158,105)
#92AB7E
(146,171,126)
#A3B893
(163,184,147)
#B4C5A8
(180,197,168)
#C5D2BD
(197,210,189)
#D6DFD2
(214,223,210)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6A15 color. Also use rgb(61,106,21) instead hex code.

Text Font Color

.myTextColor { color: #3D6A15; }

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

This text font color is #3D6A15.


Background Color

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

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

This div background color is #3D6A15.


Border color

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

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

This div border color is #3D6A15.


Opacity

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

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

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

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

This text has shadow with #3D6A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6A15 on black background.


Color preview on white background

This text has color #3D6A15 on white background.



Black color preview on #3D6A15 background

This text has black color on #3D6A15 background.


White color preview on #3D6A15 background

This text has white color on #3D6A15 background.