COLOR #3D3715

HEX: #3D3715
RGB: (61,55,21)

Color info

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

RGB color model

#3D3715 color RGB value is (61,55,21).

  • red value is 61;
  • green value is 55;
  • blue value is 21.
RGB:
(61,55,21)
(24%,22%,8%)

RGB channels and saturation

R 61 of 255 = 24%
G 55 of 255 = 22%
B 21 of 255 = 8%

61
55
21

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

Portions of RGB colors in percentages

R + G + B =
61 + 55 + 21 = 137 (100%)
R 61 of 137 ~ 44.53%
G 55 of 137 ~ 40.15%
B 21 of 137 ~ 15.33%

%44.53
%40.15
%15.33

CMYK color model

#3D3715 color CMYK value is (0,10,66,76).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 65.57%
  • key color value is 76.08%
CMYK:
(0,10,66,76)
C0M10Y66K76 
(0%,10%,66%,76%)
(0.00/0.10/0.66/0.76)	

CMYK percentages

%0
%9.84
%65.57
%76.08

Codes

Color #3D3715 in popluar color models

3D3715
RGB615521
HSL51°48.78%16.08%
HSB/HSV51°65.57%23.92%
CMYK0.00%9.84%65.57%
76.08%

Color #3D3715 in popluar number systems.

HEX3D3715
Decimal615521
Binary11110111011110101
Octal756725

Shades and tints

Shades of #3D3715

#3D3715
(61,55,21)
#383214
(56,50,20)
#332D13
(51,45,19)
#2E2812
(46,40,18)
#292311
(41,35,17)
#241E10
(36,30,16)
#1F190F
(31,25,15)
#1A140E
(26,20,14)
#150F0D
(21,15,13)
#100A0C
(16,10,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #3D3715

#3D3715
(61,55,21)
#4E492A
(78,73,42)
#5F5B3F
(95,91,63)
#706D54
(112,109,84)
#817F69
(129,127,105)
#92917E
(146,145,126)
#A3A393
(163,163,147)
#B4B5A8
(180,181,168)
#C5C7BD
(197,199,189)
#D6D9D2
(214,217,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3715; }

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

This text font color is #3D3715.


Background Color

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

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

This div background color is #3D3715.


Border color

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

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

This div border color is #3D3715.


Opacity

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

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

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

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

This text has shadow with #3D3715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3715 on black background.


Color preview on white background

This text has color #3D3715 on white background.



Black color preview on #3D3715 background

This text has black color on #3D3715 background.


White color preview on #3D3715 background

This text has white color on #3D3715 background.