COLOR #3D2515

HEX: #3D2515 RGB: (61,37,21)

Color info

#3D2515 contains red, green and blue colors in about the same proportion. Web safe color of #3D2515 is #333300 (or #330).

RGB color model

#3D2515 color RGB value is (61,37,21).

RGB: (61,37,21) (24%, 15%, 8%)

RGB channels and saturation

R 61 of 255 = 24%
G 37 of 255 = 15%
B 21 of 255 = 8%

61
37
21

R + G + B ~ 16%. #3D2515 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 37 + 21 = 119 (100%)
R 61 of 119 ~ 51.26%
G 37 of 119 ~ 31.09%
B 21 of 119 ~ 17.65'%

%51.26
%31.09
%17.65

CMYK color model

#3D2515 color CMYK value is (0,39,66,76).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 65.57%
  • key color value is 76.08%

CMYK: (0,39,66,76)
C0M39Y66K76 (0%, 39%, 66%, 76%)
(0.00 / 0.39 / 0.66 / 0.76)

CMYK percentages

%0
%39.34
%65.57
%76.08

Codes

Color #3D2515 in popluar color models

3D 25 15
RGB 61 37 21
HSL 24° 48.78% 16.08%
HSB/HSV 24° 65.57% 23.92%
CMYK 0.00% 39.34% 65.57%
76.08%

Color #3D2515 in popluar number systems.

HEX 3D 25 15
Decimal 61 37 21
Binary 111101 100101 10101
Octal 75 45 25

Shades and tints

Shades of #3D2515

#3D2515
(61,37,21)
#382214
(56,34,20)
#331F13
(51,31,19)
#2E1C12
(46,28,18)
#291911
(41,25,17)
#241610
(36,22,16)
#1F130F
(31,19,15)
#1A100E
(26,16,14)
#150D0D
(21,13,13)
#100A0C
(16,10,12)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #3D2515

#3D2515
(61,37,21)
#4E382A
(78,56,42)
#5F4B3F
(95,75,63)
#705E54
(112,94,84)
#817169
(129,113,105)
#92847E
(146,132,126)
#A39793
(163,151,147)
#B4AAA8
(180,170,168)
#C5BDBD
(197,189,189)
#D6D0D2
(214,208,210)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D2515; }

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

This text font color is #3D2515.

Background Color

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

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

This div background color is #3D2515.

Border color

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

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

This div border color is #3D2515.

Opacity

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

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

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

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

This text has shadow with #3D2515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D2515.

Preview

Color preview on black background

This text has color #3D2515 on black background.


Color preview on white background

This text has color #3D2515 on white background.


Black color preview on #3D2515 background

This text has black color on #3D2515 background.


White color preview on #3D2515 background

This text has white color on #3D2515 background.


Related colors

Complementary color

Complementary color for #hex is #C2DAEA.


I love getcolorcode.com

Triadic colors

1 #153D25 and #25153D with #3D2515 are triadic colors.

2 #15253D and #253D15 with #3D2515 are triadic colors.