COLOR #3D4336

HEX: #3D4336 RGB: (61,67,54)

Color info

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

RGB color model

#3D4336 color RGB value is (61,67,54).

RGB: (61,67,54) (24%, 26%, 21%)

RGB channels and saturation

R 61 of 255 = 24%
G 67 of 255 = 26%
B 54 of 255 = 21%

61
67
54

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

Portions of RGB colors in percentages

R + G + B = 61 + 67 + 54 = 182 (100%)
R 61 of 182 ~ 33.52%
G 67 of 182 ~ 36.81%
B 54 of 182 ~ 29.67'%

%33.52
%36.81
%29.67

CMYK color model

#3D4336 color CMYK value is (9,0,19,74).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%

CMYK: (9,0,19,74)
C9M0Y19K74 (9%, 0%, 19%, 74%)
(0.09 / 0.00 / 0.19 / 0.74)

CMYK percentages

%8.96
%0
%19.4
%73.73

Codes

Color #3D4336 in popluar color models

3D 43 36
RGB 61 67 54
HSL 88° 10.74% 23.73%
HSB/HSV 88° 19.40% 26.27%
CMYK 8.96% 0.00% 19.40%
73.73%

Color #3D4336 in popluar number systems.

HEX 3D 43 36
Decimal 61 67 54
Binary 111101 1000011 110110
Octal 75 103 66

Shades and tints

Shades of #3D4336

#3D4336
(61,67,54)
#383D32
(56,61,50)
#33372E
(51,55,46)
#2E312A
(46,49,42)
#292B26
(41,43,38)
#242522
(36,37,34)
#1F1F1E
(31,31,30)
#1A191A
(26,25,26)
#151316
(21,19,22)
#100D12
(16,13,18)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #3D4336

#3D4336
(61,67,54)
#4E5448
(78,84,72)
#5F655A
(95,101,90)
#70766C
(112,118,108)
#81877E
(129,135,126)
#929890
(146,152,144)
#A3A9A2
(163,169,162)
#B4BAB4
(180,186,180)
#C5CBC6
(197,203,198)
#D6DCD8
(214,220,216)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4336; }

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

This text font color is #3D4336.

Background Color

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

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

This div background color is #3D4336.

Border color

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

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

This div border color is #3D4336.

Opacity

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

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

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

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

This text has shadow with #3D4336 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4336.

Preview

Color preview on black background

This text has color #3D4336 on black background.


Color preview on white background

This text has color #3D4336 on white background.


Black color preview on #3D4336 background

This text has black color on #3D4336 background.


White color preview on #3D4336 background

This text has white color on #3D4336 background.


Related colors

Complementary color

Complementary color for #hex is #C2BCC9.


I love getcolorcode.com

Triadic colors

1 #363D43 and #43363D with #3D4336 are triadic colors.

2 #36433D and #433D36 with #3D4336 are triadic colors.