COLOR #3B1742

HEX: #3B1742
RGB: (59,23,66)

Color info

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

RGB color model

#3B1742 color RGB value is (59,23,66).

  • red value is 59;
  • green value is 23;
  • blue value is 66.
RGB: (59,23,66) (23%,9%,26%)

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 66 of 255 = 26%

59
23
66

R + G + B ~ 19%. #3B1742 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 23 + 66 = 148 (100%)
R 59 of 148 ~ 39.86%
G 23 of 148 ~ 15.54%
B 66 of 148 ~ 44.59%

%39.86
%15.54
%44.59

CMYK color model

#3B1742 color CMYK value is (11,65,0,74).

  • cyan value is 10.61%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK: (11,65,0,74) C11M65Y0K74 (11%,65%,0%,74%) (0.11/0.65/0.00/0.74)

CMYK percentages

%10.61
%65.15
%0
%74.12

Codes

Color #3B1742 in popluar color models

3B1742
RGB592366
HSL290°48.31%17.45%
HSB/HSV290°65.15%25.88%
CMYK10.61%65.15%0.00%
74.12%

Color #3B1742 in popluar number systems.

HEX3B1742
Decimal592366
Binary111011101111000010
Octal7327102

Shades and tints

Shades of #3B1742

#3B1742
(59,23,66)
#36153C
(54,21,60)
#311336
(49,19,54)
#2C1130
(44,17,48)
#270F2A
(39,15,42)
#220D24
(34,13,36)
#1D0B1E
(29,11,30)
#180918
(24,9,24)
#130712
(19,7,18)
#0E050C
(14,5,12)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #3B1742

#3B1742
(59,23,66)
#4C2C53
(76,44,83)
#5D4164
(93,65,100)
#6E5675
(110,86,117)
#7F6B86
(127,107,134)
#908097
(144,128,151)
#A195A8
(161,149,168)
#B2AAB9
(178,170,185)
#C3BFCA
(195,191,202)
#D4D4DB
(212,212,219)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1742; }

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

This text font color is #3B1742.


Background Color

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

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

This div background color is #3B1742.


Border color

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

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

This div border color is #3B1742.


Opacity

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

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

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

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

This text has shadow with #3B1742 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B1742 on black background.


Color preview on white background

This text has color #3B1742 on white background.



Black color preview on #3B1742 background

This text has black color on #3B1742 background.


White color preview on #3B1742 background

This text has white color on #3B1742 background.