COLOR #3D5448

HEX: #3D5448 RGB: (61,84,72)

Color info

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

RGB color model

#3D5448 color RGB value is (61,84,72).

RGB: (61,84,72) (24%, 33%, 28%)

RGB channels and saturation

R 61 of 255 = 24%
G 84 of 255 = 33%
B 72 of 255 = 28%

61
84
72

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

Portions of RGB colors in percentages

R + G + B = 61 + 84 + 72 = 217 (100%)
R 61 of 217 ~ 28.11%
G 84 of 217 ~ 38.71%
B 72 of 217 ~ 33.18'%

%28.11
%38.71
%33.18

CMYK color model

#3D5448 color CMYK value is (27,0,14,67).

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

CMYK: (27,0,14,67)
C27M0Y14K67 (27%, 0%, 14%, 67%)
(0.27 / 0.00 / 0.14 / 0.67)

CMYK percentages

%27.38
%0
%14.29
%67.06

Codes

Color #3D5448 in popluar color models

3D 54 48
RGB 61 84 72
HSL 149° 15.86% 28.43%
HSB/HSV 149° 27.38% 32.94%
CMYK 27.38% 0.00% 14.29%
67.06%

Color #3D5448 in popluar number systems.

HEX 3D 54 48
Decimal 61 84 72
Binary 111101 1010100 1001000
Octal 75 124 110

Shades and tints

Shades of #3D5448

#3D5448
(61,84,72)
#384D42
(56,77,66)
#33463C
(51,70,60)
#2E3F36
(46,63,54)
#293830
(41,56,48)
#24312A
(36,49,42)
#1F2A24
(31,42,36)
#1A231E
(26,35,30)
#151C18
(21,28,24)
#101512
(16,21,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #3D5448

#3D5448
(61,84,72)
#4E6358
(78,99,88)
#5F7268
(95,114,104)
#708178
(112,129,120)
#819088
(129,144,136)
#929F98
(146,159,152)
#A3AEA8
(163,174,168)
#B4BDB8
(180,189,184)
#C5CCC8
(197,204,200)
#D6DBD8
(214,219,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5448; }

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

This text font color is #3D5448.

Background Color

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

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

This div background color is #3D5448.

Border color

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

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

This div border color is #3D5448.

Opacity

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

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

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

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

This text has shadow with #3D5448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5448.

Preview

Color preview on black background

This text has color #3D5448 on black background.


Color preview on white background

This text has color #3D5448 on white background.


Black color preview on #3D5448 background

This text has black color on #3D5448 background.


White color preview on #3D5448 background

This text has white color on #3D5448 background.


Related colors

Complementary color

Complementary color for #hex is #C2ABB7.


I love getcolorcode.com

Triadic colors

1 #483D54 and #54483D with #3D5448 are triadic colors.

2 #48543D and #543D48 with #3D5448 are triadic colors.