COLOR #3D353F

HEX: #3D353F
RGB: (61,53,63)

Color info

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

RGB color model

#3D353F color RGB value is (61,53,63).

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

RGB channels and saturation

R 61 of 255 = 24%
G 53 of 255 = 21%
B 63 of 255 = 25%

61
53
63

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

Portions of RGB colors in percentages

R + G + B =
61 + 53 + 63 = 177 (100%)
R 61 of 177 ~ 34.46%
G 53 of 177 ~ 29.94%
B 63 of 177 ~ 35.59%

%34.46
%29.94
%35.59

CMYK color model

#3D353F color CMYK value is (3,16,0,75).

  • cyan value is 3.17%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(3,16,0,75)
C3M16Y0K75 
(3%,16%,0%,75%)
(0.03/0.16/0.00/0.75)	

CMYK percentages

%3.17
%15.87
%0
%75.29

Codes

Color #3D353F in popluar color models

3D353F
RGB615363
HSL288°8.62%22.75%
HSB/HSV288°15.87%24.71%
CMYK3.17%15.87%0.00%
75.29%

Color #3D353F in popluar number systems.

HEX3D353F
Decimal615363
Binary111101110101111111
Octal756577

Shades and tints

Shades of #3D353F

#3D353F
(61,53,63)
#38313A
(56,49,58)
#332D35
(51,45,53)
#2E2930
(46,41,48)
#29252B
(41,37,43)
#242126
(36,33,38)
#1F1D21
(31,29,33)
#1A191C
(26,25,28)
#151517
(21,21,23)
#101112
(16,17,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #3D353F

#3D353F
(61,53,63)
#4E4750
(78,71,80)
#5F5961
(95,89,97)
#706B72
(112,107,114)
#817D83
(129,125,131)
#928F94
(146,143,148)
#A3A1A5
(163,161,165)
#B4B3B6
(180,179,182)
#C5C5C7
(197,197,199)
#D6D7D8
(214,215,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D353F; }

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

This text font color is #3D353F.


Background Color

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

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

This div background color is #3D353F.


Border color

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

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

This div border color is #3D353F.


Opacity

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

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

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

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

This text has shadow with #3D353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D353F on black background.


Color preview on white background

This text has color #3D353F on white background.



Black color preview on #3D353F background

This text has black color on #3D353F background.


White color preview on #3D353F background

This text has white color on #3D353F background.