COLOR #3D3537

HEX: #3D3537
RGB: (61,53,55)

Color info

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

RGB color model

#3D3537 color RGB value is (61,53,55).

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

RGB channels and saturation

R 61 of 255 = 24%
G 53 of 255 = 21%
B 55 of 255 = 22%

61
53
55

R + G + B ~ 22%. #3D3537 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 53 + 55 = 169 (100%)
R 61 of 169 ~ 36.09%
G 53 of 169 ~ 31.36%
B 55 of 169 ~ 32.54%

%36.09
%31.36
%32.54

CMYK color model

#3D3537 color CMYK value is (0,13,10,76).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 9.84%
  • key color value is 76.08%
CMYK:
(0,13,10,76)
C0M13Y10K76 
(0%,13%,10%,76%)
(0.00/0.13/0.10/0.76)	

CMYK percentages

%0
%13.11
%9.84
%76.08

Codes

Color #3D3537 in popluar color models

3D3537
RGB615355
HSL345°7.02%22.35%
HSB/HSV345°13.11%23.92%
CMYK0.00%13.11%9.84%
76.08%

Color #3D3537 in popluar number systems.

HEX3D3537
Decimal615355
Binary111101110101110111
Octal756567

Shades and tints

Shades of #3D3537

#3D3537
(61,53,55)
#383132
(56,49,50)
#332D2D
(51,45,45)
#2E2928
(46,41,40)
#292523
(41,37,35)
#24211E
(36,33,30)
#1F1D19
(31,29,25)
#1A1914
(26,25,20)
#15150F
(21,21,15)
#10110A
(16,17,10)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #3D3537

#3D3537
(61,53,55)
#4E4749
(78,71,73)
#5F595B
(95,89,91)
#706B6D
(112,107,109)
#817D7F
(129,125,127)
#928F91
(146,143,145)
#A3A1A3
(163,161,163)
#B4B3B5
(180,179,181)
#C5C5C7
(197,197,199)
#D6D7D9
(214,215,217)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3537; }

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

This text font color is #3D3537.


Background Color

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

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

This div background color is #3D3537.


Border color

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

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

This div border color is #3D3537.


Opacity

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

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

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

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

This text has shadow with #3D3537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3537 on black background.


Color preview on white background

This text has color #3D3537 on white background.



Black color preview on #3D3537 background

This text has black color on #3D3537 background.


White color preview on #3D3537 background

This text has white color on #3D3537 background.