COLOR #3D3339

HEX: #3D3339
RGB: (61,51,57)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
51
57

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

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 57 = 169 (100%)
R 61 of 169 ~ 36.09%
G 51 of 169 ~ 30.18%
B 57 of 169 ~ 33.73%

%36.09
%30.18
%33.73

CMYK color model

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

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

CMYK percentages

%0
%16.39
%6.56
%76.08

Codes

Color #3D3339 in popluar color models

3D3339
RGB615157
HSL324°8.93%21.96%
HSB/HSV324°16.39%23.92%
CMYK0.00%16.39%6.56%
76.08%

Color #3D3339 in popluar number systems.

HEX3D3339
Decimal615157
Binary111101110011111001
Octal756371

Shades and tints

Shades of #3D3339

#3D3339
(61,51,57)
#382F34
(56,47,52)
#332B2F
(51,43,47)
#2E272A
(46,39,42)
#292325
(41,35,37)
#241F20
(36,31,32)
#1F1B1B
(31,27,27)
#1A1716
(26,23,22)
#151311
(21,19,17)
#100F0C
(16,15,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #3D3339

#3D3339
(61,51,57)
#4E454B
(78,69,75)
#5F575D
(95,87,93)
#70696F
(112,105,111)
#817B81
(129,123,129)
#928D93
(146,141,147)
#A39FA5
(163,159,165)
#B4B1B7
(180,177,183)
#C5C3C9
(197,195,201)
#D6D5DB
(214,213,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3339; }

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

This text font color is #3D3339.


Background Color

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

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

This div background color is #3D3339.


Border color

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

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

This div border color is #3D3339.


Opacity

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

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

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

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

This text has shadow with #3D3339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3339 on black background.


Color preview on white background

This text has color #3D3339 on white background.



Black color preview on #3D3339 background

This text has black color on #3D3339 background.


White color preview on #3D3339 background

This text has white color on #3D3339 background.