COLOR #3D4436

HEX: #3D4436 RGB: (61,68,54)

Color info

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

RGB color model

#3D4436 color RGB value is (61,68,54).

RGB: (61,68,54) (24%, 27%, 21%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 54 of 255 = 21%

61
68
54

R + G + B ~ 24%. #3D4436 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 68 + 54 = 183 (100%)
R 61 of 183 ~ 33.33%
G 68 of 183 ~ 37.16%
B 54 of 183 ~ 29.51'%

%33.33
%37.16
%29.51

CMYK color model

#3D4436 color CMYK value is (10,0,21,73).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 73.33%

CMYK: (10,0,21,73)
C10M0Y21K73 (10%, 0%, 21%, 73%)
(0.10 / 0.00 / 0.21 / 0.73)

CMYK percentages

%10.29
%0
%20.59
%73.33

Codes

Color #3D4436 in popluar color models

3D 44 36
RGB 61 68 54
HSL 90° 11.48% 23.92%
HSB/HSV 90° 20.59% 26.67%
CMYK 10.29% 0.00% 20.59%
73.33%

Color #3D4436 in popluar number systems.

HEX 3D 44 36
Decimal 61 68 54
Binary 111101 1000100 110110
Octal 75 104 66

Shades and tints

Shades of #3D4436

#3D4436
(61,68,54)
#383E32
(56,62,50)
#33382E
(51,56,46)
#2E322A
(46,50,42)
#292C26
(41,44,38)
#242622
(36,38,34)
#1F201E
(31,32,30)
#1A1A1A
(26,26,26)
#151416
(21,20,22)
#100E12
(16,14,18)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #3D4436

#3D4436
(61,68,54)
#4E5548
(78,85,72)
#5F665A
(95,102,90)
#70776C
(112,119,108)
#81887E
(129,136,126)
#929990
(146,153,144)
#A3AAA2
(163,170,162)
#B4BBB4
(180,187,180)
#C5CCC6
(197,204,198)
#D6DDD8
(214,221,216)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4436; }

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

This text font color is #3D4436.

Background Color

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

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

This div background color is #3D4436.

Border color

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

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

This div border color is #3D4436.

Opacity

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

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

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

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

This text has shadow with #3D4436 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4436.

Preview

Color preview on black background

This text has color #3D4436 on black background.


Color preview on white background

This text has color #3D4436 on white background.


Black color preview on #3D4436 background

This text has black color on #3D4436 background.


White color preview on #3D4436 background

This text has white color on #3D4436 background.


Related colors

Complementary color

Complementary color for #hex is #C2BBC9.


I love getcolorcode.com

Triadic colors

1 #363D44 and #44363D with #3D4436 are triadic colors.

2 #36443D and #443D36 with #3D4436 are triadic colors.