COLOR #3D3E3F

HEX: #3D3E3F
RGB: (61,62,63)

Color info

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

RGB color model

#3D3E3F color RGB value is (61,62,63).

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

RGB channels and saturation

R 61 of 255 = 24%
G 62 of 255 = 24%
B 63 of 255 = 25%

61
62
63

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

Portions of RGB colors in percentages

R + G + B =
61 + 62 + 63 = 186 (100%)
R 61 of 186 ~ 32.8%
G 62 of 186 ~ 33.33%
B 63 of 186 ~ 33.87%

%32.8
%33.33
%33.87

CMYK color model

#3D3E3F color CMYK value is (3,2,0,75).

  • cyan value is 3.17%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(3,2,0,75)
C3M2Y0K75 
(3%,2%,0%,75%)
(0.03/0.02/0.00/0.75)	

CMYK percentages

%3.17
%1.59
%0
%75.29

Codes

Color #3D3E3F in popluar color models

3D3E3F
RGB616263
HSL210°1.61%24.31%
HSB/HSV210°3.17%24.71%
CMYK3.17%1.59%0.00%
75.29%

Color #3D3E3F in popluar number systems.

HEX3D3E3F
Decimal616263
Binary111101111110111111
Octal757677

Shades and tints

Shades of #3D3E3F

#3D3E3F
(61,62,63)
#38393A
(56,57,58)
#333435
(51,52,53)
#2E2F30
(46,47,48)
#292A2B
(41,42,43)
#242526
(36,37,38)
#1F2021
(31,32,33)
#1A1B1C
(26,27,28)
#151617
(21,22,23)
#101112
(16,17,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #3D3E3F

#3D3E3F
(61,62,63)
#4E4F50
(78,79,80)
#5F6061
(95,96,97)
#707172
(112,113,114)
#818283
(129,130,131)
#929394
(146,147,148)
#A3A4A5
(163,164,165)
#B4B5B6
(180,181,182)
#C5C6C7
(197,198,199)
#D6D7D8
(214,215,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3E3F; }

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

This text font color is #3D3E3F.


Background Color

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

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

This div background color is #3D3E3F.


Border color

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

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

This div border color is #3D3E3F.


Opacity

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

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

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

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

This text has shadow with #3D3E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3E3F on black background.


Color preview on white background

This text has color #3D3E3F on white background.



Black color preview on #3D3E3F background

This text has black color on #3D3E3F background.


White color preview on #3D3E3F background

This text has white color on #3D3E3F background.