COLOR #3D3323

HEX: #3D3323
RGB: (61,51,35)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
51
35

R + G + B ~ 19%. #3D3323 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 35 = 147 (100%)
R 61 of 147 ~ 41.5%
G 51 of 147 ~ 34.69%
B 35 of 147 ~ 23.81%

%41.5
%34.69
%23.81

CMYK color model

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

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

CMYK percentages

%0
%16.39
%42.62
%76.08

Codes

Color #3D3323 in popluar color models

3D3323
RGB615135
HSL37°27.08%18.82%
HSB/HSV37°42.62%23.92%
CMYK0.00%16.39%42.62%
76.08%

Color #3D3323 in popluar number systems.

HEX3D3323
Decimal615135
Binary111101110011100011
Octal756343

Shades and tints

Shades of #3D3323

#3D3323
(61,51,35)
#382F20
(56,47,32)
#332B1D
(51,43,29)
#2E271A
(46,39,26)
#292317
(41,35,23)
#241F14
(36,31,20)
#1F1B11
(31,27,17)
#1A170E
(26,23,14)
#15130B
(21,19,11)
#100F08
(16,15,8)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #3D3323

#3D3323
(61,51,35)
#4E4537
(78,69,55)
#5F574B
(95,87,75)
#70695F
(112,105,95)
#817B73
(129,123,115)
#928D87
(146,141,135)
#A39F9B
(163,159,155)
#B4B1AF
(180,177,175)
#C5C3C3
(197,195,195)
#D6D5D7
(214,213,215)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3323; }

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

This text font color is #3D3323.


Background Color

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

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

This div background color is #3D3323.


Border color

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

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

This div border color is #3D3323.


Opacity

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

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

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

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

This text has shadow with #3D3323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3323 on black background.


Color preview on white background

This text has color #3D3323 on white background.



Black color preview on #3D3323 background

This text has black color on #3D3323 background.


White color preview on #3D3323 background

This text has white color on #3D3323 background.