COLOR #3B1E14

HEX: #3B1E14
RGB: (59,30,20)

Color info

#3B1E14 contains red, green and blue colors in about the same proportion. Web safe color of #3B1E14 is #333300 (or #330).

RGB color model

#3B1E14 color RGB value is (59,30,20).

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

RGB channels and saturation

R 59 of 255 = 23%
G 30 of 255 = 12%
B 20 of 255 = 8%

59
30
20

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

Portions of RGB colors in percentages

R + G + B =
59 + 30 + 20 = 109 (100%)
R 59 of 109 ~ 54.13%
G 30 of 109 ~ 27.52%
B 20 of 109 ~ 18.35%

%54.13
%27.52
%18.35

CMYK color model

#3B1E14 color CMYK value is (0,49,66,77).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 66.10%
  • key color value is 76.86%
CMYK:
(0,49,66,77)
C0M49Y66K77 
(0%,49%,66%,77%)
(0.00/0.49/0.66/0.77)	

CMYK percentages

%0
%49.15
%66.1
%76.86

Codes

Color #3B1E14 in popluar color models

3B1E14
RGB593020
HSL15°49.37%15.49%
HSB/HSV15°66.10%23.14%
CMYK0.00%49.15%66.10%
76.86%

Color #3B1E14 in popluar number systems.

HEX3B1E14
Decimal593020
Binary1110111111010100
Octal733624

Shades and tints

Shades of #3B1E14

#3B1E14
(59,30,20)
#361C13
(54,28,19)
#311A12
(49,26,18)
#2C1811
(44,24,17)
#271610
(39,22,16)
#22140F
(34,20,15)
#1D120E
(29,18,14)
#18100D
(24,16,13)
#130E0C
(19,14,12)
#0E0C0B
(14,12,11)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B1E14

#3B1E14
(59,30,20)
#4C3229
(76,50,41)
#5D463E
(93,70,62)
#6E5A53
(110,90,83)
#7F6E68
(127,110,104)
#90827D
(144,130,125)
#A19692
(161,150,146)
#B2AAA7
(178,170,167)
#C3BEBC
(195,190,188)
#D4D2D1
(212,210,209)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1E14; }

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

This text font color is #3B1E14.


Background Color

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

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

This div background color is #3B1E14.


Border color

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

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

This div border color is #3B1E14.


Opacity

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

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

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

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

This text has shadow with #3B1E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1E14 on black background.


Color preview on white background

This text has color #3B1E14 on white background.



Black color preview on #3B1E14 background

This text has black color on #3B1E14 background.


White color preview on #3B1E14 background

This text has white color on #3B1E14 background.