COLOR #3D5343

HEX: #3D5343 RGB: (61,83,67)

Color info

#3D5343 contains red, green and blue colors in about the same proportion. Web safe color of #3D5343 is #336633 (or #363).

RGB color model

#3D5343 color RGB value is (61,83,67).

RGB: (61,83,67) (24%, 33%, 26%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 67 of 255 = 26%

61
83
67

R + G + B ~ 28%. #3D5343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 83 + 67 = 211 (100%)
R 61 of 211 ~ 28.91%
G 83 of 211 ~ 39.34%
B 67 of 211 ~ 31.75'%

%28.91
%39.34
%31.75

CMYK color model

#3D5343 color CMYK value is (27,0,19,67).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 67.45%

CMYK: (27,0,19,67)
C27M0Y19K67 (27%, 0%, 19%, 67%)
(0.27 / 0.00 / 0.19 / 0.67)

CMYK percentages

%26.51
%0
%19.28
%67.45

Codes

Color #3D5343 in popluar color models

3D 53 43
RGB 61 83 67
HSL 136° 15.28% 28.24%
HSB/HSV 136° 26.51% 32.55%
CMYK 26.51% 0.00% 19.28%
67.45%

Color #3D5343 in popluar number systems.

HEX 3D 53 43
Decimal 61 83 67
Binary 111101 1010011 1000011
Octal 75 123 103

Shades and tints

Shades of #3D5343

#3D5343
(61,83,67)
#384C3D
(56,76,61)
#334537
(51,69,55)
#2E3E31
(46,62,49)
#29372B
(41,55,43)
#243025
(36,48,37)
#1F291F
(31,41,31)
#1A2219
(26,34,25)
#151B13
(21,27,19)
#10140D
(16,20,13)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #3D5343

#3D5343
(61,83,67)
#4E6254
(78,98,84)
#5F7165
(95,113,101)
#708076
(112,128,118)
#818F87
(129,143,135)
#929E98
(146,158,152)
#A3ADA9
(163,173,169)
#B4BCBA
(180,188,186)
#C5CBCB
(197,203,203)
#D6DADC
(214,218,220)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5343; }

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

This text font color is #3D5343.

Background Color

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

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

This div background color is #3D5343.

Border color

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

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

This div border color is #3D5343.

Opacity

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

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

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

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

This text has shadow with #3D5343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5343.

Preview

Color preview on black background

This text has color #3D5343 on black background.


Color preview on white background

This text has color #3D5343 on white background.


Black color preview on #3D5343 background

This text has black color on #3D5343 background.


White color preview on #3D5343 background

This text has white color on #3D5343 background.


Related colors

Complementary color

Complementary color for #hex is #C2ACBC.


I love getcolorcode.com

Triadic colors

1 #433D53 and #53433D with #3D5343 are triadic colors.

2 #43533D and #533D43 with #3D5343 are triadic colors.