COLOR #3D333D

HEX: #3D333D
RGB: (61,51,61)

Color info

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

RGB color model

#3D333D color RGB value is (61,51,61).

  • red value is 61;
  • green value is 51;
  • blue value is 61.
RGB:
(61,51,61)
(24%,20%,24%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 61 of 255 = 24%

61
51
61

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

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 61 = 173 (100%)
R 61 of 173 ~ 35.26%
G 51 of 173 ~ 29.48%
B 61 of 173 ~ 35.26%

%35.26
%29.48
%35.26

CMYK color model

#3D333D color CMYK value is (0,16,0,76).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(0,16,0,76)
C0M16Y0K76 
(0%,16%,0%,76%)
(0.00/0.16/0.00/0.76)	

CMYK percentages

%0
%16.39
%0
%76.08

Codes

Color #3D333D in popluar color models

3D333D
RGB615161
HSL300°8.93%21.96%
HSB/HSV300°16.39%23.92%
CMYK0.00%16.39%0.00%
76.08%

Color #3D333D in popluar number systems.

HEX3D333D
Decimal615161
Binary111101110011111101
Octal756375

Shades and tints

Shades of #3D333D

#3D333D
(61,51,61)
#382F38
(56,47,56)
#332B33
(51,43,51)
#2E272E
(46,39,46)
#292329
(41,35,41)
#241F24
(36,31,36)
#1F1B1F
(31,27,31)
#1A171A
(26,23,26)
#151315
(21,19,21)
#100F10
(16,15,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #3D333D

#3D333D
(61,51,61)
#4E454E
(78,69,78)
#5F575F
(95,87,95)
#706970
(112,105,112)
#817B81
(129,123,129)
#928D92
(146,141,146)
#A39FA3
(163,159,163)
#B4B1B4
(180,177,180)
#C5C3C5
(197,195,197)
#D6D5D6
(214,213,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D333D; }

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

This text font color is #3D333D.


Background Color

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

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

This div background color is #3D333D.


Border color

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

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

This div border color is #3D333D.


Opacity

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

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

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

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

This text has shadow with #3D333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D333D on black background.


Color preview on white background

This text has color #3D333D on white background.



Black color preview on #3D333D background

This text has black color on #3D333D background.


White color preview on #3D333D background

This text has white color on #3D333D background.