COLOR #3D4740

HEX: #3D4740
RGB: (61,71,64)

Color info

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

RGB color model

#3D4740 color RGB value is (61,71,64).

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

RGB channels and saturation

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

61
71
64

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

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 64 = 196 (100%)
R 61 of 196 ~ 31.12%
G 71 of 196 ~ 36.22%
B 64 of 196 ~ 32.65%

%31.12
%36.22
%32.65

CMYK color model

#3D4740 color CMYK value is (14,0,10,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 72.16%
CMYK:
(14,0,10,72)
C14M0Y10K72 
(14%,0%,10%,72%)
(0.14/0.00/0.10/0.72)	

CMYK percentages

%14.08
%0
%9.86
%72.16

Codes

Color #3D4740 in popluar color models

3D4740
RGB617164
HSL138°7.58%25.88%
HSB/HSV138°14.08%27.84%
CMYK14.08%0.00%9.86%
72.16%

Color #3D4740 in popluar number systems.

HEX3D4740
Decimal617164
Binary11110110001111000000
Octal75107100

Shades and tints

Shades of #3D4740

#3D4740
(61,71,64)
#38413B
(56,65,59)
#333B36
(51,59,54)
#2E3531
(46,53,49)
#292F2C
(41,47,44)
#242927
(36,41,39)
#1F2322
(31,35,34)
#1A1D1D
(26,29,29)
#151718
(21,23,24)
#101113
(16,17,19)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #3D4740

#3D4740
(61,71,64)
#4E5751
(78,87,81)
#5F6762
(95,103,98)
#707773
(112,119,115)
#818784
(129,135,132)
#929795
(146,151,149)
#A3A7A6
(163,167,166)
#B4B7B7
(180,183,183)
#C5C7C8
(197,199,200)
#D6D7D9
(214,215,217)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4740; }

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

This text font color is #3D4740.


Background Color

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

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

This div background color is #3D4740.


Border color

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

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

This div border color is #3D4740.


Opacity

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

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

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

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

This text has shadow with #3D4740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4740 on black background.


Color preview on white background

This text has color #3D4740 on white background.



Black color preview on #3D4740 background

This text has black color on #3D4740 background.


White color preview on #3D4740 background

This text has white color on #3D4740 background.