COLOR #3D7215

HEX: #3D7215 RGB: (61,114,21)

Color info

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

RGB color model

#3D7215 color RGB value is (61,114,21).

RGB: (61,114,21) (24%, 45%, 8%)

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 21 of 255 = 8%

61
114
21

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

Portions of RGB colors in percentages

R + G + B = 61 + 114 + 21 = 196 (100%)
R 61 of 196 ~ 31.12%
G 114 of 196 ~ 58.16%
B 21 of 196 ~ 10.71'%

%31.12
%58.16
%10.71

CMYK color model

#3D7215 color CMYK value is (46,0,82,55).

  • cyan value is 46.49%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 55.29%

CMYK: (46,0,82,55)
C46M0Y82K55 (46%, 0%, 82%, 55%)
(0.46 / 0.00 / 0.82 / 0.55)

CMYK percentages

%46.49
%0
%81.58
%55.29

Codes

Color #3D7215 in popluar color models

3D 72 15
RGB 61 114 21
HSL 94° 68.89% 26.47%
HSB/HSV 94° 81.58% 44.71%
CMYK 46.49% 0.00% 81.58%
55.29%

Color #3D7215 in popluar number systems.

HEX 3D 72 15
Decimal 61 114 21
Binary 111101 1110010 10101
Octal 75 162 25

Shades and tints

Shades of #3D7215

#3D7215
(61,114,21)
#386814
(56,104,20)
#335E13
(51,94,19)
#2E5412
(46,84,18)
#294A11
(41,74,17)
#244010
(36,64,16)
#1F360F
(31,54,15)
#1A2C0E
(26,44,14)
#15220D
(21,34,13)
#10180C
(16,24,12)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D7215

#3D7215
(61,114,21)
#4E7E2A
(78,126,42)
#5F8A3F
(95,138,63)
#709654
(112,150,84)
#81A269
(129,162,105)
#92AE7E
(146,174,126)
#A3BA93
(163,186,147)
#B4C6A8
(180,198,168)
#C5D2BD
(197,210,189)
#D6DED2
(214,222,210)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7215; }

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

This text font color is #3D7215.

Background Color

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

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

This div background color is #3D7215.

Border color

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

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

This div border color is #3D7215.

Opacity

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

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

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

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

This text has shadow with #3D7215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7215.

Preview

Color preview on black background

This text has color #3D7215 on black background.


Color preview on white background

This text has color #3D7215 on white background.


Black color preview on #3D7215 background

This text has black color on #3D7215 background.


White color preview on #3D7215 background

This text has white color on #3D7215 background.


Related colors

Complementary color

Complementary color for #hex is #C28DEA.


I love getcolorcode.com

Triadic colors

1 #153D72 and #72153D with #3D7215 are triadic colors.

2 #15723D and #723D15 with #3D7215 are triadic colors.