COLOR #3D3837

HEX: #3D3837
RGB: (61,56,55)

Color info

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

RGB color model

#3D3837 color RGB value is (61,56,55).

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

RGB channels and saturation

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

61
56
55

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

Portions of RGB colors in percentages

R + G + B =
61 + 56 + 55 = 172 (100%)
R 61 of 172 ~ 35.47%
G 56 of 172 ~ 32.56%
B 55 of 172 ~ 31.98%

%35.47
%32.56
%31.98

CMYK color model

#3D3837 color CMYK value is (0,8,10,76).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 9.84%
  • key color value is 76.08%
CMYK:
(0,8,10,76)
C0M8Y10K76 
(0%,8%,10%,76%)
(0.00/0.08/0.10/0.76)	

CMYK percentages

%0
%8.2
%9.84
%76.08

Codes

Color #3D3837 in popluar color models

3D3837
RGB615655
HSL10°5.17%22.75%
HSB/HSV10°9.84%23.92%
CMYK0.00%8.20%9.84%
76.08%

Color #3D3837 in popluar number systems.

HEX3D3837
Decimal615655
Binary111101111000110111
Octal757067

Shades and tints

Shades of #3D3837

#3D3837
(61,56,55)
#383332
(56,51,50)
#332E2D
(51,46,45)
#2E2928
(46,41,40)
#292423
(41,36,35)
#241F1E
(36,31,30)
#1F1A19
(31,26,25)
#1A1514
(26,21,20)
#15100F
(21,16,15)
#100B0A
(16,11,10)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #3D3837

#3D3837
(61,56,55)
#4E4A49
(78,74,73)
#5F5C5B
(95,92,91)
#706E6D
(112,110,109)
#81807F
(129,128,127)
#929291
(146,146,145)
#A3A4A3
(163,164,163)
#B4B6B5
(180,182,181)
#C5C8C7
(197,200,199)
#D6DAD9
(214,218,217)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3837; }

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

This text font color is #3D3837.


Background Color

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

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

This div background color is #3D3837.


Border color

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

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

This div border color is #3D3837.


Opacity

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

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

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

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

This text has shadow with #3D3837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3837 on black background.


Color preview on white background

This text has color #3D3837 on white background.



Black color preview on #3D3837 background

This text has black color on #3D3837 background.


White color preview on #3D3837 background

This text has white color on #3D3837 background.