COLOR #3D181B

HEX: #3D181B
RGB: (61,24,27)

Color info

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

RGB color model

#3D181B color RGB value is (61,24,27).

  • red value is 61;
  • green value is 24;
  • blue value is 27.
RGB:
(61,24,27)
(24%,9%,11%)

RGB channels and saturation

R 61 of 255 = 24%
G 24 of 255 = 9%
B 27 of 255 = 11%

61
24
27

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

Portions of RGB colors in percentages

R + G + B =
61 + 24 + 27 = 112 (100%)
R 61 of 112 ~ 54.46%
G 24 of 112 ~ 21.43%
B 27 of 112 ~ 24.11%

%54.46
%21.43
%24.11

CMYK color model

#3D181B color CMYK value is (0,61,56,76).

  • cyan value is 0.00%
  • magenta value is 60.66%
  • yellow value is 55.74%
  • key color value is 76.08%
CMYK:
(0,61,56,76)
C0M61Y56K76 
(0%,61%,56%,76%)
(0.00/0.61/0.56/0.76)	

CMYK percentages

%0
%60.66
%55.74
%76.08

Codes

Color #3D181B in popluar color models

3D181B
RGB612427
HSL355°43.53%16.67%
HSB/HSV355°60.66%23.92%
CMYK0.00%60.66%55.74%
76.08%

Color #3D181B in popluar number systems.

HEX3D181B
Decimal612427
Binary1111011100011011
Octal753033

Shades and tints

Shades of #3D181B

#3D181B
(61,24,27)
#381619
(56,22,25)
#331417
(51,20,23)
#2E1215
(46,18,21)
#291013
(41,16,19)
#240E11
(36,14,17)
#1F0C0F
(31,12,15)
#1A0A0D
(26,10,13)
#15080B
(21,8,11)
#100609
(16,6,9)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #3D181B

#3D181B
(61,24,27)
#4E2D2F
(78,45,47)
#5F4243
(95,66,67)
#705757
(112,87,87)
#816C6B
(129,108,107)
#92817F
(146,129,127)
#A39693
(163,150,147)
#B4ABA7
(180,171,167)
#C5C0BB
(197,192,187)
#D6D5CF
(214,213,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D181B color. Also use rgb(61,24,27) instead hex code.

Text Font Color

.myTextColor { color: #3D181B; }

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

This text font color is #3D181B.


Background Color

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

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

This div background color is #3D181B.


Border color

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

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

This div border color is #3D181B.


Opacity

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

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

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

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

This text has shadow with #3D181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D181B on black background.


Color preview on white background

This text has color #3D181B on white background.



Black color preview on #3D181B background

This text has black color on #3D181B background.


White color preview on #3D181B background

This text has white color on #3D181B background.