COLOR #3B5725

HEX: #3B5725
RGB: (59,87,37)

Color info

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

RGB color model

#3B5725 color RGB value is (59,87,37).

  • red value is 59;
  • green value is 87;
  • blue value is 37.
RGB:
(59,87,37)
(23%,34%,15%)

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 37 of 255 = 15%

59
87
37

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

Portions of RGB colors in percentages

R + G + B =
59 + 87 + 37 = 183 (100%)
R 59 of 183 ~ 32.24%
G 87 of 183 ~ 47.54%
B 37 of 183 ~ 20.22%

%32.24
%47.54
%20.22

CMYK color model

#3B5725 color CMYK value is (32,0,57,66).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(32,0,57,66)
C32M0Y57K66 
(32%,0%,57%,66%)
(0.32/0.00/0.57/0.66)	

CMYK percentages

%32.18
%0
%57.47
%65.88

Codes

Color #3B5725 in popluar color models

3B5725
RGB598737
HSL94°40.32%24.31%
HSB/HSV94°57.47%34.12%
CMYK32.18%0.00%57.47%
65.88%

Color #3B5725 in popluar number systems.

HEX3B5725
Decimal598737
Binary1110111010111100101
Octal7312745

Shades and tints

Shades of #3B5725

#3B5725
(59,87,37)
#365022
(54,80,34)
#31491F
(49,73,31)
#2C421C
(44,66,28)
#273B19
(39,59,25)
#223416
(34,52,22)
#1D2D13
(29,45,19)
#182610
(24,38,16)
#131F0D
(19,31,13)
#0E180A
(14,24,10)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #3B5725

#3B5725
(59,87,37)
#4C6638
(76,102,56)
#5D754B
(93,117,75)
#6E845E
(110,132,94)
#7F9371
(127,147,113)
#90A284
(144,162,132)
#A1B197
(161,177,151)
#B2C0AA
(178,192,170)
#C3CFBD
(195,207,189)
#D4DED0
(212,222,208)
#E5EDE3
(229,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5725; }

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

This text font color is #3B5725.


Background Color

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

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

This div background color is #3B5725.


Border color

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

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

This div border color is #3B5725.


Opacity

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

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

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

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

This text has shadow with #3B5725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5725 on black background.


Color preview on white background

This text has color #3B5725 on white background.



Black color preview on #3B5725 background

This text has black color on #3B5725 background.


White color preview on #3B5725 background

This text has white color on #3B5725 background.