COLOR #3D471A

HEX: #3D471A
RGB: (61,71,26)

Color info

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

RGB color model

#3D471A color RGB value is (61,71,26).

  • red value is 61;
  • green value is 71;
  • blue value is 26.
RGB:
(61,71,26)
(24%,28%,10%)

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 26 of 255 = 10%

61
71
26

R + G + B ~ 21%. #3D471A is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 26 = 158 (100%)
R 61 of 158 ~ 38.61%
G 71 of 158 ~ 44.94%
B 26 of 158 ~ 16.46%

%38.61
%44.94
%16.46

CMYK color model

#3D471A color CMYK value is (14,0,63,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 72.16%
CMYK:
(14,0,63,72)
C14M0Y63K72 
(14%,0%,63%,72%)
(0.14/0.00/0.63/0.72)	

CMYK percentages

%14.08
%0
%63.38
%72.16

Codes

Color #3D471A in popluar color models

3D471A
RGB617126
HSL73°46.39%19.02%
HSB/HSV73°63.38%27.84%
CMYK14.08%0.00%63.38%
72.16%

Color #3D471A in popluar number systems.

HEX3D471A
Decimal617126
Binary111101100011111010
Octal7510732

Shades and tints

Shades of #3D471A

#3D471A
(61,71,26)
#384118
(56,65,24)
#333B16
(51,59,22)
#2E3514
(46,53,20)
#292F12
(41,47,18)
#242910
(36,41,16)
#1F230E
(31,35,14)
#1A1D0C
(26,29,12)
#15170A
(21,23,10)
#101108
(16,17,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #3D471A

#3D471A
(61,71,26)
#4E572E
(78,87,46)
#5F6742
(95,103,66)
#707756
(112,119,86)
#81876A
(129,135,106)
#92977E
(146,151,126)
#A3A792
(163,167,146)
#B4B7A6
(180,183,166)
#C5C7BA
(197,199,186)
#D6D7CE
(214,215,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D471A color. Also use rgb(61,71,26) instead hex code.

Text Font Color

.myTextColor { color: #3D471A; }

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

This text font color is #3D471A.


Background Color

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

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

This div background color is #3D471A.


Border color

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

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

This div border color is #3D471A.


Opacity

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

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

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

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

This text has shadow with #3D471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D471A on black background.


Color preview on white background

This text has color #3D471A on white background.



Black color preview on #3D471A background

This text has black color on #3D471A background.


White color preview on #3D471A background

This text has white color on #3D471A background.