COLOR #3D1529

HEX: #3D1529 RGB: (61,21,41)

Color info

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

RGB color model

#3D1529 color RGB value is (61,21,41).

RGB: (61,21,41) (24%, 8%, 16%)

RGB channels and saturation

R 61 of 255 = 24%
G 21 of 255 = 8%
B 41 of 255 = 16%

61
21
41

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

Portions of RGB colors in percentages

R + G + B = 61 + 21 + 41 = 123 (100%)
R 61 of 123 ~ 49.59%
G 21 of 123 ~ 17.07%
B 41 of 123 ~ 33.33'%

%49.59
%17.07
%33.33

CMYK color model

#3D1529 color CMYK value is (0,66,33,76).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 32.79%
  • key color value is 76.08%
CMYK: (0,66,33,76) C0M66Y33K76 (0%,66%,33%,76%) (0.00/0.66/0.33/0.76) 

CMYK percentages

%0
%65.57
%32.79
%76.08

Codes

Color #3D1529 in popluar color models

3D 15 29
RGB 61 21 41
HSL 330° 48.78% 16.08%
HSB/HSV 330° 65.57% 23.92%
CMYK 0.00% 65.57% 32.79%
76.08%

Color #3D1529 in popluar number systems.

HEX 3D 15 29
Decimal 61 21 41
Binary 111101 10101 101001
Octal 75 25 51

Shades and tints

Shades of #3D1529

#3D1529
(61,21,41)
#381426
(56,20,38)
#331323
(51,19,35)
#2E1220
(46,18,32)
#29111D
(41,17,29)
#24101A
(36,16,26)
#1F0F17
(31,15,23)
#1A0E14
(26,14,20)
#150D11
(21,13,17)
#100C0E
(16,12,14)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #3D1529

#3D1529
(61,21,41)
#4E2A3C
(78,42,60)
#5F3F4F
(95,63,79)
#705462
(112,84,98)
#816975
(129,105,117)
#927E88
(146,126,136)
#A3939B
(163,147,155)
#B4A8AE
(180,168,174)
#C5BDC1
(197,189,193)
#D6D2D4
(214,210,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D1529; }

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

This text font color is #3D1529.

Background Color

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

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

This div background color is #3D1529.

Border color

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

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

This div border color is #3D1529.

Opacity

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

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

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

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

This text has shadow with #3D1529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D1529.

Preview

Color preview on black background

This text has color #3D1529 on black background.


Color preview on white background

This text has color #3D1529 on white background.


Black color preview on #3D1529 background

This text has black color on #3D1529 background.


White color preview on #3D1529 background

This text has white color on #3D1529 background.


Related colors

Complementary color

Complementary color for #hex is #C2EAD6.


I love getcolorcode.com

Triadic colors

1 #293D15 and #15293D with #3D1529 are triadic colors.

2 #29153D and #153D29 with #3D1529 are triadic colors.