COLOR #311020

HEX: #311020
RGB: (49,16,32)

Color info

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

RGB color model

#311020 color RGB value is (49,16,32).

  • red value is 49;
  • green value is 16;
  • blue value is 32.
RGB: (49,16,32) (19%,6%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 16 of 255 = 6%
B 32 of 255 = 13%

49
16
32

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

Portions of RGB colors in percentages

R + G + B =
49 + 16 + 32 = 97 (100%)
R 49 of 97 ~ 50.52%
G 16 of 97 ~ 16.49%
B 32 of 97 ~ 32.99%

%50.52
%16.49
%32.99

CMYK color model

#311020 color CMYK value is (0,67,35,81).

  • cyan value is 0.00%
  • magenta value is 67.35%
  • yellow value is 34.69%
  • key color value is 80.78%
CMYK: (0,67,35,81) C0M67Y35K81 (0%,67%,35%,81%) (0.00/0.67/0.35/0.81)

CMYK percentages

%0
%67.35
%34.69
%80.78

Codes

Color #311020 in popluar color models

311020
RGB491632
HSL331°50.77%12.75%
HSB/HSV331°67.35%19.22%
CMYK0.00%67.35%34.69%
80.78%

Color #311020 in popluar number systems.

HEX311020
Decimal491632
Binary11000110000100000
Octal612040

Shades and tints

Shades of #311020

#311020
(49,16,32)
#2D0F1E
(45,15,30)
#290E1C
(41,14,28)
#250D1A
(37,13,26)
#210C18
(33,12,24)
#1D0B16
(29,11,22)
#190A14
(25,10,20)
#150912
(21,9,18)
#110810
(17,8,16)
#0D070E
(13,7,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #311020

#311020
(49,16,32)
#432534
(67,37,52)
#553A48
(85,58,72)
#674F5C
(103,79,92)
#796470
(121,100,112)
#8B7984
(139,121,132)
#9D8E98
(157,142,152)
#AFA3AC
(175,163,172)
#C1B8C0
(193,184,192)
#D3CDD4
(211,205,212)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311020 color. Also use rgb(49,16,32) instead hex code.

Text Font Color

.myTextColor { color: #311020; }

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

This text font color is #311020.


Background Color

.myBgColor { background-color: #311020; }

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

This div background color is #311020.


Border color

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

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

This div border color is #311020.


Opacity

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

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

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

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

This text has shadow with #311020 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #311020 on black background.


Color preview on white background

This text has color #311020 on white background.



Black color preview on #311020 background

This text has black color on #311020 background.


White color preview on #311020 background

This text has white color on #311020 background.