COLOR #3D5649

HEX: #3D5649
RGB: (61,86,73)

Color info

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

RGB color model

#3D5649 color RGB value is (61,86,73).

  • red value is 61;
  • green value is 86;
  • blue value is 73.
RGB:
(61,86,73)
(24%,34%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 86 of 255 = 34%
B 73 of 255 = 29%

61
86
73

R + G + B ~ 29%. #3D5649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 86 + 73 = 220 (100%)
R 61 of 220 ~ 27.73%
G 86 of 220 ~ 39.09%
B 73 of 220 ~ 33.18%

%27.73
%39.09
%33.18

CMYK color model

#3D5649 color CMYK value is (29,0,15,66).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(29,0,15,66)
C29M0Y15K66 
(29%,0%,15%,66%)
(0.29/0.00/0.15/0.66)	

CMYK percentages

%29.07
%0
%15.12
%66.27

Codes

Color #3D5649 in popluar color models

3D5649
RGB618673
HSL149°17.01%28.82%
HSB/HSV149°29.07%33.73%
CMYK29.07%0.00%15.12%
66.27%

Color #3D5649 in popluar number systems.

HEX3D5649
Decimal618673
Binary11110110101101001001
Octal75126111

Shades and tints

Shades of #3D5649

#3D5649
(61,86,73)
#384F43
(56,79,67)
#33483D
(51,72,61)
#2E4137
(46,65,55)
#293A31
(41,58,49)
#24332B
(36,51,43)
#1F2C25
(31,44,37)
#1A251F
(26,37,31)
#151E19
(21,30,25)
#101713
(16,23,19)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #3D5649

#3D5649
(61,86,73)
#4E6559
(78,101,89)
#5F7469
(95,116,105)
#708379
(112,131,121)
#819289
(129,146,137)
#92A199
(146,161,153)
#A3B0A9
(163,176,169)
#B4BFB9
(180,191,185)
#C5CEC9
(197,206,201)
#D6DDD9
(214,221,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5649 color. Also use rgb(61,86,73) instead hex code.

Text Font Color

.myTextColor { color: #3D5649; }

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

This text font color is #3D5649.


Background Color

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

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

This div background color is #3D5649.


Border color

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

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

This div border color is #3D5649.


Opacity

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

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

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

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

This text has shadow with #3D5649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5649 on black background.


Color preview on white background

This text has color #3D5649 on white background.



Black color preview on #3D5649 background

This text has black color on #3D5649 background.


White color preview on #3D5649 background

This text has white color on #3D5649 background.