COLOR #3D5327

HEX: #3D5327
RGB: (61,83,39)

Color info

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

RGB color model

#3D5327 color RGB value is (61,83,39).

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

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 39 of 255 = 15%

61
83
39

R + G + B ~ 24%. #3D5327 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 39 = 183 (100%)
R 61 of 183 ~ 33.33%
G 83 of 183 ~ 45.36%
B 39 of 183 ~ 21.31%

%33.33
%45.36
%21.31

CMYK color model

#3D5327 color CMYK value is (27,0,53,67).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(27,0,53,67)
C27M0Y53K67 
(27%,0%,53%,67%)
(0.27/0.00/0.53/0.67)	

CMYK percentages

%26.51
%0
%53.01
%67.45

Codes

Color #3D5327 in popluar color models

3D5327
RGB618339
HSL90°36.07%23.92%
HSB/HSV90°53.01%32.55%
CMYK26.51%0.00%53.01%
67.45%

Color #3D5327 in popluar number systems.

HEX3D5327
Decimal618339
Binary1111011010011100111
Octal7512347

Shades and tints

Shades of #3D5327

#3D5327
(61,83,39)
#384C24
(56,76,36)
#334521
(51,69,33)
#2E3E1E
(46,62,30)
#29371B
(41,55,27)
#243018
(36,48,24)
#1F2915
(31,41,21)
#1A2212
(26,34,18)
#151B0F
(21,27,15)
#10140C
(16,20,12)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #3D5327

#3D5327
(61,83,39)
#4E623A
(78,98,58)
#5F714D
(95,113,77)
#708060
(112,128,96)
#818F73
(129,143,115)
#929E86
(146,158,134)
#A3AD99
(163,173,153)
#B4BCAC
(180,188,172)
#C5CBBF
(197,203,191)
#D6DAD2
(214,218,210)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5327; }

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

This text font color is #3D5327.


Background Color

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

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

This div background color is #3D5327.


Border color

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

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

This div border color is #3D5327.


Opacity

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

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

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

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

This text has shadow with #3D5327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5327 on black background.


Color preview on white background

This text has color #3D5327 on white background.



Black color preview on #3D5327 background

This text has black color on #3D5327 background.


White color preview on #3D5327 background

This text has white color on #3D5327 background.