COLOR #3D5442

HEX: #3D5442 RGB: (61,84,66)

Color info

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

RGB color model

#3D5442 color RGB value is (61,84,66).

RGB: (61,84,66) (24%, 33%, 26%)

RGB channels and saturation

R 61 of 255 = 24%
G 84 of 255 = 33%
B 66 of 255 = 26%

61
84
66

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

Portions of RGB colors in percentages

R + G + B = 61 + 84 + 66 = 211 (100%)
R 61 of 211 ~ 28.91%
G 84 of 211 ~ 39.81%
B 66 of 211 ~ 31.28'%

%28.91
%39.81
%31.28

CMYK color model

#3D5442 color CMYK value is (27,0,21,67).

  • cyan value is 27.38%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 67.06%

CMYK: (27,0,21,67)
C27M0Y21K67 (27%, 0%, 21%, 67%)
(0.27 / 0.00 / 0.21 / 0.67)

CMYK percentages

%27.38
%0
%21.43
%67.06

Codes

Color #3D5442 in popluar color models

3D 54 42
RGB 61 84 66
HSL 133° 15.86% 28.43%
HSB/HSV 133° 27.38% 32.94%
CMYK 27.38% 0.00% 21.43%
67.06%

Color #3D5442 in popluar number systems.

HEX 3D 54 42
Decimal 61 84 66
Binary 111101 1010100 1000010
Octal 75 124 102

Shades and tints

Shades of #3D5442

#3D5442
(61,84,66)
#384D3C
(56,77,60)
#334636
(51,70,54)
#2E3F30
(46,63,48)
#29382A
(41,56,42)
#243124
(36,49,36)
#1F2A1E
(31,42,30)
#1A2318
(26,35,24)
#151C12
(21,28,18)
#10150C
(16,21,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #3D5442

#3D5442
(61,84,66)
#4E6353
(78,99,83)
#5F7264
(95,114,100)
#708175
(112,129,117)
#819086
(129,144,134)
#929F97
(146,159,151)
#A3AEA8
(163,174,168)
#B4BDB9
(180,189,185)
#C5CCCA
(197,204,202)
#D6DBDB
(214,219,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5442; }

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

This text font color is #3D5442.

Background Color

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

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

This div background color is #3D5442.

Border color

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

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

This div border color is #3D5442.

Opacity

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

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

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

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

This text has shadow with #3D5442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5442.

Preview

Color preview on black background

This text has color #3D5442 on black background.


Color preview on white background

This text has color #3D5442 on white background.


Black color preview on #3D5442 background

This text has black color on #3D5442 background.


White color preview on #3D5442 background

This text has white color on #3D5442 background.


Related colors

Complementary color

Complementary color for #hex is #C2ABBD.


I love getcolorcode.com

Triadic colors

1 #423D54 and #54423D with #3D5442 are triadic colors.

2 #42543D and #543D42 with #3D5442 are triadic colors.