COLOR #3D3E37

HEX: #3D3E37
RGB: (61,62,55)

Color info

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

RGB color model

#3D3E37 color RGB value is (61,62,55).

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

RGB channels and saturation

R 61 of 255 = 24%
G 62 of 255 = 24%
B 55 of 255 = 22%

61
62
55

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

Portions of RGB colors in percentages

R + G + B =
61 + 62 + 55 = 178 (100%)
R 61 of 178 ~ 34.27%
G 62 of 178 ~ 34.83%
B 55 of 178 ~ 30.9%

%34.27
%34.83
%30.9

CMYK color model

#3D3E37 color CMYK value is (2,0,11,76).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 75.69%
CMYK:
(2,0,11,76)
C2M0Y11K76 
(2%,0%,11%,76%)
(0.02/0.00/0.11/0.76)	

CMYK percentages

%1.61
%0
%11.29
%75.69

Codes

Color #3D3E37 in popluar color models

3D3E37
RGB616255
HSL69°5.98%22.94%
HSB/HSV69°11.29%24.31%
CMYK1.61%0.00%11.29%
75.69%

Color #3D3E37 in popluar number systems.

HEX3D3E37
Decimal616255
Binary111101111110110111
Octal757667

Shades and tints

Shades of #3D3E37

#3D3E37
(61,62,55)
#383932
(56,57,50)
#33342D
(51,52,45)
#2E2F28
(46,47,40)
#292A23
(41,42,35)
#24251E
(36,37,30)
#1F2019
(31,32,25)
#1A1B14
(26,27,20)
#15160F
(21,22,15)
#10110A
(16,17,10)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #3D3E37

#3D3E37
(61,62,55)
#4E4F49
(78,79,73)
#5F605B
(95,96,91)
#70716D
(112,113,109)
#81827F
(129,130,127)
#929391
(146,147,145)
#A3A4A3
(163,164,163)
#B4B5B5
(180,181,181)
#C5C6C7
(197,198,199)
#D6D7D9
(214,215,217)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3E37; }

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

This text font color is #3D3E37.


Background Color

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

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

This div background color is #3D3E37.


Border color

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

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

This div border color is #3D3E37.


Opacity

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

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

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

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

This text has shadow with #3D3E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3E37 on black background.


Color preview on white background

This text has color #3D3E37 on white background.



Black color preview on #3D3E37 background

This text has black color on #3D3E37 background.


White color preview on #3D3E37 background

This text has white color on #3D3E37 background.