COLOR #3B0E09

HEX: #3B0E09
RGB: (59,14,9)

Color info

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

RGB color model

#3B0E09 color RGB value is (59,14,9).

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

RGB channels and saturation

R 59 of 255 = 23%
G 14 of 255 = 5%
B 9 of 255 = 4%

59
14
9

R + G + B ~ 11%. #3B0E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 14 + 9 = 82 (100%)
R 59 of 82 ~ 71.95%
G 14 of 82 ~ 17.07%
B 9 of 82 ~ 10.98%

%71.95
%17.07
%10.98

CMYK color model

#3B0E09 color CMYK value is (0,76,85,77).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 84.75%
  • key color value is 76.86%
CMYK:
(0,76,85,77)
C0M76Y85K77 
(0%,76%,85%,77%)
(0.00/0.76/0.85/0.77)	

CMYK percentages

%0
%76.27
%84.75
%76.86

Codes

Color #3B0E09 in popluar color models

3B0E09
RGB59149
HSL73.53%13.33%
HSB/HSV84.75%23.14%
CMYK0.00%76.27%84.75%
76.86%

Color #3B0E09 in popluar number systems.

HEX3B0E09
Decimal59149
Binary11101111101001
Octal731611

Shades and tints

Shades of #3B0E09

#3B0E09
(59,14,9)
#360D09
(54,13,9)
#310C09
(49,12,9)
#2C0B09
(44,11,9)
#270A09
(39,10,9)
#220909
(34,9,9)
#1D0809
(29,8,9)
#180709
(24,7,9)
#130609
(19,6,9)
#0E0509
(14,5,9)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #3B0E09

#3B0E09
(59,14,9)
#4C231F
(76,35,31)
#5D3835
(93,56,53)
#6E4D4B
(110,77,75)
#7F6261
(127,98,97)
#907777
(144,119,119)
#A18C8D
(161,140,141)
#B2A1A3
(178,161,163)
#C3B6B9
(195,182,185)
#D4CBCF
(212,203,207)
#E5E0E5
(229,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0E09 color. Also use rgb(59,14,9) instead hex code.

Text Font Color

.myTextColor { color: #3B0E09; }

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

This text font color is #3B0E09.


Background Color

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

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

This div background color is #3B0E09.


Border color

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

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

This div border color is #3B0E09.


Opacity

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

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

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

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

This text has shadow with #3B0E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0E09 on black background.


Color preview on white background

This text has color #3B0E09 on white background.



Black color preview on #3B0E09 background

This text has black color on #3B0E09 background.


White color preview on #3B0E09 background

This text has white color on #3B0E09 background.