COLOR #3D3743

HEX: #3D3743
RGB: (61,55,67)

Color info

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

RGB color model

#3D3743 color RGB value is (61,55,67).

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

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 67 of 255 = 26%

61
55
67

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

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 67 = 183 (100%)
R 61 of 183 ~ 33.33%
G 55 of 183 ~ 30.05%
B 67 of 183 ~ 36.61%

%33.33
%30.05
%36.61

CMYK color model

#3D3743 color CMYK value is (9,18,0,74).

  • cyan value is 8.96%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(9,18,0,74)
C9M18Y0K74 
(9%,18%,0%,74%)
(0.09/0.18/0.00/0.74)	

CMYK percentages

%8.96
%17.91
%0
%73.73

Codes

Color #3D3743 in popluar color models

3D3743
RGB615567
HSL270°9.84%23.92%
HSB/HSV270°17.91%26.27%
CMYK8.96%17.91%0.00%
73.73%

Color #3D3743 in popluar number systems.

HEX3D3743
Decimal615567
Binary1111011101111000011
Octal7567103

Shades and tints

Shades of #3D3743

#3D3743
(61,55,67)
#38323D
(56,50,61)
#332D37
(51,45,55)
#2E2831
(46,40,49)
#29232B
(41,35,43)
#241E25
(36,30,37)
#1F191F
(31,25,31)
#1A1419
(26,20,25)
#150F13
(21,15,19)
#100A0D
(16,10,13)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #3D3743

#3D3743
(61,55,67)
#4E4954
(78,73,84)
#5F5B65
(95,91,101)
#706D76
(112,109,118)
#817F87
(129,127,135)
#929198
(146,145,152)
#A3A3A9
(163,163,169)
#B4B5BA
(180,181,186)
#C5C7CB
(197,199,203)
#D6D9DC
(214,217,220)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3743; }

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

This text font color is #3D3743.


Background Color

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

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

This div background color is #3D3743.


Border color

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

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

This div border color is #3D3743.


Opacity

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

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

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

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

This text has shadow with #3D3743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3743 on black background.


Color preview on white background

This text has color #3D3743 on white background.



Black color preview on #3D3743 background

This text has black color on #3D3743 background.


White color preview on #3D3743 background

This text has white color on #3D3743 background.