COLOR #3B4429

HEX: #3B4429 RGB: (59,68,41)

Color info

#3B4429 contains red, green and blue colors in about the same proportion. Web safe color of #3B4429 is #333333 (or #333).

RGB color model

#3B4429 color RGB value is (59,68,41).

RGB: (59,68,41) (23%, 27%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 41 of 255 = 16%

59
68
41

R + G + B ~ 22%. #3B4429 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 68 + 41 = 168 (100%)
R 59 of 168 ~ 35.12%
G 68 of 168 ~ 40.48%
B 41 of 168 ~ 24.4'%

%35.12
%40.48
%24.4

CMYK color model

#3B4429 color CMYK value is (13,0,40,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%

CMYK: (13,0,40,73)
C13M0Y40K73 (13%, 0%, 40%, 73%)
(0.13 / 0.00 / 0.40 / 0.73)

CMYK percentages

%13.24
%0
%39.71
%73.33

Codes

Color #3B4429 in popluar color models

3B 44 29
RGB 59 68 41
HSL 80° 24.77% 21.37%
HSB/HSV 80° 39.71% 26.67%
CMYK 13.24% 0.00% 39.71%
73.33%

Color #3B4429 in popluar number systems.

HEX 3B 44 29
Decimal 59 68 41
Binary 111011 1000100 101001
Octal 73 104 51

Shades and tints

Shades of #3B4429

#3B4429
(59,68,41)
#363E26
(54,62,38)
#313823
(49,56,35)
#2C3220
(44,50,32)
#272C1D
(39,44,29)
#22261A
(34,38,26)
#1D2017
(29,32,23)
#181A14
(24,26,20)
#131411
(19,20,17)
#0E0E0E
(14,14,14)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B4429

#3B4429
(59,68,41)
#4C553C
(76,85,60)
#5D664F
(93,102,79)
#6E7762
(110,119,98)
#7F8875
(127,136,117)
#909988
(144,153,136)
#A1AA9B
(161,170,155)
#B2BBAE
(178,187,174)
#C3CCC1
(195,204,193)
#D4DDD4
(212,221,212)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4429; }

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

This text font color is #3B4429.

Background Color

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

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

This div background color is #3B4429.

Border color

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

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

This div border color is #3B4429.

Opacity

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

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

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

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

This text has shadow with #3B4429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4429.

Preview

Color preview on black background

This text has color #3B4429 on black background.


Color preview on white background

This text has color #3B4429 on white background.


Black color preview on #3B4429 background

This text has black color on #3B4429 background.


White color preview on #3B4429 background

This text has white color on #3B4429 background.


Related colors

Complementary color

Complementary color for #hex is #C4BBD6.


I love getcolorcode.com

Triadic colors

1 #293B44 and #44293B with #3B4429 are triadic colors.

2 #29443B and #443B29 with #3B4429 are triadic colors.