COLOR #3D373F

HEX: #3D373F
RGB: (61,55,63)

Color info

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

RGB color model

#3D373F color RGB value is (61,55,63).

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

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 63 of 255 = 25%

61
55
63

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

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 63 = 179 (100%)
R 61 of 179 ~ 34.08%
G 55 of 179 ~ 30.73%
B 63 of 179 ~ 35.2%

%34.08
%30.73
%35.2

CMYK color model

#3D373F color CMYK value is (3,13,0,75).

  • cyan value is 3.17%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(3,13,0,75)
C3M13Y0K75 
(3%,13%,0%,75%)
(0.03/0.13/0.00/0.75)	

CMYK percentages

%3.17
%12.7
%0
%75.29

Codes

Color #3D373F in popluar color models

3D373F
RGB615563
HSL285°6.78%23.14%
HSB/HSV285°12.70%24.71%
CMYK3.17%12.70%0.00%
75.29%

Color #3D373F in popluar number systems.

HEX3D373F
Decimal615563
Binary111101110111111111
Octal756777

Shades and tints

Shades of #3D373F

#3D373F
(61,55,63)
#38323A
(56,50,58)
#332D35
(51,45,53)
#2E2830
(46,40,48)
#29232B
(41,35,43)
#241E26
(36,30,38)
#1F1921
(31,25,33)
#1A141C
(26,20,28)
#150F17
(21,15,23)
#100A12
(16,10,18)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #3D373F

#3D373F
(61,55,63)
#4E4950
(78,73,80)
#5F5B61
(95,91,97)
#706D72
(112,109,114)
#817F83
(129,127,131)
#929194
(146,145,148)
#A3A3A5
(163,163,165)
#B4B5B6
(180,181,182)
#C5C7C7
(197,199,199)
#D6D9D8
(214,217,216)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D373F; }

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

This text font color is #3D373F.


Background Color

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

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

This div background color is #3D373F.


Border color

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

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

This div border color is #3D373F.


Opacity

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

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

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

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

This text has shadow with #3D373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D373F on black background.


Color preview on white background

This text has color #3D373F on white background.



Black color preview on #3D373F background

This text has black color on #3D373F background.


White color preview on #3D373F background

This text has white color on #3D373F background.