COLOR #3B1614

HEX: #3B1614
RGB: (59,22,20)

Color info

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

RGB color model

#3B1614 color RGB value is (59,22,20).

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

RGB channels and saturation

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

59
22
20

R + G + B ~ 13%. #3B1614 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 22 + 20 = 101 (100%)
R 59 of 101 ~ 58.42%
G 22 of 101 ~ 21.78%
B 20 of 101 ~ 19.8%

%58.42
%21.78
%19.8

CMYK color model

#3B1614 color CMYK value is (0,63,66,77).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK:
(0,63,66,77)
C0M63Y66K77 
(0%,63%,66%,77%)
(0.00/0.63/0.66/0.77)	

CMYK percentages

%0
%62.71
%66.1
%76.86

Codes

Color #3B1614 in popluar color models

3B1614
RGB592220
HSL49.37%15.49%
HSB/HSV66.10%23.14%
CMYK0.00%62.71%66.10%
76.86%

Color #3B1614 in popluar number systems.

HEX3B1614
Decimal592220
Binary1110111011010100
Octal732624

Shades and tints

Shades of #3B1614

#3B1614
(59,22,20)
#361413
(54,20,19)
#311212
(49,18,18)
#2C1011
(44,16,17)
#270E10
(39,14,16)
#220C0F
(34,12,15)
#1D0A0E
(29,10,14)
#18080D
(24,8,13)
#13060C
(19,6,12)
#0E040B
(14,4,11)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #3B1614

#3B1614
(59,22,20)
#4C2B29
(76,43,41)
#5D403E
(93,64,62)
#6E5553
(110,85,83)
#7F6A68
(127,106,104)
#907F7D
(144,127,125)
#A19492
(161,148,146)
#B2A9A7
(178,169,167)
#C3BEBC
(195,190,188)
#D4D3D1
(212,211,209)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1614; }

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

This text font color is #3B1614.


Background Color

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

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

This div background color is #3B1614.


Border color

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

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

This div border color is #3B1614.


Opacity

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

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

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

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

This text has shadow with #3B1614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1614 on black background.


Color preview on white background

This text has color #3B1614 on white background.



Black color preview on #3B1614 background

This text has black color on #3B1614 background.


White color preview on #3B1614 background

This text has white color on #3B1614 background.