COLOR #3D2714

HEX: #3D2714
RGB: (61,39,20)

Color info

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

RGB color model

#3D2714 color RGB value is (61,39,20).

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

RGB channels and saturation

R 61 of 255 = 24%
G 39 of 255 = 15%
B 20 of 255 = 8%

61
39
20

R + G + B ~ 16%. #3D2714 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 39 + 20 = 120 (100%)
R 61 of 120 ~ 50.83%
G 39 of 120 ~ 32.5%
B 20 of 120 ~ 16.67%

%50.83
%32.5
%16.67

CMYK color model

#3D2714 color CMYK value is (0,36,67,76).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 67.21%
  • key color value is 76.08%
CMYK:
(0,36,67,76)
C0M36Y67K76 
(0%,36%,67%,76%)
(0.00/0.36/0.67/0.76)	

CMYK percentages

%0
%36.07
%67.21
%76.08

Codes

Color #3D2714 in popluar color models

3D2714
RGB613920
HSL28°50.62%15.88%
HSB/HSV28°67.21%23.92%
CMYK0.00%36.07%67.21%
76.08%

Color #3D2714 in popluar number systems.

HEX3D2714
Decimal613920
Binary11110110011110100
Octal754724

Shades and tints

Shades of #3D2714

#3D2714
(61,39,20)
#382413
(56,36,19)
#332112
(51,33,18)
#2E1E11
(46,30,17)
#291B10
(41,27,16)
#24180F
(36,24,15)
#1F150E
(31,21,14)
#1A120D
(26,18,13)
#150F0C
(21,15,12)
#100C0B
(16,12,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #3D2714

#3D2714
(61,39,20)
#4E3A29
(78,58,41)
#5F4D3E
(95,77,62)
#706053
(112,96,83)
#817368
(129,115,104)
#92867D
(146,134,125)
#A39992
(163,153,146)
#B4ACA7
(180,172,167)
#C5BFBC
(197,191,188)
#D6D2D1
(214,210,209)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D2714 color. Also use rgb(61,39,20) instead hex code.

Text Font Color

.myTextColor { color: #3D2714; }

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

This text font color is #3D2714.


Background Color

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

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

This div background color is #3D2714.


Border color

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

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

This div border color is #3D2714.


Opacity

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

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

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

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

This text has shadow with #3D2714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D2714 on black background.


Color preview on white background

This text has color #3D2714 on white background.



Black color preview on #3D2714 background

This text has black color on #3D2714 background.


White color preview on #3D2714 background

This text has white color on #3D2714 background.