COLOR #3D413B

HEX: #3D413B RGB: (61,65,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
65
59

R + G + B ~ 24%. #3D413B is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 65 + 59 = 185 (100%)
R 61 of 185 ~ 32.97%
G 65 of 185 ~ 35.14%
B 59 of 185 ~ 31.89'%

%32.97
%35.14
%31.89

CMYK color model

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

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

CMYK: (6,0,9,75)
C6M0Y9K75 (6%, 0%, 9%, 75%)
(0.06 / 0.00 / 0.09 / 0.75)

CMYK percentages

%6.15
%0
%9.23
%74.51

Codes

Color #3D413B in popluar color models

3D 41 3B
RGB 61 65 59
HSL 100° 4.84% 24.31%
HSB/HSV 100° 9.23% 25.49%
CMYK 6.15% 0.00% 9.23%
74.51%

Color #3D413B in popluar number systems.

HEX 3D 41 3B
Decimal 61 65 59
Binary 111101 1000001 111011
Octal 75 101 73

Shades and tints

Shades of #3D413B

#3D413B
(61,65,59)
#383C36
(56,60,54)
#333731
(51,55,49)
#2E322C
(46,50,44)
#292D27
(41,45,39)
#242822
(36,40,34)
#1F231D
(31,35,29)
#1A1E18
(26,30,24)
#151913
(21,25,19)
#10140E
(16,20,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #3D413B

#3D413B
(61,65,59)
#4E524C
(78,82,76)
#5F635D
(95,99,93)
#70746E
(112,116,110)
#81857F
(129,133,127)
#929690
(146,150,144)
#A3A7A1
(163,167,161)
#B4B8B2
(180,184,178)
#C5C9C3
(197,201,195)
#D6DAD4
(214,218,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D413B; }

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

This text font color is #3D413B.

Background Color

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

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

This div background color is #3D413B.

Border color

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

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

This div border color is #3D413B.

Opacity

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

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

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

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

This text has shadow with #3D413B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D413B.

Preview

Color preview on black background

This text has color #3D413B on black background.


Color preview on white background

This text has color #3D413B on white background.


Black color preview on #3D413B background

This text has black color on #3D413B background.


White color preview on #3D413B background

This text has white color on #3D413B background.


Related colors

Complementary color

Complementary color for #hex is #C2BEC4.


I love getcolorcode.com

Triadic colors

1 #3B3D41 and #413B3D with #3D413B are triadic colors.

2 #3B413D and #413D3B with #3D413B are triadic colors.