COLOR #3B2E29

HEX: #3B2E29 RGB: (59,46,41)

Color info

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

RGB color model

#3B2E29 color RGB value is (59,46,41).

RGB: (59,46,41) (23%, 18%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 46 of 255 = 18%
B 41 of 255 = 16%

59
46
41

R + G + B ~ 19%. #3B2E29 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 46 + 41 = 146 (100%)
R 59 of 146 ~ 40.41%
G 46 of 146 ~ 31.51%
B 41 of 146 ~ 28.08'%

%40.41
%31.51
%28.08

CMYK color model

#3B2E29 color CMYK value is (0,22,31,77).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 30.51%
  • key color value is 76.86%

CMYK: (0,22,31,77)
C0M22Y31K77 (0%, 22%, 31%, 77%)
(0.00 / 0.22 / 0.31 / 0.77)

CMYK percentages

%0
%22.03
%30.51
%76.86

Codes

Color #3B2E29 in popluar color models

3B 2E 29
RGB 59 46 41
HSL 17° 18.00% 19.61%
HSB/HSV 17° 30.51% 23.14%
CMYK 0.00% 22.03% 30.51%
76.86%

Color #3B2E29 in popluar number systems.

HEX 3B 2E 29
Decimal 59 46 41
Binary 111011 101110 101001
Octal 73 56 51

Shades and tints

Shades of #3B2E29

#3B2E29
(59,46,41)
#362A26
(54,42,38)
#312623
(49,38,35)
#2C2220
(44,34,32)
#271E1D
(39,30,29)
#221A1A
(34,26,26)
#1D1617
(29,22,23)
#181214
(24,18,20)
#130E11
(19,14,17)
#0E0A0E
(14,10,14)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #3B2E29

#3B2E29
(59,46,41)
#4C413C
(76,65,60)
#5D544F
(93,84,79)
#6E6762
(110,103,98)
#7F7A75
(127,122,117)
#908D88
(144,141,136)
#A1A09B
(161,160,155)
#B2B3AE
(178,179,174)
#C3C6C1
(195,198,193)
#D4D9D4
(212,217,212)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2E29; }

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

This text font color is #3B2E29.

Background Color

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

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

This div background color is #3B2E29.

Border color

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

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

This div border color is #3B2E29.

Opacity

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

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

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

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

This text has shadow with #3B2E29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2E29.

Preview

Color preview on black background

This text has color #3B2E29 on black background.


Color preview on white background

This text has color #3B2E29 on white background.


Black color preview on #3B2E29 background

This text has black color on #3B2E29 background.


White color preview on #3B2E29 background

This text has white color on #3B2E29 background.


Related colors

Complementary color

Complementary color for #hex is #C4D1D6.


I love getcolorcode.com

Triadic colors

1 #293B2E and #2E293B with #3B2E29 are triadic colors.

2 #292E3B and #2E3B29 with #3B2E29 are triadic colors.