COLOR #3D2437

HEX: #3D2437
RGB: (61,36,55)

Color info

#3D2437 contains red, green and blue colors in about the same proportion. Web safe color of #3D2437 is #333333 (or #333).

RGB color model

#3D2437 color RGB value is (61,36,55).

  • red value is 61;
  • green value is 36;
  • blue value is 55.
RGB:
(61,36,55)
(24%,14%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 36 of 255 = 14%
B 55 of 255 = 22%

61
36
55

R + G + B ~ 20%. #3D2437 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 36 + 55 = 152 (100%)
R 61 of 152 ~ 40.13%
G 36 of 152 ~ 23.68%
B 55 of 152 ~ 36.18%

%40.13
%23.68
%36.18

CMYK color model

#3D2437 color CMYK value is (0,41,10,76).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 9.84%
  • key color value is 76.08%
CMYK:
(0,41,10,76)
C0M41Y10K76 
(0%,41%,10%,76%)
(0.00/0.41/0.10/0.76)	

CMYK percentages

%0
%40.98
%9.84
%76.08

Codes

Color #3D2437 in popluar color models

3D2437
RGB613655
HSL314°25.77%19.02%
HSB/HSV314°40.98%23.92%
CMYK0.00%40.98%9.84%
76.08%

Color #3D2437 in popluar number systems.

HEX3D2437
Decimal613655
Binary111101100100110111
Octal754467

Shades and tints

Shades of #3D2437

#3D2437
(61,36,55)
#382132
(56,33,50)
#331E2D
(51,30,45)
#2E1B28
(46,27,40)
#291823
(41,24,35)
#24151E
(36,21,30)
#1F1219
(31,18,25)
#1A0F14
(26,15,20)
#150C0F
(21,12,15)
#10090A
(16,9,10)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #3D2437

#3D2437
(61,36,55)
#4E3749
(78,55,73)
#5F4A5B
(95,74,91)
#705D6D
(112,93,109)
#81707F
(129,112,127)
#928391
(146,131,145)
#A396A3
(163,150,163)
#B4A9B5
(180,169,181)
#C5BCC7
(197,188,199)
#D6CFD9
(214,207,217)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D2437 color. Also use rgb(61,36,55) instead hex code.

Text Font Color

.myTextColor { color: #3D2437; }

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

This text font color is #3D2437.


Background Color

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

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

This div background color is #3D2437.


Border color

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

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

This div border color is #3D2437.


Opacity

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

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

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

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

This text has shadow with #3D2437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D2437 on black background.


Color preview on white background

This text has color #3D2437 on white background.



Black color preview on #3D2437 background

This text has black color on #3D2437 background.


White color preview on #3D2437 background

This text has white color on #3D2437 background.