COLOR #3D1504

HEX: #3D1504 RGB: (61,21,4)

Color info

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

RGB color model

#3D1504 color RGB value is (61,21,4).

RGB: (61,21,4) (24%, 8%, 2%)

RGB channels and saturation

R 61 of 255 = 24%
G 21 of 255 = 8%
B 4 of 255 = 2%

61
21
4

R + G + B ~ 11%. #3D1504 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 21 + 4 = 86 (100%)
R 61 of 86 ~ 70.93%
G 21 of 86 ~ 24.42%
B 4 of 86 ~ 4.65'%

%70.93
%24.42

CMYK color model

#3D1504 color CMYK value is (0,66,93,76).

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

CMYK: (0,66,93,76)
C0M66Y93K76 (0%, 66%, 93%, 76%)
(0.00 / 0.66 / 0.93 / 0.76)

CMYK percentages

%0
%65.57
%93.44
%76.08

Codes

Color #3D1504 in popluar color models

3D 15 04
RGB 61 21 4
HSL 18° 87.69% 12.75%
HSB/HSV 18° 93.44% 23.92%
CMYK 0.00% 65.57% 93.44%
76.08%

Color #3D1504 in popluar number systems.

HEX 3D 15 04
Decimal 61 21 4
Binary 111101 10101 100
Octal 75 25 4

Shades and tints

Shades of #3D1504

#3D1504
(61,21,4)
#381404
(56,20,4)
#331304
(51,19,4)
#2E1204
(46,18,4)
#291104
(41,17,4)
#241004
(36,16,4)
#1F0F04
(31,15,4)
#1A0E04
(26,14,4)
#150D04
(21,13,4)
#100C04
(16,12,4)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #3D1504

#3D1504
(61,21,4)
#4E2A1A
(78,42,26)
#5F3F30
(95,63,48)
#705446
(112,84,70)
#81695C
(129,105,92)
#927E72
(146,126,114)
#A39388
(163,147,136)
#B4A89E
(180,168,158)
#C5BDB4
(197,189,180)
#D6D2CA
(214,210,202)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D1504; }

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

This text font color is #3D1504.

Background Color

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

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

This div background color is #3D1504.

Border color

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

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

This div border color is #3D1504.

Opacity

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

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

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

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

This text has shadow with #3D1504 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D1504.

Preview

Color preview on black background

This text has color #3D1504 on black background.


Color preview on white background

This text has color #3D1504 on white background.


Black color preview on #3D1504 background

This text has black color on #3D1504 background.


White color preview on #3D1504 background

This text has white color on #3D1504 background.


Related colors

Complementary color

Complementary color for #hex is #C2EAFB.


I love getcolorcode.com

Triadic colors

1 #043D15 and #15043D with #3D1504 are triadic colors.

2 #04153D and #153D04 with #3D1504 are triadic colors.