COLOR #3D353B

HEX: #3D353B
RGB: (61,53,59)

Color info

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

RGB color model

#3D353B color RGB value is (61,53,59).

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

RGB channels and saturation

R 61 of 255 = 24%
G 53 of 255 = 21%
B 59 of 255 = 23%

61
53
59

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

Portions of RGB colors in percentages

R + G + B =
61 + 53 + 59 = 173 (100%)
R 61 of 173 ~ 35.26%
G 53 of 173 ~ 30.64%
B 59 of 173 ~ 34.1%

%35.26
%30.64
%34.1

CMYK color model

#3D353B color CMYK value is (0,13,3,76).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 3.28%
  • key color value is 76.08%
CMYK:
(0,13,3,76)
C0M13Y3K76 
(0%,13%,3%,76%)
(0.00/0.13/0.03/0.76)	

CMYK percentages

%0
%13.11
%3.28
%76.08

Codes

Color #3D353B in popluar color models

3D353B
RGB615359
HSL315°7.02%22.35%
HSB/HSV315°13.11%23.92%
CMYK0.00%13.11%3.28%
76.08%

Color #3D353B in popluar number systems.

HEX3D353B
Decimal615359
Binary111101110101111011
Octal756573

Shades and tints

Shades of #3D353B

#3D353B
(61,53,59)
#383136
(56,49,54)
#332D31
(51,45,49)
#2E292C
(46,41,44)
#292527
(41,37,39)
#242122
(36,33,34)
#1F1D1D
(31,29,29)
#1A1918
(26,25,24)
#151513
(21,21,19)
#10110E
(16,17,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #3D353B

#3D353B
(61,53,59)
#4E474C
(78,71,76)
#5F595D
(95,89,93)
#706B6E
(112,107,110)
#817D7F
(129,125,127)
#928F90
(146,143,144)
#A3A1A1
(163,161,161)
#B4B3B2
(180,179,178)
#C5C5C3
(197,197,195)
#D6D7D4
(214,215,212)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D353B; }

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

This text font color is #3D353B.


Background Color

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

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

This div background color is #3D353B.


Border color

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

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

This div border color is #3D353B.


Opacity

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

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

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

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

This text has shadow with #3D353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D353B on black background.


Color preview on white background

This text has color #3D353B on white background.



Black color preview on #3D353B background

This text has black color on #3D353B background.


White color preview on #3D353B background

This text has white color on #3D353B background.