COLOR #3D5740

HEX: #3D5740
RGB: (61,87,64)

Color info

#3D5740 contains red, green and blue colors in about the same proportion. Web safe color of #3D5740 is #336633 (or #363).

RGB color model

#3D5740 color RGB value is (61,87,64).

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

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 64 of 255 = 25%

61
87
64

R + G + B ~ 28%. #3D5740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 64 = 212 (100%)
R 61 of 212 ~ 28.77%
G 87 of 212 ~ 41.04%
B 64 of 212 ~ 30.19%

%28.77
%41.04
%30.19

CMYK color model

#3D5740 color CMYK value is (30,0,26,66).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(30,0,26,66)
C30M0Y26K66 
(30%,0%,26%,66%)
(0.30/0.00/0.26/0.66)	

CMYK percentages

%29.89
%0
%26.44
%65.88

Codes

Color #3D5740 in popluar color models

3D5740
RGB618764
HSL127°17.57%29.02%
HSB/HSV127°29.89%34.12%
CMYK29.89%0.00%26.44%
65.88%

Color #3D5740 in popluar number systems.

HEX3D5740
Decimal618764
Binary11110110101111000000
Octal75127100

Shades and tints

Shades of #3D5740

#3D5740
(61,87,64)
#38503B
(56,80,59)
#334936
(51,73,54)
#2E4231
(46,66,49)
#293B2C
(41,59,44)
#243427
(36,52,39)
#1F2D22
(31,45,34)
#1A261D
(26,38,29)
#151F18
(21,31,24)
#101813
(16,24,19)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #3D5740

#3D5740
(61,87,64)
#4E6651
(78,102,81)
#5F7562
(95,117,98)
#708473
(112,132,115)
#819384
(129,147,132)
#92A295
(146,162,149)
#A3B1A6
(163,177,166)
#B4C0B7
(180,192,183)
#C5CFC8
(197,207,200)
#D6DED9
(214,222,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5740; }

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

This text font color is #3D5740.


Background Color

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

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

This div background color is #3D5740.


Border color

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

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

This div border color is #3D5740.


Opacity

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

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

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

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

This text has shadow with #3D5740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5740 on black background.


Color preview on white background

This text has color #3D5740 on white background.



Black color preview on #3D5740 background

This text has black color on #3D5740 background.


White color preview on #3D5740 background

This text has white color on #3D5740 background.