COLOR #3D4048

HEX: #3D4048
RGB: (61,64,72)

Color info

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

RGB color model

#3D4048 color RGB value is (61,64,72).

  • red value is 61;
  • green value is 64;
  • blue value is 72.
RGB:
(61,64,72)
(24%,25%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 72 of 255 = 28%

61
64
72

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

Portions of RGB colors in percentages

R + G + B =
61 + 64 + 72 = 197 (100%)
R 61 of 197 ~ 30.96%
G 64 of 197 ~ 32.49%
B 72 of 197 ~ 36.55%

%30.96
%32.49
%36.55

CMYK color model

#3D4048 color CMYK value is (15,11,0,72).

  • cyan value is 15.28%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(15,11,0,72)
C15M11Y0K72 
(15%,11%,0%,72%)
(0.15/0.11/0.00/0.72)	

CMYK percentages

%15.28
%11.11
%0
%71.76

Codes

Color #3D4048 in popluar color models

3D4048
RGB616472
HSL224°8.27%26.08%
HSB/HSV224°15.28%28.24%
CMYK15.28%11.11%0.00%
71.76%

Color #3D4048 in popluar number systems.

HEX3D4048
Decimal616472
Binary11110110000001001000
Octal75100110

Shades and tints

Shades of #3D4048

#3D4048
(61,64,72)
#383B42
(56,59,66)
#33363C
(51,54,60)
#2E3136
(46,49,54)
#292C30
(41,44,48)
#24272A
(36,39,42)
#1F2224
(31,34,36)
#1A1D1E
(26,29,30)
#151818
(21,24,24)
#101312
(16,19,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #3D4048

#3D4048
(61,64,72)
#4E5158
(78,81,88)
#5F6268
(95,98,104)
#707378
(112,115,120)
#818488
(129,132,136)
#929598
(146,149,152)
#A3A6A8
(163,166,168)
#B4B7B8
(180,183,184)
#C5C8C8
(197,200,200)
#D6D9D8
(214,217,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4048; }

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

This text font color is #3D4048.


Background Color

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

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

This div background color is #3D4048.


Border color

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

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

This div border color is #3D4048.


Opacity

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

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

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

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

This text has shadow with #3D4048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4048 on black background.


Color preview on white background

This text has color #3D4048 on white background.



Black color preview on #3D4048 background

This text has black color on #3D4048 background.


White color preview on #3D4048 background

This text has white color on #3D4048 background.