COLOR #3D303D

HEX: #3D303D
RGB: (61,48,61)

Color info

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

RGB color model

#3D303D color RGB value is (61,48,61).

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

RGB channels and saturation

R 61 of 255 = 24%
G 48 of 255 = 19%
B 61 of 255 = 24%

61
48
61

R + G + B ~ 22%. #3D303D is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 48 + 61 = 170 (100%)
R 61 of 170 ~ 35.88%
G 48 of 170 ~ 28.24%
B 61 of 170 ~ 35.88%

%35.88
%28.24
%35.88

CMYK color model

#3D303D color CMYK value is (0,21,0,76).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(0,21,0,76)
C0M21Y0K76 
(0%,21%,0%,76%)
(0.00/0.21/0.00/0.76)	

CMYK percentages

%0
%21.31
%0
%76.08

Codes

Color #3D303D in popluar color models

3D303D
RGB614861
HSL300°11.93%21.37%
HSB/HSV300°21.31%23.92%
CMYK0.00%21.31%0.00%
76.08%

Color #3D303D in popluar number systems.

HEX3D303D
Decimal614861
Binary111101110000111101
Octal756075

Shades and tints

Shades of #3D303D

#3D303D
(61,48,61)
#382C38
(56,44,56)
#332833
(51,40,51)
#2E242E
(46,36,46)
#292029
(41,32,41)
#241C24
(36,28,36)
#1F181F
(31,24,31)
#1A141A
(26,20,26)
#151015
(21,16,21)
#100C10
(16,12,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #3D303D

#3D303D
(61,48,61)
#4E424E
(78,66,78)
#5F545F
(95,84,95)
#706670
(112,102,112)
#817881
(129,120,129)
#928A92
(146,138,146)
#A39CA3
(163,156,163)
#B4AEB4
(180,174,180)
#C5C0C5
(197,192,197)
#D6D2D6
(214,210,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D303D; }

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

This text font color is #3D303D.


Background Color

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

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

This div background color is #3D303D.


Border color

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

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

This div border color is #3D303D.


Opacity

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

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

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

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

This text has shadow with #3D303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D303D on black background.


Color preview on white background

This text has color #3D303D on white background.



Black color preview on #3D303D background

This text has black color on #3D303D background.


White color preview on #3D303D background

This text has white color on #3D303D background.