COLOR #3D521F

HEX: #3D521F
RGB: (61,82,31)

Color info

#3D521F contains red, green and blue colors in about the same proportion. Web safe color of #3D521F is #336633 (or #363).

RGB color model

#3D521F color RGB value is (61,82,31).

  • red value is 61;
  • green value is 82;
  • blue value is 31.
RGB:
(61,82,31)
(24%,32%,12%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 31 of 255 = 12%

61
82
31

R + G + B ~ 23%. #3D521F is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 82 + 31 = 174 (100%)
R 61 of 174 ~ 35.06%
G 82 of 174 ~ 47.13%
B 31 of 174 ~ 17.82%

%35.06
%47.13
%17.82

CMYK color model

#3D521F color CMYK value is (26,0,62,68).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 62.20%
  • key color value is 67.84%
CMYK:
(26,0,62,68)
C26M0Y62K68 
(26%,0%,62%,68%)
(0.26/0.00/0.62/0.68)	

CMYK percentages

%25.61
%0
%62.2
%67.84

Codes

Color #3D521F in popluar color models

3D521F
RGB618231
HSL85°45.13%22.16%
HSB/HSV85°62.20%32.16%
CMYK25.61%0.00%62.20%
67.84%

Color #3D521F in popluar number systems.

HEX3D521F
Decimal618231
Binary111101101001011111
Octal7512237

Shades and tints

Shades of #3D521F

#3D521F
(61,82,31)
#384B1D
(56,75,29)
#33441B
(51,68,27)
#2E3D19
(46,61,25)
#293617
(41,54,23)
#242F15
(36,47,21)
#1F2813
(31,40,19)
#1A2111
(26,33,17)
#151A0F
(21,26,15)
#10130D
(16,19,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #3D521F

#3D521F
(61,82,31)
#4E6133
(78,97,51)
#5F7047
(95,112,71)
#707F5B
(112,127,91)
#818E6F
(129,142,111)
#929D83
(146,157,131)
#A3AC97
(163,172,151)
#B4BBAB
(180,187,171)
#C5CABF
(197,202,191)
#D6D9D3
(214,217,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D521F color. Also use rgb(61,82,31) instead hex code.

Text Font Color

.myTextColor { color: #3D521F; }

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

This text font color is #3D521F.


Background Color

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

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

This div background color is #3D521F.


Border color

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

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

This div border color is #3D521F.


Opacity

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

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

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

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

This text has shadow with #3D521F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D521F on black background.


Color preview on white background

This text has color #3D521F on white background.



Black color preview on #3D521F background

This text has black color on #3D521F background.


White color preview on #3D521F background

This text has white color on #3D521F background.