COLOR #3B5229

HEX: #3B5229
RGB: (59,82,41)

Color info

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

RGB color model

#3B5229 color RGB value is (59,82,41).

  • red value is 59;
  • green value is 82;
  • blue value is 41.
RGB:
(59,82,41)
(23%,32%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 41 of 255 = 16%

59
82
41

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

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 41 = 182 (100%)
R 59 of 182 ~ 32.42%
G 82 of 182 ~ 45.05%
B 41 of 182 ~ 22.53%

%32.42
%45.05
%22.53

CMYK color model

#3B5229 color CMYK value is (28,0,50,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(28,0,50,68)
C28M0Y50K68 
(28%,0%,50%,68%)
(0.28/0.00/0.50/0.68)	

CMYK percentages

%28.05
%0
%50
%67.84

Codes

Color #3B5229 in popluar color models

3B5229
RGB598241
HSL94°33.33%24.12%
HSB/HSV94°50.00%32.16%
CMYK28.05%0.00%50.00%
67.84%

Color #3B5229 in popluar number systems.

HEX3B5229
Decimal598241
Binary1110111010010101001
Octal7312251

Shades and tints

Shades of #3B5229

#3B5229
(59,82,41)
#364B26
(54,75,38)
#314423
(49,68,35)
#2C3D20
(44,61,32)
#27361D
(39,54,29)
#222F1A
(34,47,26)
#1D2817
(29,40,23)
#182114
(24,33,20)
#131A11
(19,26,17)
#0E130E
(14,19,14)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B5229

#3B5229
(59,82,41)
#4C613C
(76,97,60)
#5D704F
(93,112,79)
#6E7F62
(110,127,98)
#7F8E75
(127,142,117)
#909D88
(144,157,136)
#A1AC9B
(161,172,155)
#B2BBAE
(178,187,174)
#C3CAC1
(195,202,193)
#D4D9D4
(212,217,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5229; }

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

This text font color is #3B5229.


Background Color

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

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

This div background color is #3B5229.


Border color

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

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

This div border color is #3B5229.


Opacity

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

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

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

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

This text has shadow with #3B5229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5229 on black background.


Color preview on white background

This text has color #3B5229 on white background.



Black color preview on #3B5229 background

This text has black color on #3B5229 background.


White color preview on #3B5229 background

This text has white color on #3B5229 background.