COLOR #3B061F

HEX: #3B061F RGB: (59,6,31)

Color info

#3B061F contains red, green and blue colors in about the same proportion. Web safe color of #3B061F is #330033 (or #303).

RGB color model

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

RGB: (59,6,31) (23%, 2%, 12%)

RGB channels and saturation

R 59 of 255 = 23%
G 6 of 255 = 2%
B 31 of 255 = 12%

59
6
31

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

Portions of RGB colors in percentages

R + G + B = 59 + 6 + 31 = 96 (100%)
R 59 of 96 ~ 61.46%
G 6 of 96 ~ 6.25%
B 31 of 96 ~ 32.29'%

%61.46
%32.29

CMYK color model

#3B061F color CMYK value is (0,90,47,77).

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

CMYK: (0,90,47,77)
C0M90Y47K77 (0%, 90%, 47%, 77%)
(0.00 / 0.90 / 0.47 / 0.77)

CMYK percentages

%0
%89.83
%47.46
%76.86

Codes

Color #3B061F in popluar color models

3B 06 1F
RGB 59 6 31
HSL 332° 81.54% 12.75%
HSB/HSV 332° 89.83% 23.14%
CMYK 0.00% 89.83% 47.46%
76.86%

Color #3B061F in popluar number systems.

HEX 3B 06 1F
Decimal 59 6 31
Binary 111011 110 11111
Octal 73 6 37

Shades and tints

Shades of #3B061F

#3B061F
(59,6,31)
#36061D
(54,6,29)
#31061B
(49,6,27)
#2C0619
(44,6,25)
#270617
(39,6,23)
#220615
(34,6,21)
#1D0613
(29,6,19)
#180611
(24,6,17)
#13060F
(19,6,15)
#0E060D
(14,6,13)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #3B061F

#3B061F
(59,6,31)
#4C1C33
(76,28,51)
#5D3247
(93,50,71)
#6E485B
(110,72,91)
#7F5E6F
(127,94,111)
#907483
(144,116,131)
#A18A97
(161,138,151)
#B2A0AB
(178,160,171)
#C3B6BF
(195,182,191)
#D4CCD3
(212,204,211)
#E5E2E7
(229,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B061F; }

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

This text font color is #3B061F.

Background Color

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

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

This div background color is #3B061F.

Border color

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

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

This div border color is #3B061F.

Opacity

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

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

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

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

This text has shadow with #3B061F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B061F.

Preview

Color preview on black background

This text has color #3B061F on black background.


Color preview on white background

This text has color #3B061F on white background.


Black color preview on #3B061F background

This text has black color on #3B061F background.


White color preview on #3B061F background

This text has white color on #3B061F background.


Related colors

Complementary color

Complementary color for #hex is #C4F9E0.


I love getcolorcode.com

Triadic colors

1 #1F3B06 and #061F3B with #3B061F are triadic colors.

2 #1F063B and #063B1F with #3B061F are triadic colors.