COLOR #3B1736

HEX: #3B1736
RGB: (59,23,54)

Color info

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

RGB color model

#3B1736 color RGB value is (59,23,54).

  • red value is 59;
  • green value is 23;
  • blue value is 54.
RGB:
(59,23,54)
(23%,9%,21%)

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 54 of 255 = 21%

59
23
54

R + G + B ~ 18%. #3B1736 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 23 + 54 = 136 (100%)
R 59 of 136 ~ 43.38%
G 23 of 136 ~ 16.91%
B 54 of 136 ~ 39.71%

%43.38
%16.91
%39.71

CMYK color model

#3B1736 color CMYK value is (0,61,8,77).

  • cyan value is 0.00%
  • magenta value is 61.02%
  • yellow value is 8.47%
  • key color value is 76.86%
CMYK:
(0,61,8,77)
C0M61Y8K77 
(0%,61%,8%,77%)
(0.00/0.61/0.08/0.77)	

CMYK percentages

%0
%61.02
%8.47
%76.86

Codes

Color #3B1736 in popluar color models

3B1736
RGB592354
HSL308°43.90%16.08%
HSB/HSV308°61.02%23.14%
CMYK0.00%61.02%8.47%
76.86%

Color #3B1736 in popluar number systems.

HEX3B1736
Decimal592354
Binary11101110111110110
Octal732766

Shades and tints

Shades of #3B1736

#3B1736
(59,23,54)
#361532
(54,21,50)
#31132E
(49,19,46)
#2C112A
(44,17,42)
#270F26
(39,15,38)
#220D22
(34,13,34)
#1D0B1E
(29,11,30)
#18091A
(24,9,26)
#130716
(19,7,22)
#0E0512
(14,5,18)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #3B1736

#3B1736
(59,23,54)
#4C2C48
(76,44,72)
#5D415A
(93,65,90)
#6E566C
(110,86,108)
#7F6B7E
(127,107,126)
#908090
(144,128,144)
#A195A2
(161,149,162)
#B2AAB4
(178,170,180)
#C3BFC6
(195,191,198)
#D4D4D8
(212,212,216)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1736 color. Also use rgb(59,23,54) instead hex code.

Text Font Color

.myTextColor { color: #3B1736; }

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

This text font color is #3B1736.


Background Color

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

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

This div background color is #3B1736.


Border color

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

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

This div border color is #3B1736.


Opacity

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

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

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

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

This text has shadow with #3B1736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1736 on black background.


Color preview on white background

This text has color #3B1736 on white background.



Black color preview on #3B1736 background

This text has black color on #3B1736 background.


White color preview on #3B1736 background

This text has white color on #3B1736 background.