COLOR #3D4840

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
72
64

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

Portions of RGB colors in percentages

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

%30.96
%36.55
%32.49

CMYK color model

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

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

CMYK percentages

%15.28
%0
%11.11
%71.76

Codes

Color #3D4840 in popluar color models

3D4840
RGB617264
HSL136°8.27%26.08%
HSB/HSV136°15.28%28.24%
CMYK15.28%0.00%11.11%
71.76%

Color #3D4840 in popluar number systems.

HEX3D4840
Decimal617264
Binary11110110010001000000
Octal75110100

Shades and tints

Shades of #3D4840

#3D4840
(61,72,64)
#38423B
(56,66,59)
#333C36
(51,60,54)
#2E3631
(46,54,49)
#29302C
(41,48,44)
#242A27
(36,42,39)
#1F2422
(31,36,34)
#1A1E1D
(26,30,29)
#151818
(21,24,24)
#101213
(16,18,19)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #3D4840

#3D4840
(61,72,64)
#4E5851
(78,88,81)
#5F6862
(95,104,98)
#707873
(112,120,115)
#818884
(129,136,132)
#929895
(146,152,149)
#A3A8A6
(163,168,166)
#B4B8B7
(180,184,183)
#C5C8C8
(197,200,200)
#D6D8D9
(214,216,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4840; }

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

This text font color is #3D4840.


Background Color

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

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

This div background color is #3D4840.


Border color

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

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

This div border color is #3D4840.


Opacity

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

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

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

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

This text has shadow with #3D4840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4840 on black background.


Color preview on white background

This text has color #3D4840 on white background.



Black color preview on #3D4840 background

This text has black color on #3D4840 background.


White color preview on #3D4840 background

This text has white color on #3D4840 background.