COLOR #3B0603

HEX: #3B0603
RGB: (59,6,3)

Color info

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

RGB color model

#3B0603 color RGB value is (59,6,3).

  • red value is 59;
  • green value is 6;
  • blue value is 3.
RGB:
(59,6,3)
(23%,2%,1%)

RGB channels and saturation

R 59 of 255 = 23%
G 6 of 255 = 2%
B 3 of 255 = 1%

59
6
3

R + G + B ~ 9%. #3B0603 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 6 + 3 = 68 (100%)
R 59 of 68 ~ 86.76%
G 6 of 68 ~ 8.82%
B 3 of 68 ~ 4.41%

%86.76

CMYK color model

#3B0603 color CMYK value is (0,90,95,77).

  • cyan value is 0.00%
  • magenta value is 89.83%
  • yellow value is 94.92%
  • key color value is 76.86%
CMYK:
(0,90,95,77)
C0M90Y95K77 
(0%,90%,95%,77%)
(0.00/0.90/0.95/0.77)	

CMYK percentages

%0
%89.83
%94.92
%76.86

Codes

Color #3B0603 in popluar color models

3B0603
RGB5963
HSL90.32%12.16%
HSB/HSV94.92%23.14%
CMYK0.00%89.83%94.92%
76.86%

Color #3B0603 in popluar number systems.

HEX3B0603
Decimal5963
Binary11101111011
Octal7363

Shades and tints

Shades of #3B0603

#3B0603
(59,6,3)
#360603
(54,6,3)
#310603
(49,6,3)
#2C0603
(44,6,3)
#270603
(39,6,3)
#220603
(34,6,3)
#1D0603
(29,6,3)
#180603
(24,6,3)
#130603
(19,6,3)
#0E0603
(14,6,3)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #3B0603

#3B0603
(59,6,3)
#4C1C19
(76,28,25)
#5D322F
(93,50,47)
#6E4845
(110,72,69)
#7F5E5B
(127,94,91)
#907471
(144,116,113)
#A18A87
(161,138,135)
#B2A09D
(178,160,157)
#C3B6B3
(195,182,179)
#D4CCC9
(212,204,201)
#E5E2DF
(229,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0603; }

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

This text font color is #3B0603.


Background Color

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

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

This div background color is #3B0603.


Border color

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

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

This div border color is #3B0603.


Opacity

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

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

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

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

This text has shadow with #3B0603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B0603 on black background.


Color preview on white background

This text has color #3B0603 on white background.



Black color preview on #3B0603 background

This text has black color on #3B0603 background.


White color preview on #3B0603 background

This text has white color on #3B0603 background.