COLOR #3D3326

HEX: #3D3326
RGB: (61,51,38)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

61
51
38

R + G + B ~ 20%. #3D3326 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 51 + 38 = 150 (100%)
R 61 of 150 ~ 40.67%
G 51 of 150 ~ 34%
B 38 of 150 ~ 25.33%

%40.67
%34
%25.33

CMYK color model

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

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

CMYK percentages

%0
%16.39
%37.7
%76.08

Codes

Color #3D3326 in popluar color models

3D3326
RGB615138
HSL34°23.23%19.41%
HSB/HSV34°37.70%23.92%
CMYK0.00%16.39%37.70%
76.08%

Color #3D3326 in popluar number systems.

HEX3D3326
Decimal615138
Binary111101110011100110
Octal756346

Shades and tints

Shades of #3D3326

#3D3326
(61,51,38)
#382F23
(56,47,35)
#332B20
(51,43,32)
#2E271D
(46,39,29)
#29231A
(41,35,26)
#241F17
(36,31,23)
#1F1B14
(31,27,20)
#1A1711
(26,23,17)
#15130E
(21,19,14)
#100F0B
(16,15,11)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #3D3326

#3D3326
(61,51,38)
#4E4539
(78,69,57)
#5F574C
(95,87,76)
#70695F
(112,105,95)
#817B72
(129,123,114)
#928D85
(146,141,133)
#A39F98
(163,159,152)
#B4B1AB
(180,177,171)
#C5C3BE
(197,195,190)
#D6D5D1
(214,213,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3326; }

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

This text font color is #3D3326.


Background Color

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

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

This div background color is #3D3326.


Border color

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

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

This div border color is #3D3326.


Opacity

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

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

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

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

This text has shadow with #3D3326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3326 on black background.


Color preview on white background

This text has color #3D3326 on white background.



Black color preview on #3D3326 background

This text has black color on #3D3326 background.


White color preview on #3D3326 background

This text has white color on #3D3326 background.