COLOR #3D1513

HEX: #3D1513 RGB: (61,21,19)

Color info

#3D1513 contains red, green and blue colors in about the same proportion. Web safe color of #3D1513 is #330000 (or #300).

RGB color model

#3D1513 color RGB value is (61,21,19).

RGB: (61,21,19) (24%, 8%, 7%)

RGB channels and saturation

R 61 of 255 = 24%
G 21 of 255 = 8%
B 19 of 255 = 7%

61
21
19

R + G + B ~ 13%. #3D1513 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 21 + 19 = 101 (100%)
R 61 of 101 ~ 60.4%
G 21 of 101 ~ 20.79%
B 19 of 101 ~ 18.81'%

%60.4
%20.79
%18.81

CMYK color model

#3D1513 color CMYK value is (0,66,69,76).

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

CMYK: (0,66,69,76)
C0M66Y69K76 (0%, 66%, 69%, 76%)
(0.00 / 0.66 / 0.69 / 0.76)

CMYK percentages

%0
%65.57
%68.85
%76.08

Codes

Color #3D1513 in popluar color models

3D 15 13
RGB 61 21 19
HSL 52.50% 15.69%
HSB/HSV 68.85% 23.92%
CMYK 0.00% 65.57% 68.85%
76.08%

Color #3D1513 in popluar number systems.

HEX 3D 15 13
Decimal 61 21 19
Binary 111101 10101 10011
Octal 75 25 23

Shades and tints

Shades of #3D1513

#3D1513
(61,21,19)
#381412
(56,20,18)
#331311
(51,19,17)
#2E1210
(46,18,16)
#29110F
(41,17,15)
#24100E
(36,16,14)
#1F0F0D
(31,15,13)
#1A0E0C
(26,14,12)
#150D0B
(21,13,11)
#100C0A
(16,12,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #3D1513

#3D1513
(61,21,19)
#4E2A28
(78,42,40)
#5F3F3D
(95,63,61)
#705452
(112,84,82)
#816967
(129,105,103)
#927E7C
(146,126,124)
#A39391
(163,147,145)
#B4A8A6
(180,168,166)
#C5BDBB
(197,189,187)
#D6D2D0
(214,210,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D1513; }

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

This text font color is #3D1513.

Background Color

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

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

This div background color is #3D1513.

Border color

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

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

This div border color is #3D1513.

Opacity

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

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

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

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

This text has shadow with #3D1513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D1513.

Preview

Color preview on black background

This text has color #3D1513 on black background.


Color preview on white background

This text has color #3D1513 on white background.


Black color preview on #3D1513 background

This text has black color on #3D1513 background.


White color preview on #3D1513 background

This text has white color on #3D1513 background.


Related colors

Complementary color

Complementary color for #hex is #C2EAEC.


I love getcolorcode.com

Triadic colors

1 #133D15 and #15133D with #3D1513 are triadic colors.

2 #13153D and #153D13 with #3D1513 are triadic colors.