COLOR #3D3717

HEX: #3D3717 RGB: (61,55,23)

Color info

#3D3717 contains red, green and blue colors in about the same proportion. Web safe color of #3D3717 is #333300 (or #330).

RGB color model

#3D3717 color RGB value is (61,55,23).

RGB: (61,55,23) (24%, 22%, 9%)

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 23 of 255 = 9%

61
55
23

R + G + B ~ 18%. #3D3717 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 55 + 23 = 139 (100%)
R 61 of 139 ~ 43.88%
G 55 of 139 ~ 39.57%
B 23 of 139 ~ 16.55'%

%43.88
%39.57
%16.55

CMYK color model

#3D3717 color CMYK value is (0,10,62,76).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 62.30%
  • key color value is 76.08%

CMYK: (0,10,62,76)
C0M10Y62K76 (0%, 10%, 62%, 76%)
(0.00 / 0.10 / 0.62 / 0.76)

CMYK percentages

%0
%9.84
%62.3
%76.08

Codes

Color #3D3717 in popluar color models

3D 37 17
RGB 61 55 23
HSL 51° 45.24% 16.47%
HSB/HSV 51° 62.30% 23.92%
CMYK 0.00% 9.84% 62.30%
76.08%

Color #3D3717 in popluar number systems.

HEX 3D 37 17
Decimal 61 55 23
Binary 111101 110111 10111
Octal 75 67 27

Shades and tints

Shades of #3D3717

#3D3717
(61,55,23)
#383215
(56,50,21)
#332D13
(51,45,19)
#2E2811
(46,40,17)
#29230F
(41,35,15)
#241E0D
(36,30,13)
#1F190B
(31,25,11)
#1A1409
(26,20,9)
#150F07
(21,15,7)
#100A05
(16,10,5)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #3D3717

#3D3717
(61,55,23)
#4E492C
(78,73,44)
#5F5B41
(95,91,65)
#706D56
(112,109,86)
#817F6B
(129,127,107)
#929180
(146,145,128)
#A3A395
(163,163,149)
#B4B5AA
(180,181,170)
#C5C7BF
(197,199,191)
#D6D9D4
(214,217,212)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3717; }

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

This text font color is #3D3717.

Background Color

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

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

This div background color is #3D3717.

Border color

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

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

This div border color is #3D3717.

Opacity

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

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

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

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

This text has shadow with #3D3717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3717.

Preview

Color preview on black background

This text has color #3D3717 on black background.


Color preview on white background

This text has color #3D3717 on white background.


Black color preview on #3D3717 background

This text has black color on #3D3717 background.


White color preview on #3D3717 background

This text has white color on #3D3717 background.


Related colors

Complementary color

Complementary color for #hex is #C2C8E8.


I love getcolorcode.com

Triadic colors

1 #173D37 and #37173D with #3D3717 are triadic colors.

2 #17373D and #373D17 with #3D3717 are triadic colors.