COLOR #3B1629

HEX: #3B1629 RGB: (59,22,41)

Color info

#3B1629 contains red, green and blue colors in about the same proportion. Web safe color of #3B1629 is #330033 (or #303).

RGB color model

#3B1629 color RGB value is (59,22,41).

RGB: (59,22,41) (23%, 9%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 22 of 255 = 9%
B 41 of 255 = 16%

59
22
41

R + G + B ~ 16%. #3B1629 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 22 + 41 = 122 (100%)
R 59 of 122 ~ 48.36%
G 22 of 122 ~ 18.03%
B 41 of 122 ~ 33.61'%

%48.36
%18.03
%33.61

CMYK color model

#3B1629 color CMYK value is (0,63,31,77).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 30.51%
  • key color value is 76.86%
CMYK: (0,63,31,77) C0M63Y31K77 (0%,63%,31%,77%) (0.00/0.63/0.31/0.77) 

CMYK percentages

%0
%62.71
%30.51
%76.86

Codes

Color #3B1629 in popluar color models

3B 16 29
RGB 59 22 41
HSL 329° 45.68% 15.88%
HSB/HSV 329° 62.71% 23.14%
CMYK 0.00% 62.71% 30.51%
76.86%

Color #3B1629 in popluar number systems.

HEX 3B 16 29
Decimal 59 22 41
Binary 111011 10110 101001
Octal 73 26 51

Shades and tints

Shades of #3B1629

#3B1629
(59,22,41)
#361426
(54,20,38)
#311223
(49,18,35)
#2C1020
(44,16,32)
#270E1D
(39,14,29)
#220C1A
(34,12,26)
#1D0A17
(29,10,23)
#180814
(24,8,20)
#130611
(19,6,17)
#0E040E
(14,4,14)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #3B1629

#3B1629
(59,22,41)
#4C2B3C
(76,43,60)
#5D404F
(93,64,79)
#6E5562
(110,85,98)
#7F6A75
(127,106,117)
#907F88
(144,127,136)
#A1949B
(161,148,155)
#B2A9AE
(178,169,174)
#C3BEC1
(195,190,193)
#D4D3D4
(212,211,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1629; }

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

This text font color is #3B1629.

Background Color

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

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

This div background color is #3B1629.

Border color

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

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

This div border color is #3B1629.

Opacity

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

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

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

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

This text has shadow with #3B1629 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1629.

Preview

Color preview on black background

This text has color #3B1629 on black background.


Color preview on white background

This text has color #3B1629 on white background.


Black color preview on #3B1629 background

This text has black color on #3B1629 background.


White color preview on #3B1629 background

This text has white color on #3B1629 background.


Related colors

Complementary color

Complementary color for #hex is #C4E9D6.


I love getcolorcode.com

Triadic colors

1 #293B16 and #16293B with #3B1629 are triadic colors.

2 #29163B and #163B29 with #3B1629 are triadic colors.