COLOR #3D1421

HEX: #3D1421
RGB: (61,20,33)

Color info

#3D1421 contains red, green and blue colors in about the same proportion. Web safe color of #3D1421 is #330033 (or #303).

RGB color model

#3D1421 color RGB value is (61,20,33).

  • red value is 61;
  • green value is 20;
  • blue value is 33.
RGB: (61,20,33) (24%,8%,13%)

RGB channels and saturation

R 61 of 255 = 24%
G 20 of 255 = 8%
B 33 of 255 = 13%

61
20
33

R + G + B ~ 15%. #3D1421 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 20 + 33 = 114 (100%)
R 61 of 114 ~ 53.51%
G 20 of 114 ~ 17.54%
B 33 of 114 ~ 28.95%

%53.51
%17.54
%28.95

CMYK color model

#3D1421 color CMYK value is (0,67,46,76).

  • cyan value is 0.00%
  • magenta value is 67.21%
  • yellow value is 45.90%
  • key color value is 76.08%
CMYK: (0,67,46,76) C0M67Y46K76 (0%,67%,46%,76%) (0.00/0.67/0.46/0.76)

CMYK percentages

%0
%67.21
%45.9
%76.08

Codes

Color #3D1421 in popluar color models

3D1421
RGB612033
HSL341°50.62%15.88%
HSB/HSV341°67.21%23.92%
CMYK0.00%67.21%45.90%
76.08%

Color #3D1421 in popluar number systems.

HEX3D1421
Decimal612033
Binary11110110100100001
Octal752441

Shades and tints

Shades of #3D1421

#3D1421
(61,20,33)
#38131E
(56,19,30)
#33121B
(51,18,27)
#2E1118
(46,17,24)
#291015
(41,16,21)
#240F12
(36,15,18)
#1F0E0F
(31,14,15)
#1A0D0C
(26,13,12)
#150C09
(21,12,9)
#100B06
(16,11,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #3D1421

#3D1421
(61,20,33)
#4E2935
(78,41,53)
#5F3E49
(95,62,73)
#70535D
(112,83,93)
#816871
(129,104,113)
#927D85
(146,125,133)
#A39299
(163,146,153)
#B4A7AD
(180,167,173)
#C5BCC1
(197,188,193)
#D6D1D5
(214,209,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D1421 color. Also use rgb(61,20,33) instead hex code.

Text Font Color

.myTextColor { color: #3D1421; }

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

This text font color is #3D1421.


Background Color

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

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

This div background color is #3D1421.


Border color

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

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

This div border color is #3D1421.


Opacity

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

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

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

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

This text has shadow with #3D1421 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D1421 on black background.


Color preview on white background

This text has color #3D1421 on white background.



Black color preview on #3D1421 background

This text has black color on #3D1421 background.


White color preview on #3D1421 background

This text has white color on #3D1421 background.