COLOR #3D3139

HEX: #3D3139
RGB: (61,49,57)

Color info

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

RGB color model

#3D3139 color RGB value is (61,49,57).

  • red value is 61;
  • green value is 49;
  • blue value is 57.
RGB:
(61,49,57)
(24%,19%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 49 of 255 = 19%
B 57 of 255 = 22%

61
49
57

R + G + B ~ 22%. #3D3139 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 49 + 57 = 167 (100%)
R 61 of 167 ~ 36.53%
G 49 of 167 ~ 29.34%
B 57 of 167 ~ 34.13%

%36.53
%29.34
%34.13

CMYK color model

#3D3139 color CMYK value is (0,20,7,76).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 6.56%
  • key color value is 76.08%
CMYK:
(0,20,7,76)
C0M20Y7K76 
(0%,20%,7%,76%)
(0.00/0.20/0.07/0.76)	

CMYK percentages

%0
%19.67
%6.56
%76.08

Codes

Color #3D3139 in popluar color models

3D3139
RGB614957
HSL320°10.91%21.57%
HSB/HSV320°19.67%23.92%
CMYK0.00%19.67%6.56%
76.08%

Color #3D3139 in popluar number systems.

HEX3D3139
Decimal614957
Binary111101110001111001
Octal756171

Shades and tints

Shades of #3D3139

#3D3139
(61,49,57)
#382D34
(56,45,52)
#33292F
(51,41,47)
#2E252A
(46,37,42)
#292125
(41,33,37)
#241D20
(36,29,32)
#1F191B
(31,25,27)
#1A1516
(26,21,22)
#151111
(21,17,17)
#100D0C
(16,13,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #3D3139

#3D3139
(61,49,57)
#4E434B
(78,67,75)
#5F555D
(95,85,93)
#70676F
(112,103,111)
#817981
(129,121,129)
#928B93
(146,139,147)
#A39DA5
(163,157,165)
#B4AFB7
(180,175,183)
#C5C1C9
(197,193,201)
#D6D3DB
(214,211,219)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3139 color. Also use rgb(61,49,57) instead hex code.

Text Font Color

.myTextColor { color: #3D3139; }

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

This text font color is #3D3139.


Background Color

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

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

This div background color is #3D3139.


Border color

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

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

This div border color is #3D3139.


Opacity

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

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

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

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

This text has shadow with #3D3139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3139 on black background.


Color preview on white background

This text has color #3D3139 on white background.



Black color preview on #3D3139 background

This text has black color on #3D3139 background.


White color preview on #3D3139 background

This text has white color on #3D3139 background.