COLOR #3B1410

HEX: #3B1410
RGB: (59,20,16)

Color info

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

RGB color model

#3B1410 color RGB value is (59,20,16).

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

RGB channels and saturation

R 59 of 255 = 23%
G 20 of 255 = 8%
B 16 of 255 = 6%

59
20
16

R + G + B ~ 12%. #3B1410 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 20 + 16 = 95 (100%)
R 59 of 95 ~ 62.11%
G 20 of 95 ~ 21.05%
B 16 of 95 ~ 16.84%

%62.11
%21.05
%16.84

CMYK color model

#3B1410 color CMYK value is (0,66,73,77).

  • cyan value is 0.00%
  • magenta value is 66.10%
  • yellow value is 72.88%
  • key color value is 76.86%
CMYK:
(0,66,73,77)
C0M66Y73K77 
(0%,66%,73%,77%)
(0.00/0.66/0.73/0.77)	

CMYK percentages

%0
%66.1
%72.88
%76.86

Codes

Color #3B1410 in popluar color models

3B1410
RGB592016
HSL57.33%14.71%
HSB/HSV72.88%23.14%
CMYK0.00%66.10%72.88%
76.86%

Color #3B1410 in popluar number systems.

HEX3B1410
Decimal592016
Binary1110111010010000
Octal732420

Shades and tints

Shades of #3B1410

#3B1410
(59,20,16)
#36130F
(54,19,15)
#31120E
(49,18,14)
#2C110D
(44,17,13)
#27100C
(39,16,12)
#220F0B
(34,15,11)
#1D0E0A
(29,14,10)
#180D09
(24,13,9)
#130C08
(19,12,8)
#0E0B07
(14,11,7)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #3B1410

#3B1410
(59,20,16)
#4C2925
(76,41,37)
#5D3E3A
(93,62,58)
#6E534F
(110,83,79)
#7F6864
(127,104,100)
#907D79
(144,125,121)
#A1928E
(161,146,142)
#B2A7A3
(178,167,163)
#C3BCB8
(195,188,184)
#D4D1CD
(212,209,205)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1410; }

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

This text font color is #3B1410.


Background Color

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

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

This div background color is #3B1410.


Border color

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

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

This div border color is #3B1410.


Opacity

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

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

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

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

This text has shadow with #3B1410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1410 on black background.


Color preview on white background

This text has color #3B1410 on white background.



Black color preview on #3B1410 background

This text has black color on #3B1410 background.


White color preview on #3B1410 background

This text has white color on #3B1410 background.