COLOR #3B2029

HEX: #3B2029 RGB: (59,32,41)

Color info

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

RGB color model

#3B2029 color RGB value is (59,32,41).

RGB: (59,32,41) (23%, 13%, 16%)

RGB channels and saturation

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

59
32
41

R + G + B ~ 17%. #3B2029 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 32 + 41 = 132 (100%)
R 59 of 132 ~ 44.7%
G 32 of 132 ~ 24.24%
B 41 of 132 ~ 31.06'%

%44.7
%24.24
%31.06

CMYK color model

#3B2029 color CMYK value is (0,46,31,77).

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

CMYK: (0,46,31,77)
C0M46Y31K77 (0%, 46%, 31%, 77%)
(0.00 / 0.46 / 0.31 / 0.77)

CMYK percentages

%0
%45.76
%30.51
%76.86

Codes

Color #3B2029 in popluar color models

3B 20 29
RGB 59 32 41
HSL 340° 29.67% 17.84%
HSB/HSV 340° 45.76% 23.14%
CMYK 0.00% 45.76% 30.51%
76.86%

Color #3B2029 in popluar number systems.

HEX 3B 20 29
Decimal 59 32 41
Binary 111011 100000 101001
Octal 73 40 51

Shades and tints

Shades of #3B2029

#3B2029
(59,32,41)
#361E26
(54,30,38)
#311C23
(49,28,35)
#2C1A20
(44,26,32)
#27181D
(39,24,29)
#22161A
(34,22,26)
#1D1417
(29,20,23)
#181214
(24,18,20)
#131011
(19,16,17)
#0E0E0E
(14,14,14)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B2029

#3B2029
(59,32,41)
#4C343C
(76,52,60)
#5D484F
(93,72,79)
#6E5C62
(110,92,98)
#7F7075
(127,112,117)
#908488
(144,132,136)
#A1989B
(161,152,155)
#B2ACAE
(178,172,174)
#C3C0C1
(195,192,193)
#D4D4D4
(212,212,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2029; }

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

This text font color is #3B2029.

Background Color

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

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

This div background color is #3B2029.

Border color

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

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

This div border color is #3B2029.

Opacity

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

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

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

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

This text has shadow with #3B2029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2029.

Preview

Color preview on black background

This text has color #3B2029 on black background.


Color preview on white background

This text has color #3B2029 on white background.


Black color preview on #3B2029 background

This text has black color on #3B2029 background.


White color preview on #3B2029 background

This text has white color on #3B2029 background.


Related colors

Complementary color

Complementary color for #hex is #C4DFD6.


I love getcolorcode.com

Triadic colors

1 #293B20 and #20293B with #3B2029 are triadic colors.

2 #29203B and #203B29 with #3B2029 are triadic colors.