COLOR #3D4739

HEX: #3D4739
RGB: (61,71,57)

Color info

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

RGB color model

#3D4739 color RGB value is (61,71,57).

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

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 57 of 255 = 22%

61
71
57

R + G + B ~ 25%. #3D4739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 57 = 189 (100%)
R 61 of 189 ~ 32.28%
G 71 of 189 ~ 37.57%
B 57 of 189 ~ 30.16%

%32.28
%37.57
%30.16

CMYK color model

#3D4739 color CMYK value is (14,0,20,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(14,0,20,72)
C14M0Y20K72 
(14%,0%,20%,72%)
(0.14/0.00/0.20/0.72)	

CMYK percentages

%14.08
%0
%19.72
%72.16

Codes

Color #3D4739 in popluar color models

3D4739
RGB617157
HSL103°10.94%25.10%
HSB/HSV103°19.72%27.84%
CMYK14.08%0.00%19.72%
72.16%

Color #3D4739 in popluar number systems.

HEX3D4739
Decimal617157
Binary1111011000111111001
Octal7510771

Shades and tints

Shades of #3D4739

#3D4739
(61,71,57)
#384134
(56,65,52)
#333B2F
(51,59,47)
#2E352A
(46,53,42)
#292F25
(41,47,37)
#242920
(36,41,32)
#1F231B
(31,35,27)
#1A1D16
(26,29,22)
#151711
(21,23,17)
#10110C
(16,17,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #3D4739

#3D4739
(61,71,57)
#4E574B
(78,87,75)
#5F675D
(95,103,93)
#70776F
(112,119,111)
#818781
(129,135,129)
#929793
(146,151,147)
#A3A7A5
(163,167,165)
#B4B7B7
(180,183,183)
#C5C7C9
(197,199,201)
#D6D7DB
(214,215,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4739; }

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

This text font color is #3D4739.


Background Color

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

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

This div background color is #3D4739.


Border color

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

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

This div border color is #3D4739.


Opacity

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

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

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

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

This text has shadow with #3D4739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4739 on black background.


Color preview on white background

This text has color #3D4739 on white background.



Black color preview on #3D4739 background

This text has black color on #3D4739 background.


White color preview on #3D4739 background

This text has white color on #3D4739 background.