COLOR #3D3343

HEX: #3D3343
RGB: (61,51,67)

Color info

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

RGB color model

#3D3343 color RGB value is (61,51,67).

  • red value is 61;
  • green value is 51;
  • blue value is 67.
RGB:
(61,51,67)
(24%,20%,26%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 67 of 255 = 26%

61
51
67

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

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 67 = 179 (100%)
R 61 of 179 ~ 34.08%
G 51 of 179 ~ 28.49%
B 67 of 179 ~ 37.43%

%34.08
%28.49
%37.43

CMYK color model

#3D3343 color CMYK value is (9,24,0,74).

  • cyan value is 8.96%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(9,24,0,74)
C9M24Y0K74 
(9%,24%,0%,74%)
(0.09/0.24/0.00/0.74)	

CMYK percentages

%8.96
%23.88
%0
%73.73

Codes

Color #3D3343 in popluar color models

3D3343
RGB615167
HSL278°13.56%23.14%
HSB/HSV278°23.88%26.27%
CMYK8.96%23.88%0.00%
73.73%

Color #3D3343 in popluar number systems.

HEX3D3343
Decimal615167
Binary1111011100111000011
Octal7563103

Shades and tints

Shades of #3D3343

#3D3343
(61,51,67)
#382F3D
(56,47,61)
#332B37
(51,43,55)
#2E2731
(46,39,49)
#29232B
(41,35,43)
#241F25
(36,31,37)
#1F1B1F
(31,27,31)
#1A1719
(26,23,25)
#151313
(21,19,19)
#100F0D
(16,15,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #3D3343

#3D3343
(61,51,67)
#4E4554
(78,69,84)
#5F5765
(95,87,101)
#706976
(112,105,118)
#817B87
(129,123,135)
#928D98
(146,141,152)
#A39FA9
(163,159,169)
#B4B1BA
(180,177,186)
#C5C3CB
(197,195,203)
#D6D5DC
(214,213,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3343; }

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

This text font color is #3D3343.


Background Color

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

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

This div background color is #3D3343.


Border color

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

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

This div border color is #3D3343.


Opacity

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

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

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

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

This text has shadow with #3D3343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3343 on black background.


Color preview on white background

This text has color #3D3343 on white background.



Black color preview on #3D3343 background

This text has black color on #3D3343 background.


White color preview on #3D3343 background

This text has white color on #3D3343 background.