COLOR #33172F

HEX: #33172F
RGB: (51,23,47)

Color info

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

RGB color model

#33172F color RGB value is (51,23,47).

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

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 47 of 255 = 18%

51
23
47

R + G + B ~ 16%. #33172F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 47 = 121 (100%)
R 51 of 121 ~ 42.15%
G 23 of 121 ~ 19.01%
B 47 of 121 ~ 38.84%

%42.15
%19.01
%38.84

CMYK color model

#33172F color CMYK value is (0,55,8,80).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 7.84%
  • key color value is 80.00%
CMYK:
(0,55,8,80)
C0M55Y8K80 
(0%,55%,8%,80%)
(0.00/0.55/0.08/0.80)	

CMYK percentages

%0
%54.9
%7.84
%80

Codes

Color #33172F in popluar color models

33172F
RGB512347
HSL309°37.84%14.51%
HSB/HSV309°54.90%20.00%
CMYK0.00%54.90%7.84%
80.00%

Color #33172F in popluar number systems.

HEX33172F
Decimal512347
Binary11001110111101111
Octal632757

Shades and tints

Shades of #33172F

#33172F
(51,23,47)
#2F152B
(47,21,43)
#2B1327
(43,19,39)
#271123
(39,17,35)
#230F1F
(35,15,31)
#1F0D1B
(31,13,27)
#1B0B17
(27,11,23)
#170913
(23,9,19)
#13070F
(19,7,15)
#0F050B
(15,5,11)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #33172F

#33172F
(51,23,47)
#452C41
(69,44,65)
#574153
(87,65,83)
#695665
(105,86,101)
#7B6B77
(123,107,119)
#8D8089
(141,128,137)
#9F959B
(159,149,155)
#B1AAAD
(177,170,173)
#C3BFBF
(195,191,191)
#D5D4D1
(213,212,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33172F color. Also use rgb(51,23,47) instead hex code.

Text Font Color

.myTextColor { color: #33172F; }

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

This text font color is #33172F.


Background Color

.myBgColor { background-color: #33172F; }

<div style="background-color:#33172F">Inner text</div>

This div background color is #33172F.


Border color

.myBorderColor { border: 1px solid #33172F; }

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

This div border color is #33172F.


Opacity

.myOpacity80 { color: #33172F; opacity: 0.8; }

<p style="color:#33172F;opacity:0.8;">80%</p>

Text with #33172F 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 #33172F;}

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

This text has shadow with #33172F color.

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

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

This text has shadow with #33172F primary color and red secondary color.


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

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

This text has shadow with #33172F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33172F on black background.


Color preview on white background

This text has color #33172F on white background.



Black color preview on #33172F background

This text has black color on #33172F background.


White color preview on #33172F background

This text has white color on #33172F background.