COLOR #3D1221

HEX: #3D1221
RGB: (61,18,33)

Color info

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

RGB color model

#3D1221 color RGB value is (61,18,33).

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

RGB channels and saturation

R 61 of 255 = 24%
G 18 of 255 = 7%
B 33 of 255 = 13%

61
18
33

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

Portions of RGB colors in percentages

R + G + B =
61 + 18 + 33 = 112 (100%)
R 61 of 112 ~ 54.46%
G 18 of 112 ~ 16.07%
B 33 of 112 ~ 29.46%

%54.46
%16.07
%29.46

CMYK color model

#3D1221 color CMYK value is (0,70,46,76).

  • cyan value is 0.00%
  • magenta value is 70.49%
  • yellow value is 45.90%
  • key color value is 76.08%
CMYK:
(0,70,46,76)
C0M70Y46K76 
(0%,70%,46%,76%)
(0.00/0.70/0.46/0.76)	

CMYK percentages

%0
%70.49
%45.9
%76.08

Codes

Color #3D1221 in popluar color models

3D1221
RGB611833
HSL339°54.43%15.49%
HSB/HSV339°70.49%23.92%
CMYK0.00%70.49%45.90%
76.08%

Color #3D1221 in popluar number systems.

HEX3D1221
Decimal611833
Binary11110110010100001
Octal752241

Shades and tints

Shades of #3D1221

#3D1221
(61,18,33)
#38111E
(56,17,30)
#33101B
(51,16,27)
#2E0F18
(46,15,24)
#290E15
(41,14,21)
#240D12
(36,13,18)
#1F0C0F
(31,12,15)
#1A0B0C
(26,11,12)
#150A09
(21,10,9)
#100906
(16,9,6)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #3D1221

#3D1221
(61,18,33)
#4E2735
(78,39,53)
#5F3C49
(95,60,73)
#70515D
(112,81,93)
#816671
(129,102,113)
#927B85
(146,123,133)
#A39099
(163,144,153)
#B4A5AD
(180,165,173)
#C5BAC1
(197,186,193)
#D6CFD5
(214,207,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D1221; }

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

This text font color is #3D1221.


Background Color

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

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

This div background color is #3D1221.


Border color

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

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

This div border color is #3D1221.


Opacity

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

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

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

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

This text has shadow with #3D1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D1221 on black background.


Color preview on white background

This text has color #3D1221 on white background.



Black color preview on #3D1221 background

This text has black color on #3D1221 background.


White color preview on #3D1221 background

This text has white color on #3D1221 background.