COLOR #3B5729

HEX: #3B5729 RGB: (59,87,41)

Color info

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

RGB color model

#3B5729 color RGB value is (59,87,41).

RGB: (59,87,41) (23%, 34%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 41 of 255 = 16%

59
87
41

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

Portions of RGB colors in percentages

R + G + B = 59 + 87 + 41 = 187 (100%)
R 59 of 187 ~ 31.55%
G 87 of 187 ~ 46.52%
B 41 of 187 ~ 21.93'%

%31.55
%46.52
%21.93

CMYK color model

#3B5729 color CMYK value is (32,0,53,66).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 65.88%

CMYK: (32,0,53,66)
C32M0Y53K66 (32%, 0%, 53%, 66%)
(0.32 / 0.00 / 0.53 / 0.66)

CMYK percentages

%32.18
%0
%52.87
%65.88

Codes

Color #3B5729 in popluar color models

3B 57 29
RGB 59 87 41
HSL 97° 35.94% 25.10%
HSB/HSV 97° 52.87% 34.12%
CMYK 32.18% 0.00% 52.87%
65.88%

Color #3B5729 in popluar number systems.

HEX 3B 57 29
Decimal 59 87 41
Binary 111011 1010111 101001
Octal 73 127 51

Shades and tints

Shades of #3B5729

#3B5729
(59,87,41)
#365026
(54,80,38)
#314923
(49,73,35)
#2C4220
(44,66,32)
#273B1D
(39,59,29)
#22341A
(34,52,26)
#1D2D17
(29,45,23)
#182614
(24,38,20)
#131F11
(19,31,17)
#0E180E
(14,24,14)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B5729

#3B5729
(59,87,41)
#4C663C
(76,102,60)
#5D754F
(93,117,79)
#6E8462
(110,132,98)
#7F9375
(127,147,117)
#90A288
(144,162,136)
#A1B19B
(161,177,155)
#B2C0AE
(178,192,174)
#C3CFC1
(195,207,193)
#D4DED4
(212,222,212)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5729 color. Also use rgb(59,87,41) instead hex code.

Text Font Color

.myTextColor { color: #3B5729; }

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

This text font color is #3B5729.

Background Color

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

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

This div background color is #3B5729.

Border color

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

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

This div border color is #3B5729.

Opacity

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

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

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

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

This text has shadow with #3B5729 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5729.

Preview

Color preview on black background

This text has color #3B5729 on black background.


Color preview on white background

This text has color #3B5729 on white background.


Black color preview on #3B5729 background

This text has black color on #3B5729 background.


White color preview on #3B5729 background

This text has white color on #3B5729 background.


Related colors

Complementary color

Complementary color for #hex is #C4A8D6.


I love getcolorcode.com

Triadic colors

1 #293B57 and #57293B with #3B5729 are triadic colors.

2 #29573B and #573B29 with #3B5729 are triadic colors.