COLOR #3D5C44

HEX: #3D5C44
RGB: (61,92,68)

Color info

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

RGB color model

#3D5C44 color RGB value is (61,92,68).

  • red value is 61;
  • green value is 92;
  • blue value is 68.
RGB:
(61,92,68)
(24%,36%,27%)

RGB channels and saturation

R 61 of 255 = 24%
G 92 of 255 = 36%
B 68 of 255 = 27%

61
92
68

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

Portions of RGB colors in percentages

R + G + B =
61 + 92 + 68 = 221 (100%)
R 61 of 221 ~ 27.6%
G 92 of 221 ~ 41.63%
B 68 of 221 ~ 30.77%

%27.6
%41.63
%30.77

CMYK color model

#3D5C44 color CMYK value is (34,0,26,64).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 63.92%
CMYK:
(34,0,26,64)
C34M0Y26K64 
(34%,0%,26%,64%)
(0.34/0.00/0.26/0.64)	

CMYK percentages

%33.7
%0
%26.09
%63.92

Codes

Color #3D5C44 in popluar color models

3D5C44
RGB619268
HSL134°20.26%30.00%
HSB/HSV134°33.70%36.08%
CMYK33.70%0.00%26.09%
63.92%

Color #3D5C44 in popluar number systems.

HEX3D5C44
Decimal619268
Binary11110110111001000100
Octal75134104

Shades and tints

Shades of #3D5C44

#3D5C44
(61,92,68)
#38543E
(56,84,62)
#334C38
(51,76,56)
#2E4432
(46,68,50)
#293C2C
(41,60,44)
#243426
(36,52,38)
#1F2C20
(31,44,32)
#1A241A
(26,36,26)
#151C14
(21,28,20)
#10140E
(16,20,14)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #3D5C44

#3D5C44
(61,92,68)
#4E6A55
(78,106,85)
#5F7866
(95,120,102)
#708677
(112,134,119)
#819488
(129,148,136)
#92A299
(146,162,153)
#A3B0AA
(163,176,170)
#B4BEBB
(180,190,187)
#C5CCCC
(197,204,204)
#D6DADD
(214,218,221)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5C44 color. Also use rgb(61,92,68) instead hex code.

Text Font Color

.myTextColor { color: #3D5C44; }

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

This text font color is #3D5C44.


Background Color

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

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

This div background color is #3D5C44.


Border color

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

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

This div border color is #3D5C44.


Opacity

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

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

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

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

This text has shadow with #3D5C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5C44 on black background.


Color preview on white background

This text has color #3D5C44 on white background.



Black color preview on #3D5C44 background

This text has black color on #3D5C44 background.


White color preview on #3D5C44 background

This text has white color on #3D5C44 background.