COLOR #3B0D0D

HEX: #3B0D0D
RGB: (59,13,13)

Color info

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

RGB color model

#3B0D0D color RGB value is (59,13,13).

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

RGB channels and saturation

R 59 of 255 = 23%
G 13 of 255 = 5%
B 13 of 255 = 5%

59
13
13

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

Portions of RGB colors in percentages

R + G + B =
59 + 13 + 13 = 85 (100%)
R 59 of 85 ~ 69.41%
G 13 of 85 ~ 15.29%
B 13 of 85 ~ 15.29%

%69.41
%15.29
%15.29

CMYK color model

#3B0D0D color CMYK value is (0,78,78,77).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(0,78,78,77)
C0M78Y78K77 
(0%,78%,78%,77%)
(0.00/0.78/0.78/0.77)	

CMYK percentages

%0
%77.97
%77.97
%76.86

Codes

Color #3B0D0D in popluar color models

3B0D0D
RGB591313
HSL63.89%14.12%
HSB/HSV77.97%23.14%
CMYK0.00%77.97%77.97%
76.86%

Color #3B0D0D in popluar number systems.

HEX3B0D0D
Decimal591313
Binary11101111011101
Octal731515

Shades and tints

Shades of #3B0D0D

#3B0D0D
(59,13,13)
#360C0C
(54,12,12)
#310B0B
(49,11,11)
#2C0A0A
(44,10,10)
#270909
(39,9,9)
#220808
(34,8,8)
#1D0707
(29,7,7)
#180606
(24,6,6)
#130505
(19,5,5)
#0E0404
(14,4,4)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #3B0D0D

#3B0D0D
(59,13,13)
#4C2323
(76,35,35)
#5D3939
(93,57,57)
#6E4F4F
(110,79,79)
#7F6565
(127,101,101)
#907B7B
(144,123,123)
#A19191
(161,145,145)
#B2A7A7
(178,167,167)
#C3BDBD
(195,189,189)
#D4D3D3
(212,211,211)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0D0D; }

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

This text font color is #3B0D0D.


Background Color

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

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

This div background color is #3B0D0D.


Border color

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

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

This div border color is #3B0D0D.


Opacity

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

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

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

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

This text has shadow with #3B0D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0D0D on black background.


Color preview on white background

This text has color #3B0D0D on white background.



Black color preview on #3B0D0D background

This text has black color on #3B0D0D background.


White color preview on #3B0D0D background

This text has white color on #3B0D0D background.