COLOR #3B172C

HEX: #3B172C
RGB: (59,23,44)

Color info

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

RGB color model

#3B172C color RGB value is (59,23,44).

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

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 44 of 255 = 17%

59
23
44

R + G + B ~ 16%. #3B172C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 23 + 44 = 126 (100%)
R 59 of 126 ~ 46.83%
G 23 of 126 ~ 18.25%
B 44 of 126 ~ 34.92%

%46.83
%18.25
%34.92

CMYK color model

#3B172C color CMYK value is (0,61,25,77).

  • cyan value is 0.00%
  • magenta value is 61.02%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(0,61,25,77)
C0M61Y25K77 
(0%,61%,25%,77%)
(0.00/0.61/0.25/0.77)	

CMYK percentages

%0
%61.02
%25.42
%76.86

Codes

Color #3B172C in popluar color models

3B172C
RGB592344
HSL325°43.90%16.08%
HSB/HSV325°61.02%23.14%
CMYK0.00%61.02%25.42%
76.86%

Color #3B172C in popluar number systems.

HEX3B172C
Decimal592344
Binary11101110111101100
Octal732754

Shades and tints

Shades of #3B172C

#3B172C
(59,23,44)
#361528
(54,21,40)
#311324
(49,19,36)
#2C1120
(44,17,32)
#270F1C
(39,15,28)
#220D18
(34,13,24)
#1D0B14
(29,11,20)
#180910
(24,9,16)
#13070C
(19,7,12)
#0E0508
(14,5,8)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #3B172C

#3B172C
(59,23,44)
#4C2C3F
(76,44,63)
#5D4152
(93,65,82)
#6E5665
(110,86,101)
#7F6B78
(127,107,120)
#90808B
(144,128,139)
#A1959E
(161,149,158)
#B2AAB1
(178,170,177)
#C3BFC4
(195,191,196)
#D4D4D7
(212,212,215)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B172C; }

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

This text font color is #3B172C.


Background Color

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

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

This div background color is #3B172C.


Border color

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

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

This div border color is #3B172C.


Opacity

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

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

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

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

This text has shadow with #3B172C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B172C on black background.


Color preview on white background

This text has color #3B172C on white background.



Black color preview on #3B172C background

This text has black color on #3B172C background.


White color preview on #3B172C background

This text has white color on #3B172C background.