COLOR #3B0602

HEX: #3B0602 RGB: (59,6,2)

Color info

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

RGB color model

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

RGB: (59,6,2) (23%, 2%, 1%)

RGB channels and saturation

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

59
6
2

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

Portions of RGB colors in percentages

R + G + B = 59 + 6 + 2 = 67 (100%)
R 59 of 67 ~ 88.06%
G 6 of 67 ~ 8.96%
B 2 of 67 ~ 2.99'%

%88.06

CMYK color model

#3B0602 color CMYK value is (0,90,97,77).

  • cyan value is 0.00%
  • magenta value is 89.83%
  • yellow value is 96.61%
  • key color value is 76.86%

CMYK: (0,90,97,77)
C0M90Y97K77 (0%, 90%, 97%, 77%)
(0.00 / 0.90 / 0.97 / 0.77)

CMYK percentages

%0
%89.83
%96.61
%76.86

Codes

Color #3B0602 in popluar color models

3B 06 02
RGB 59 6 2
HSL 93.44% 11.96%
HSB/HSV 96.61% 23.14%
CMYK 0.00% 89.83% 96.61%
76.86%

Color #3B0602 in popluar number systems.

HEX 3B 06 02
Decimal 59 6 2
Binary 111011 110 10
Octal 73 6 2

Shades and tints

Shades of #3B0602

#3B0602
(59,6,2)
#360602
(54,6,2)
#310602
(49,6,2)
#2C0602
(44,6,2)
#270602
(39,6,2)
#220602
(34,6,2)
#1D0602
(29,6,2)
#180602
(24,6,2)
#130602
(19,6,2)
#0E0602
(14,6,2)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #3B0602

#3B0602
(59,6,2)
#4C1C19
(76,28,25)
#5D3230
(93,50,48)
#6E4847
(110,72,71)
#7F5E5E
(127,94,94)
#907475
(144,116,117)
#A18A8C
(161,138,140)
#B2A0A3
(178,160,163)
#C3B6BA
(195,182,186)
#D4CCD1
(212,204,209)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0602; }

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

This text font color is #3B0602.

Background Color

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

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

This div background color is #3B0602.

Border color

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

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

This div border color is #3B0602.

Opacity

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

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

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

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

This text has shadow with #3B0602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0602.

Preview

Color preview on black background

This text has color #3B0602 on black background.


Color preview on white background

This text has color #3B0602 on white background.


Black color preview on #3B0602 background

This text has black color on #3B0602 background.


White color preview on #3B0602 background

This text has white color on #3B0602 background.


Related colors

Complementary color

Complementary color for #hex is #C4F9FD.


I love getcolorcode.com

Triadic colors

1 #023B06 and #06023B with #3B0602 are triadic colors.

2 #02063B and #063B02 with #3B0602 are triadic colors.