COLOR #311721

HEX: #311721
RGB: (49,23,33)

Color info

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

RGB color model

#311721 color RGB value is (49,23,33).

  • red value is 49;
  • green value is 23;
  • blue value is 33.
RGB:
(49,23,33)
(19%,9%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 23 of 255 = 9%
B 33 of 255 = 13%

49
23
33

R + G + B ~ 14%. #311721 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 23 + 33 = 105 (100%)
R 49 of 105 ~ 46.67%
G 23 of 105 ~ 21.9%
B 33 of 105 ~ 31.43%

%46.67
%21.9
%31.43

CMYK color model

#311721 color CMYK value is (0,53,33,81).

  • cyan value is 0.00%
  • magenta value is 53.06%
  • yellow value is 32.65%
  • key color value is 80.78%
CMYK:
(0,53,33,81)
C0M53Y33K81 
(0%,53%,33%,81%)
(0.00/0.53/0.33/0.81)	

CMYK percentages

%0
%53.06
%32.65
%80.78

Codes

Color #311721 in popluar color models

311721
RGB492333
HSL337°36.11%14.12%
HSB/HSV337°53.06%19.22%
CMYK0.00%53.06%32.65%
80.78%

Color #311721 in popluar number systems.

HEX311721
Decimal492333
Binary11000110111100001
Octal612741

Shades and tints

Shades of #311721

#311721
(49,23,33)
#2D151E
(45,21,30)
#29131B
(41,19,27)
#251118
(37,17,24)
#210F15
(33,15,21)
#1D0D12
(29,13,18)
#190B0F
(25,11,15)
#15090C
(21,9,12)
#110709
(17,7,9)
#0D0506
(13,5,6)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #311721

#311721
(49,23,33)
#432C35
(67,44,53)
#554149
(85,65,73)
#67565D
(103,86,93)
#796B71
(121,107,113)
#8B8085
(139,128,133)
#9D9599
(157,149,153)
#AFAAAD
(175,170,173)
#C1BFC1
(193,191,193)
#D3D4D5
(211,212,213)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311721 color. Also use rgb(49,23,33) instead hex code.

Text Font Color

.myTextColor { color: #311721; }

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

This text font color is #311721.


Background Color

.myBgColor { background-color: #311721; }

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

This div background color is #311721.


Border color

.myBorderColor { border: 1px solid #311721; }

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

This div border color is #311721.


Opacity

.myOpacity80 { color: #311721; opacity: 0.8; }

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

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

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

This text has shadow with #311721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311721 on black background.


Color preview on white background

This text has color #311721 on white background.



Black color preview on #311721 background

This text has black color on #311721 background.


White color preview on #311721 background

This text has white color on #311721 background.