COLOR #33171B

HEX: #33171B
RGB: (51,23,27)

Color info

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

RGB color model

#33171B color RGB value is (51,23,27).

  • red value is 51;
  • green value is 23;
  • blue value is 27.
RGB:
(51,23,27)
(20%,9%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 27 of 255 = 11%

51
23
27

R + G + B ~ 13%. #33171B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 27 = 101 (100%)
R 51 of 101 ~ 50.5%
G 23 of 101 ~ 22.77%
B 27 of 101 ~ 26.73%

%50.5
%22.77
%26.73

CMYK color model

#33171B color CMYK value is (0,55,47,80).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 47.06%
  • key color value is 80.00%
CMYK:
(0,55,47,80)
C0M55Y47K80 
(0%,55%,47%,80%)
(0.00/0.55/0.47/0.80)	

CMYK percentages

%0
%54.9
%47.06
%80

Codes

Color #33171B in popluar color models

33171B
RGB512327
HSL351°37.84%14.51%
HSB/HSV351°54.90%20.00%
CMYK0.00%54.90%47.06%
80.00%

Color #33171B in popluar number systems.

HEX33171B
Decimal512327
Binary1100111011111011
Octal632733

Shades and tints

Shades of #33171B

#33171B
(51,23,27)
#2F1519
(47,21,25)
#2B1317
(43,19,23)
#271115
(39,17,21)
#230F13
(35,15,19)
#1F0D11
(31,13,17)
#1B0B0F
(27,11,15)
#17090D
(23,9,13)
#13070B
(19,7,11)
#0F0509
(15,5,9)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #33171B

#33171B
(51,23,27)
#452C2F
(69,44,47)
#574143
(87,65,67)
#695657
(105,86,87)
#7B6B6B
(123,107,107)
#8D807F
(141,128,127)
#9F9593
(159,149,147)
#B1AAA7
(177,170,167)
#C3BFBB
(195,191,187)
#D5D4CF
(213,212,207)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33171B color. Also use rgb(51,23,27) instead hex code.

Text Font Color

.myTextColor { color: #33171B; }

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

This text font color is #33171B.


Background Color

.myBgColor { background-color: #33171B; }

<div style="background-color:#33171B">Inner text</div>

This div background color is #33171B.


Border color

.myBorderColor { border: 1px solid #33171B; }

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

This div border color is #33171B.


Opacity

.myOpacity80 { color: #33171B; opacity: 0.8; }

<p style="color:#33171B;opacity:0.8;">80%</p>

Text with #33171B 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 #33171B;}

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

This text has shadow with #33171B color.

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

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

This text has shadow with #33171B primary color and red secondary color.


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

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

This text has shadow with #33171B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33171B on black background.


Color preview on white background

This text has color #33171B on white background.



Black color preview on #33171B background

This text has black color on #33171B background.


White color preview on #33171B background

This text has white color on #33171B background.