COLOR #3D1213

HEX: #3D1213
RGB: (61,18,19)

Color info

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

RGB color model

#3D1213 color RGB value is (61,18,19).

  • red value is 61;
  • green value is 18;
  • blue value is 19.
RGB:
(61,18,19)
(24%,7%,7%)

RGB channels and saturation

R 61 of 255 = 24%
G 18 of 255 = 7%
B 19 of 255 = 7%

61
18
19

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

Portions of RGB colors in percentages

R + G + B =
61 + 18 + 19 = 98 (100%)
R 61 of 98 ~ 62.24%
G 18 of 98 ~ 18.37%
B 19 of 98 ~ 19.39%

%62.24
%18.37
%19.39

CMYK color model

#3D1213 color CMYK value is (0,70,69,76).

  • cyan value is 0.00%
  • magenta value is 70.49%
  • yellow value is 68.85%
  • key color value is 76.08%
CMYK:
(0,70,69,76)
C0M70Y69K76 
(0%,70%,69%,76%)
(0.00/0.70/0.69/0.76)	

CMYK percentages

%0
%70.49
%68.85
%76.08

Codes

Color #3D1213 in popluar color models

3D1213
RGB611819
HSL359°54.43%15.49%
HSB/HSV359°70.49%23.92%
CMYK0.00%70.49%68.85%
76.08%

Color #3D1213 in popluar number systems.

HEX3D1213
Decimal611819
Binary1111011001010011
Octal752223

Shades and tints

Shades of #3D1213

#3D1213
(61,18,19)
#381112
(56,17,18)
#331011
(51,16,17)
#2E0F10
(46,15,16)
#290E0F
(41,14,15)
#240D0E
(36,13,14)
#1F0C0D
(31,12,13)
#1A0B0C
(26,11,12)
#150A0B
(21,10,11)
#10090A
(16,9,10)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #3D1213

#3D1213
(61,18,19)
#4E2728
(78,39,40)
#5F3C3D
(95,60,61)
#705152
(112,81,82)
#816667
(129,102,103)
#927B7C
(146,123,124)
#A39091
(163,144,145)
#B4A5A6
(180,165,166)
#C5BABB
(197,186,187)
#D6CFD0
(214,207,208)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D1213; }

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

This text font color is #3D1213.


Background Color

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

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

This div background color is #3D1213.


Border color

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

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

This div border color is #3D1213.


Opacity

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

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

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

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

This text has shadow with #3D1213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1213 on black background.


Color preview on white background

This text has color #3D1213 on white background.



Black color preview on #3D1213 background

This text has black color on #3D1213 background.


White color preview on #3D1213 background

This text has white color on #3D1213 background.