COLOR #3D4141

HEX: #3D4141 RGB: (61,65,65)

Color info

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

RGB color model

#3D4141 color RGB value is (61,65,65).

RGB: (61,65,65) (24%, 25%, 25%)

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 65 of 255 = 25%

61
65
65

R + G + B ~ 25%. #3D4141 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 65 + 65 = 191 (100%)
R 61 of 191 ~ 31.94%
G 65 of 191 ~ 34.03%
B 65 of 191 ~ 34.03'%

%31.94
%34.03
%34.03

CMYK color model

#3D4141 color CMYK value is (6,0,0,75).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (6,0,0,75)
C6M0Y0K75 (6%, 0%, 0%, 75%)
(0.06 / 0.00 / 0.00 / 0.75)

CMYK percentages

%6.15
%0
%0
%74.51

Codes

Color #3D4141 in popluar color models

3D 41 41
RGB 61 65 65
HSL 180° 3.17% 24.71%
HSB/HSV 180° 6.15% 25.49%
CMYK 6.15% 0.00% 0.00%
74.51%

Color #3D4141 in popluar number systems.

HEX 3D 41 41
Decimal 61 65 65
Binary 111101 1000001 1000001
Octal 75 101 101

Shades and tints

Shades of #3D4141

#3D4141
(61,65,65)
#383C3C
(56,60,60)
#333737
(51,55,55)
#2E3232
(46,50,50)
#292D2D
(41,45,45)
#242828
(36,40,40)
#1F2323
(31,35,35)
#1A1E1E
(26,30,30)
#151919
(21,25,25)
#101414
(16,20,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #3D4141

#3D4141
(61,65,65)
#4E5252
(78,82,82)
#5F6363
(95,99,99)
#707474
(112,116,116)
#818585
(129,133,133)
#929696
(146,150,150)
#A3A7A7
(163,167,167)
#B4B8B8
(180,184,184)
#C5C9C9
(197,201,201)
#D6DADA
(214,218,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4141; }

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

This text font color is #3D4141.

Background Color

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

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

This div background color is #3D4141.

Border color

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

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

This div border color is #3D4141.

Opacity

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

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

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

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

This text has shadow with #3D4141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4141.

Preview

Color preview on black background

This text has color #3D4141 on black background.


Color preview on white background

This text has color #3D4141 on white background.


Black color preview on #3D4141 background

This text has black color on #3D4141 background.


White color preview on #3D4141 background

This text has white color on #3D4141 background.


Related colors

Complementary color

Complementary color for #hex is #C2BEBE.


I love getcolorcode.com