COLOR #3D172B

HEX: #3D172B
RGB: (61,23,43)

Color info

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

RGB color model

#3D172B color RGB value is (61,23,43).

  • red value is 61;
  • green value is 23;
  • blue value is 43.
RGB:
(61,23,43)
(24%,9%,17%)

RGB channels and saturation

R 61 of 255 = 24%
G 23 of 255 = 9%
B 43 of 255 = 17%

61
23
43

R + G + B ~ 17%. #3D172B is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 23 + 43 = 127 (100%)
R 61 of 127 ~ 48.03%
G 23 of 127 ~ 18.11%
B 43 of 127 ~ 33.86%

%48.03
%18.11
%33.86

CMYK color model

#3D172B color CMYK value is (0,62,30,76).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 29.51%
  • key color value is 76.08%
CMYK:
(0,62,30,76)
C0M62Y30K76 
(0%,62%,30%,76%)
(0.00/0.62/0.30/0.76)	

CMYK percentages

%0
%62.3
%29.51
%76.08

Codes

Color #3D172B in popluar color models

3D172B
RGB612343
HSL328°45.24%16.47%
HSB/HSV328°62.30%23.92%
CMYK0.00%62.30%29.51%
76.08%

Color #3D172B in popluar number systems.

HEX3D172B
Decimal612343
Binary11110110111101011
Octal752753

Shades and tints

Shades of #3D172B

#3D172B
(61,23,43)
#381528
(56,21,40)
#331325
(51,19,37)
#2E1122
(46,17,34)
#290F1F
(41,15,31)
#240D1C
(36,13,28)
#1F0B19
(31,11,25)
#1A0916
(26,9,22)
#150713
(21,7,19)
#100510
(16,5,16)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #3D172B

#3D172B
(61,23,43)
#4E2C3E
(78,44,62)
#5F4151
(95,65,81)
#705664
(112,86,100)
#816B77
(129,107,119)
#92808A
(146,128,138)
#A3959D
(163,149,157)
#B4AAB0
(180,170,176)
#C5BFC3
(197,191,195)
#D6D4D6
(214,212,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D172B color. Also use rgb(61,23,43) instead hex code.

Text Font Color

.myTextColor { color: #3D172B; }

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

This text font color is #3D172B.


Background Color

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

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

This div background color is #3D172B.


Border color

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

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

This div border color is #3D172B.


Opacity

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

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

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

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

This text has shadow with #3D172B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D172B on black background.


Color preview on white background

This text has color #3D172B on white background.



Black color preview on #3D172B background

This text has black color on #3D172B background.


White color preview on #3D172B background

This text has white color on #3D172B background.