COLOR #3D3A36

HEX: #3D3A36 RGB: (61,58,54)

Color info

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

RGB color model

#3D3A36 color RGB value is (61,58,54).

RGB: (61,58,54) (24%, 23%, 21%)

RGB channels and saturation

R 61 of 255 = 24%
G 58 of 255 = 23%
B 54 of 255 = 21%

61
58
54

R + G + B ~ 23%. #3D3A36 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 58 + 54 = 173 (100%)
R 61 of 173 ~ 35.26%
G 58 of 173 ~ 33.53%
B 54 of 173 ~ 31.21'%

%35.26
%33.53
%31.21

CMYK color model

#3D3A36 color CMYK value is (0,5,11,76).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 11.48%
  • key color value is 76.08%
CMYK: (0,5,11,76) C0M5Y11K76 (0%,5%,11%,76%) (0.00/0.05/0.11/0.76) 

CMYK percentages

%0
%4.92
%11.48
%76.08

Codes

Color #3D3A36 in popluar color models

3D 3A 36
RGB 61 58 54
HSL 34° 6.09% 22.55%
HSB/HSV 34° 11.48% 23.92%
CMYK 0.00% 4.92% 11.48%
76.08%

Color #3D3A36 in popluar number systems.

HEX 3D 3A 36
Decimal 61 58 54
Binary 111101 111010 110110
Octal 75 72 66

Shades and tints

Shades of #3D3A36

#3D3A36
(61,58,54)
#383532
(56,53,50)
#33302E
(51,48,46)
#2E2B2A
(46,43,42)
#292626
(41,38,38)
#242122
(36,33,34)
#1F1C1E
(31,28,30)
#1A171A
(26,23,26)
#151216
(21,18,22)
#100D12
(16,13,18)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #3D3A36

#3D3A36
(61,58,54)
#4E4B48
(78,75,72)
#5F5C5A
(95,92,90)
#706D6C
(112,109,108)
#817E7E
(129,126,126)
#928F90
(146,143,144)
#A3A0A2
(163,160,162)
#B4B1B4
(180,177,180)
#C5C2C6
(197,194,198)
#D6D3D8
(214,211,216)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3A36; }

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

This text font color is #3D3A36.

Background Color

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

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

This div background color is #3D3A36.

Border color

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

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

This div border color is #3D3A36.

Opacity

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

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

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

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

This text has shadow with #3D3A36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3A36.

Preview

Color preview on black background

This text has color #3D3A36 on black background.


Color preview on white background

This text has color #3D3A36 on white background.


Black color preview on #3D3A36 background

This text has black color on #3D3A36 background.


White color preview on #3D3A36 background

This text has white color on #3D3A36 background.


Related colors

Complementary color

Complementary color for #hex is #C2C5C9.


I love getcolorcode.com

Triadic colors

1 #363D3A and #3A363D with #3D3A36 are triadic colors.

2 #363A3D and #3A3D36 with #3D3A36 are triadic colors.