COLOR #3D4448

HEX: #3D4448 RGB: (61,68,72)

Color info

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

RGB color model

#3D4448 color RGB value is (61,68,72).

RGB: (61,68,72) (24%, 27%, 28%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 72 of 255 = 28%

61
68
72

R + G + B ~ 26%. #3D4448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 68 + 72 = 201 (100%)
R 61 of 201 ~ 30.35%
G 68 of 201 ~ 33.83%
B 72 of 201 ~ 35.82'%

%30.35
%33.83
%35.82

CMYK color model

#3D4448 color CMYK value is (15,6,0,72).

  • cyan value is 15.28%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (15,6,0,72)
C15M6Y0K72 (15%, 6%, 0%, 72%)
(0.15 / 0.06 / 0.00 / 0.72)

CMYK percentages

%15.28
%5.56
%0
%71.76

Codes

Color #3D4448 in popluar color models

3D 44 48
RGB 61 68 72
HSL 202° 8.27% 26.08%
HSB/HSV 202° 15.28% 28.24%
CMYK 15.28% 5.56% 0.00%
71.76%

Color #3D4448 in popluar number systems.

HEX 3D 44 48
Decimal 61 68 72
Binary 111101 1000100 1001000
Octal 75 104 110

Shades and tints

Shades of #3D4448

#3D4448
(61,68,72)
#383E42
(56,62,66)
#33383C
(51,56,60)
#2E3236
(46,50,54)
#292C30
(41,44,48)
#24262A
(36,38,42)
#1F2024
(31,32,36)
#1A1A1E
(26,26,30)
#151418
(21,20,24)
#100E12
(16,14,18)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #3D4448

#3D4448
(61,68,72)
#4E5558
(78,85,88)
#5F6668
(95,102,104)
#707778
(112,119,120)
#818888
(129,136,136)
#929998
(146,153,152)
#A3AAA8
(163,170,168)
#B4BBB8
(180,187,184)
#C5CCC8
(197,204,200)
#D6DDD8
(214,221,216)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4448; }

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

This text font color is #3D4448.

Background Color

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

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

This div background color is #3D4448.

Border color

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

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

This div border color is #3D4448.

Opacity

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

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

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

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

This text has shadow with #3D4448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4448.

Preview

Color preview on black background

This text has color #3D4448 on black background.


Color preview on white background

This text has color #3D4448 on white background.


Black color preview on #3D4448 background

This text has black color on #3D4448 background.


White color preview on #3D4448 background

This text has white color on #3D4448 background.


Related colors

Complementary color

Complementary color for #hex is #C2BBB7.


I love getcolorcode.com

Triadic colors

1 #483D44 and #44483D with #3D4448 are triadic colors.

2 #48443D and #443D48 with #3D4448 are triadic colors.