COLOR #3D4341

HEX: #3D4341 RGB: (61,67,65)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
67
65

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

Portions of RGB colors in percentages

R + G + B = 61 + 67 + 65 = 193 (100%)
R 61 of 193 ~ 31.61%
G 67 of 193 ~ 34.72%
B 65 of 193 ~ 33.68'%

%31.61
%34.72
%33.68

CMYK color model

#3D4341 color CMYK value is (9,0,3,74).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 73.73%
CMYK: (9,0,3,74) C9M0Y3K74 (9%,0%,3%,74%) (0.09/0.00/0.03/0.74) 

CMYK percentages

%8.96
%0
%2.99
%73.73

Codes

Color #3D4341 in popluar color models

3D 43 41
RGB 61 67 65
HSL 160° 4.69% 25.10%
HSB/HSV 160° 8.96% 26.27%
CMYK 8.96% 0.00% 2.99%
73.73%

Color #3D4341 in popluar number systems.

HEX 3D 43 41
Decimal 61 67 65
Binary 111101 1000011 1000001
Octal 75 103 101

Shades and tints

Shades of #3D4341

#3D4341
(61,67,65)
#383D3C
(56,61,60)
#333737
(51,55,55)
#2E3132
(46,49,50)
#292B2D
(41,43,45)
#242528
(36,37,40)
#1F1F23
(31,31,35)
#1A191E
(26,25,30)
#151319
(21,19,25)
#100D14
(16,13,20)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #3D4341

#3D4341
(61,67,65)
#4E5452
(78,84,82)
#5F6563
(95,101,99)
#707674
(112,118,116)
#818785
(129,135,133)
#929896
(146,152,150)
#A3A9A7
(163,169,167)
#B4BAB8
(180,186,184)
#C5CBC9
(197,203,201)
#D6DCDA
(214,220,218)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4341; }

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

This text font color is #3D4341.

Background Color

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

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

This div background color is #3D4341.

Border color

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

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

This div border color is #3D4341.

Opacity

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

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

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

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

This text has shadow with #3D4341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4341.

Preview

Color preview on black background

This text has color #3D4341 on black background.


Color preview on white background

This text has color #3D4341 on white background.


Black color preview on #3D4341 background

This text has black color on #3D4341 background.


White color preview on #3D4341 background

This text has white color on #3D4341 background.


Related colors

Complementary color

Complementary color for #hex is #C2BCBE.


I love getcolorcode.com

Triadic colors

1 #413D43 and #43413D with #3D4341 are triadic colors.

2 #41433D and #433D41 with #3D4341 are triadic colors.