COLOR #3B150D

HEX: #3B150D
RGB: (59,21,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
21
13

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

Portions of RGB colors in percentages

R + G + B =
59 + 21 + 13 = 93 (100%)
R 59 of 93 ~ 63.44%
G 21 of 93 ~ 22.58%
B 13 of 93 ~ 13.98%

%63.44
%22.58
%13.98

CMYK color model

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

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

CMYK percentages

%0
%64.41
%77.97
%76.86

Codes

Color #3B150D in popluar color models

3B150D
RGB592113
HSL10°63.89%14.12%
HSB/HSV10°77.97%23.14%
CMYK0.00%64.41%77.97%
76.86%

Color #3B150D in popluar number systems.

HEX3B150D
Decimal592113
Binary111011101011101
Octal732515

Shades and tints

Shades of #3B150D

#3B150D
(59,21,13)
#36140C
(54,20,12)
#31130B
(49,19,11)
#2C120A
(44,18,10)
#271109
(39,17,9)
#221008
(34,16,8)
#1D0F07
(29,15,7)
#180E06
(24,14,6)
#130D05
(19,13,5)
#0E0C04
(14,12,4)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #3B150D

#3B150D
(59,21,13)
#4C2A23
(76,42,35)
#5D3F39
(93,63,57)
#6E544F
(110,84,79)
#7F6965
(127,105,101)
#907E7B
(144,126,123)
#A19391
(161,147,145)
#B2A8A7
(178,168,167)
#C3BDBD
(195,189,189)
#D4D2D3
(212,210,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B150D; }

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

This text font color is #3B150D.


Background Color

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

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

This div background color is #3B150D.


Border color

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

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

This div border color is #3B150D.


Opacity

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

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

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

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

This text has shadow with #3B150D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B150D on black background.


Color preview on white background

This text has color #3B150D on white background.



Black color preview on #3B150D background

This text has black color on #3B150D background.


White color preview on #3B150D background

This text has white color on #3B150D background.