COLOR #3B1617

HEX: #3B1617
RGB: (59,22,23)

Color info

#3B1617 contains red, green and blue colors in about the same proportion. Web safe color of #3B1617 is #330000 (or #300).

RGB color model

#3B1617 color RGB value is (59,22,23).

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

RGB channels and saturation

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

59
22
23

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

Portions of RGB colors in percentages

R + G + B =
59 + 22 + 23 = 104 (100%)
R 59 of 104 ~ 56.73%
G 22 of 104 ~ 21.15%
B 23 of 104 ~ 22.12%

%56.73
%21.15
%22.12

CMYK color model

#3B1617 color CMYK value is (0,63,61,77).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(0,63,61,77)
C0M63Y61K77 
(0%,63%,61%,77%)
(0.00/0.63/0.61/0.77)	

CMYK percentages

%0
%62.71
%61.02
%76.86

Codes

Color #3B1617 in popluar color models

3B1617
RGB592223
HSL358°45.68%15.88%
HSB/HSV358°62.71%23.14%
CMYK0.00%62.71%61.02%
76.86%

Color #3B1617 in popluar number systems.

HEX3B1617
Decimal592223
Binary1110111011010111
Octal732627

Shades and tints

Shades of #3B1617

#3B1617
(59,22,23)
#361415
(54,20,21)
#311213
(49,18,19)
#2C1011
(44,16,17)
#270E0F
(39,14,15)
#220C0D
(34,12,13)
#1D0A0B
(29,10,11)
#180809
(24,8,9)
#130607
(19,6,7)
#0E0405
(14,4,5)
#090203
(9,2,3)
#000000
(0,0,0)

Tints of #3B1617

#3B1617
(59,22,23)
#4C2B2C
(76,43,44)
#5D4041
(93,64,65)
#6E5556
(110,85,86)
#7F6A6B
(127,106,107)
#907F80
(144,127,128)
#A19495
(161,148,149)
#B2A9AA
(178,169,170)
#C3BEBF
(195,190,191)
#D4D3D4
(212,211,212)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1617; }

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

This text font color is #3B1617.


Background Color

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

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

This div background color is #3B1617.


Border color

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

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

This div border color is #3B1617.


Opacity

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

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

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

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

This text has shadow with #3B1617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1617 on black background.


Color preview on white background

This text has color #3B1617 on white background.



Black color preview on #3B1617 background

This text has black color on #3B1617 background.


White color preview on #3B1617 background

This text has white color on #3B1617 background.