COLOR #3B1619

HEX: #3B1619
RGB: (59,22,25)

Color info

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

RGB color model

#3B1619 color RGB value is (59,22,25).

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

RGB channels and saturation

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

59
22
25

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

Portions of RGB colors in percentages

R + G + B =
59 + 22 + 25 = 106 (100%)
R 59 of 106 ~ 55.66%
G 22 of 106 ~ 20.75%
B 25 of 106 ~ 23.58%

%55.66
%20.75
%23.58

CMYK color model

#3B1619 color CMYK value is (0,63,58,77).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 57.63%
  • key color value is 76.86%
CMYK:
(0,63,58,77)
C0M63Y58K77 
(0%,63%,58%,77%)
(0.00/0.63/0.58/0.77)	

CMYK percentages

%0
%62.71
%57.63
%76.86

Codes

Color #3B1619 in popluar color models

3B1619
RGB592225
HSL355°45.68%15.88%
HSB/HSV355°62.71%23.14%
CMYK0.00%62.71%57.63%
76.86%

Color #3B1619 in popluar number systems.

HEX3B1619
Decimal592225
Binary1110111011011001
Octal732631

Shades and tints

Shades of #3B1619

#3B1619
(59,22,25)
#361417
(54,20,23)
#311215
(49,18,21)
#2C1013
(44,16,19)
#270E11
(39,14,17)
#220C0F
(34,12,15)
#1D0A0D
(29,10,13)
#18080B
(24,8,11)
#130609
(19,6,9)
#0E0407
(14,4,7)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #3B1619

#3B1619
(59,22,25)
#4C2B2D
(76,43,45)
#5D4041
(93,64,65)
#6E5555
(110,85,85)
#7F6A69
(127,106,105)
#907F7D
(144,127,125)
#A19491
(161,148,145)
#B2A9A5
(178,169,165)
#C3BEB9
(195,190,185)
#D4D3CD
(212,211,205)
#E5E8E1
(229,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1619; }

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

This text font color is #3B1619.


Background Color

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

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

This div background color is #3B1619.


Border color

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

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

This div border color is #3B1619.


Opacity

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

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

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

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

This text has shadow with #3B1619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1619 on black background.


Color preview on white background

This text has color #3B1619 on white background.



Black color preview on #3B1619 background

This text has black color on #3B1619 background.


White color preview on #3B1619 background

This text has white color on #3B1619 background.