COLOR #3B1021

HEX: #3B1021
RGB: (59,16,33)

Color info

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

RGB color model

#3B1021 color RGB value is (59,16,33).

  • red value is 59;
  • green value is 16;
  • blue value is 33.
RGB:
(59,16,33)
(23%,6%,13%)

RGB channels and saturation

R 59 of 255 = 23%
G 16 of 255 = 6%
B 33 of 255 = 13%

59
16
33

R + G + B ~ 14%. #3B1021 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 16 + 33 = 108 (100%)
R 59 of 108 ~ 54.63%
G 16 of 108 ~ 14.81%
B 33 of 108 ~ 30.56%

%54.63
%14.81
%30.56

CMYK color model

#3B1021 color CMYK value is (0,73,44,77).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 44.07%
  • key color value is 76.86%
CMYK:
(0,73,44,77)
C0M73Y44K77 
(0%,73%,44%,77%)
(0.00/0.73/0.44/0.77)	

CMYK percentages

%0
%72.88
%44.07
%76.86

Codes

Color #3B1021 in popluar color models

3B1021
RGB591633
HSL336°57.33%14.71%
HSB/HSV336°72.88%23.14%
CMYK0.00%72.88%44.07%
76.86%

Color #3B1021 in popluar number systems.

HEX3B1021
Decimal591633
Binary11101110000100001
Octal732041

Shades and tints

Shades of #3B1021

#3B1021
(59,16,33)
#360F1E
(54,15,30)
#310E1B
(49,14,27)
#2C0D18
(44,13,24)
#270C15
(39,12,21)
#220B12
(34,11,18)
#1D0A0F
(29,10,15)
#18090C
(24,9,12)
#130809
(19,8,9)
#0E0706
(14,7,6)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #3B1021

#3B1021
(59,16,33)
#4C2535
(76,37,53)
#5D3A49
(93,58,73)
#6E4F5D
(110,79,93)
#7F6471
(127,100,113)
#907985
(144,121,133)
#A18E99
(161,142,153)
#B2A3AD
(178,163,173)
#C3B8C1
(195,184,193)
#D4CDD5
(212,205,213)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1021 color. Also use rgb(59,16,33) instead hex code.

Text Font Color

.myTextColor { color: #3B1021; }

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

This text font color is #3B1021.


Background Color

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

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

This div background color is #3B1021.


Border color

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

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

This div border color is #3B1021.


Opacity

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

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

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

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

This text has shadow with #3B1021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1021 on black background.


Color preview on white background

This text has color #3B1021 on white background.



Black color preview on #3B1021 background

This text has black color on #3B1021 background.


White color preview on #3B1021 background

This text has white color on #3B1021 background.