COLOR #3D373B

HEX: #3D373B
RGB: (61,55,59)

Color info

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

RGB color model

#3D373B color RGB value is (61,55,59).

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

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 59 of 255 = 23%

61
55
59

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

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 59 = 175 (100%)
R 61 of 175 ~ 34.86%
G 55 of 175 ~ 31.43%
B 59 of 175 ~ 33.71%

%34.86
%31.43
%33.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 3.28%
  • key color value is 76.08%
CMYK:
(0,10,3,76)
C0M10Y3K76 
(0%,10%,3%,76%)
(0.00/0.10/0.03/0.76)	

CMYK percentages

%0
%9.84
%3.28
%76.08

Codes

Color #3D373B in popluar color models

3D373B
RGB615559
HSL320°5.17%22.75%
HSB/HSV320°9.84%23.92%
CMYK0.00%9.84%3.28%
76.08%

Color #3D373B in popluar number systems.

HEX3D373B
Decimal615559
Binary111101110111111011
Octal756773

Shades and tints

Shades of #3D373B

#3D373B
(61,55,59)
#383236
(56,50,54)
#332D31
(51,45,49)
#2E282C
(46,40,44)
#292327
(41,35,39)
#241E22
(36,30,34)
#1F191D
(31,25,29)
#1A1418
(26,20,24)
#150F13
(21,15,19)
#100A0E
(16,10,14)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #3D373B

#3D373B
(61,55,59)
#4E494C
(78,73,76)
#5F5B5D
(95,91,93)
#706D6E
(112,109,110)
#817F7F
(129,127,127)
#929190
(146,145,144)
#A3A3A1
(163,163,161)
#B4B5B2
(180,181,178)
#C5C7C3
(197,199,195)
#D6D9D4
(214,217,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D373B; }

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

This text font color is #3D373B.


Background Color

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

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

This div background color is #3D373B.


Border color

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

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

This div border color is #3D373B.


Opacity

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

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

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

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

This text has shadow with #3D373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D373B on black background.


Color preview on white background

This text has color #3D373B on white background.



Black color preview on #3D373B background

This text has black color on #3D373B background.


White color preview on #3D373B background

This text has white color on #3D373B background.